Last change
on this file since 944 was
757,
checked in by djay, 9 years ago
|
Update the makefiles and small fixe for windows platform.
|
File size:
393 bytes
|
Rev | Line | |
---|
[374] | 1 | TROOT= $(ZOOK_DIR) |
---|
| 2 | !INCLUDE $(ZOOK_DIR)/nmake.opt |
---|
[1] | 3 | |
---|
[757] | 4 | FILES=$(ZOOK_DIR)/libzoo_service.lib |
---|
[374] | 5 | |
---|
[216] | 6 | cgi-env/ogr_service.zo: service.c |
---|
[374] | 7 | $(CPP) /D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -DZOO_SERVICE -I$(GDAL_DIR)/frmts/ $(CFLAGS) /c service.c |
---|
[757] | 8 | link /dll /out:cgi-env/ogr_service.zo ./service.obj $(FILES) $(LDFLAGS) $(GEOS_DIR)/lib/geos_c.lib /FORCE:MULTIPLE |
---|
[1] | 9 | |
---|
| 10 | clean: |
---|
[216] | 11 | erase cgi-env\ogr_service.* |
---|
[374] | 12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.