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