Last change
on this file since 299 was
216,
checked in by djay, 14 years ago
|
Add WIN32 platform support. Fix for values containing @ passed as KVP.
|
File size:
582 bytes
|
Line | |
---|
1 | GEODIR=c:/OSGeo4W/ |
---|
2 | TOOLS=c:/Users/djay/GeoLabs/tools/ |
---|
3 | CFLAGS=-I$(GEODIR)/include -I$(TOOLS)/include -I../../zoo-kernel/ -I./ -DLINUX_FREE_ISSUE -DDEBUG -DWIN32 |
---|
4 | CPP=cl /TP |
---|
5 | |
---|
6 | cgi-env/test_service.zo: test_service.c |
---|
7 | $(CPP) $(CFLAGS) /c test_service.c |
---|
8 | link /dll /out:cgi-env/test_service.zo ../../zoo-kernel/service_internal.obj ./test_service.obj -L$(TOOLS)/lib/libssl32.dll.a $(GEODIR)/lib/libxml2.lib $(GEODIR)/lib/gdal_i.lib $(TOOLS)/lib/libeay32.dll.a $(TOOLS)/lib/libcrypto.a $(TOOLS)/lib/libssl32.dll.a $(TOOLS)/lib/libintl.lib |
---|
9 | |
---|
10 | clean: |
---|
11 | erase cgi-env\demo_service.* |
---|
Note: See
TracBrowser
for help on using the repository browser.