Last change
on this file since 829 was
758,
checked in by djay, 9 years ago
|
Add missing makefile for windows platform.
|
-
Property svn:keywords set to
Id
|
File size:
415 bytes
|
Rev | Line | |
---|
[758] | 1 | TROOT= $(ZOOK_DIR) |
---|
| 2 | !INCLUDE $(ZOOK_DIR)/nmake.opt |
---|
| 3 | |
---|
| 4 | FILES=$(ZOOK_DIR)/libzoo_service.lib |
---|
| 5 | |
---|
| 6 | cgi-env/gdal_grid_service.zo: service.c |
---|
| 7 | $(CPP) /DOGR_ENABLED /D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -DZOO_SERVICE -I$(GDAL_DIR)/frmts/ -I$(GDAL_DIR)/alg/ $(CFLAGS) /c service.c |
---|
| 8 | link /dll /out:cgi-env/gdal_grid_service.zo $(FILES) ./service.obj $(LDFLAGS) /FORCE:MULTIPLE |
---|
| 9 | |
---|
| 10 | clean: |
---|
| 11 | erase cgi-env\gdal_grid_service.* |
---|
Note: See
TracBrowser
for help on using the repository browser.