Changeset 13638
- Timestamp:
- 01/31/08 11:11:08 (5 months ago)
- Files:
-
- trunk/gdal/swig/csharp/GNUmakefile (modified) (1 diff)
- trunk/gdal/swig/csharp/apps/GDALCreateCopy.cs (added)
- trunk/gdal/swig/csharp/makefile.vc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/swig/csharp/GNUmakefile
r13006 r13638 79 79 $(CSC) /r:gdal_csharp.dll /out:GDALInfo.exe apps/GDALInfo.cs 80 80 $(CSC) /r:gdal_csharp.dll /out:GDALOverviews.exe apps/GDALOverviews.cs 81 $(CSC) /r:gdal_csharp.dll /out:GDALCreateCopy.exe apps/GDALCreateCopy.cs 81 82 82 83 test: trunk/gdal/swig/csharp/makefile.vc
r11558 r13638 116 116 $(CSC) /r:gdal_csharp.dll /out:GDALInfo.exe apps\GDALInfo.cs 117 117 $(CSC) /r:gdal_csharp.dll /out:GDALOverviews.exe apps\GDALOverviews.cs 118 $(CSC) /r:gdal_csharp.dll /out:GDALCreateCopy.exe apps\GDALCreateCopy.cs 118 119 119 120 test:
