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