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