Last change
on this file since 933 was
757,
checked in by djay, 9 years ago
|
Update the makefiles and small fixe for windows platform.
|
File size:
434 bytes
|
Line | |
---|
1 | TROOT= $(ZOOK_DIR) |
---|
2 | !INCLUDE $(ZOOK_DIR)/nmake.opt |
---|
3 | |
---|
4 | FILES=$(ZOOK_DIR)/libzoo_service.lib |
---|
5 | |
---|
6 | CFLAGS=-I$(GEODIR)/include -I$(TOOLS)/include -I../../../zoo-kernel/ -I./ -DGDAL_1_5_0 -DZOO_SERVICE -DLINUX_FREE_ISSUE -DDEBUG |
---|
7 | CPP=cl /TP |
---|
8 | |
---|
9 | cgi-env/ogr2ogr_service.zo: service.c |
---|
10 | $(CPP) $(CFLAGS) /c service.c |
---|
11 | link /dll /out:cgi-env/ogr2ogr_service.zo ./service.obj $(FILES) $(LDFLAGS) |
---|
12 | |
---|
13 | clean: |
---|
14 | rm -f cgi-env/ogr2ogr_service.zso |
---|
Note: See
TracBrowser
for help on using the repository browser.