Changeset 373 for trunk/zoo-project/zoo-services
- Timestamp:
- Oct 17, 2012, 9:47:02 AM (12 years ago)
- Location:
- trunk/zoo-project/zoo-services/gdal/translate
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/gdal/translate/makefile.vc
r369 r373 17 17 18 18 cgi-env/translate_service.zo: service.c 19 $(CPP) /D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -DZOO_SERVICE -I$(GDAL_DIR)/frmts/ $(CFLAGS) /c service.c20 link /dll /out:cgi-env/ gdal_service.zo $(FILES) ./service.obj $(LDFLAGS) /FORCE:MULTIPLE19 $(CPP) /D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -DZOO_SERVICE -I$(GDAL_DIR)/frmts/vrt $(CFLAGS) /c service.c 20 link /dll /out:cgi-env/translate_service.zo $(FILES) ./service.obj $(LDFLAGS) /FORCE:MULTIPLE 21 21 22 22 clean: 23 erase cgi-env\ gdal_service.*23 erase cgi-env\translate_service.* -
trunk/zoo-project/zoo-services/gdal/translate/service.c
r372 r373 33 33 #include "gdal_priv.h" 34 34 #include "ogr_spatialref.h" 35 #include "vrt /vrtdataset.h"35 #include "vrtdataset.h" 36 36 37 37 #include "service.h"
Note: See TracChangeset
for help on using the changeset viewer.