Last change
on this file since 975 was
757,
checked in by djay, 9 years ago
|
Update the makefiles and small fixe for windows platform.
|
File size:
385 bytes
|
Rev | Line | |
---|
[367] | 1 | TROOT= $(ZOOK_DIR) |
---|
| 2 | !INCLUDE $(ZOOK_DIR)/nmake.opt |
---|
| 3 | |
---|
[757] | 4 | FILES=$(ZOOK_DIR)/libzoo_service.lib |
---|
[367] | 5 | |
---|
[369] | 6 | cgi-env/translate_service.zo: service.c |
---|
[373] | 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/translate_service.zo $(FILES) ./service.obj $(LDFLAGS) /FORCE:MULTIPLE |
---|
[367] | 9 | |
---|
| 10 | clean: |
---|
[373] | 11 | erase cgi-env\translate_service.* |
---|
Note: See
TracBrowser
for help on using the repository browser.