|
Last change
on this file since 325 was
216,
checked in by djay, 15 years ago
|
|
Add WIN32 platform support. Fix for values containing @ passed as KVP.
|
|
File size:
625 bytes
|
| Line | |
|---|
| 1 | ZOODIR=../../../zoo-kernel |
|---|
| 2 | THIRDSDIR=../../../thirds |
|---|
| 3 | !INCLUDE $(ZOODIR)/nmake.opt |
|---|
| 4 | CFLAGS=-I$(GEODIR)/include -I$(TPATH)/include -I$(ZOODIR) -I./ -DLINUX_FREE_ISSUE -DWIN32 #-DDEBUG |
|---|
| 5 | CPP=cl /TP |
|---|
| 6 | |
|---|
| 7 | cgi-env/ogr_service.zo: service.c |
|---|
| 8 | $(CPP) $(CFLAGS) /c service.c |
|---|
| 9 | link /dll /out:cgi-env/ogr_service.zo ../../../zoo-kernel/service_internal.obj ./service.obj -L$(TOOLS)/lib/libssl32.dll.a $(GEODIR)/lib/libxml2.lib $(GEODIR)/lib/gdal_i.lib $(GEODIR)/lib/geos_c_i.lib $(TPATH)/lib/libeay32.dll.a $(TPATH)/lib/libcrypto.a $(TPATH)/lib/libssl32.dll.a $(LIBINTL_CPATH)/lib/libintl.lib |
|---|
| 10 | |
|---|
| 11 | clean: |
|---|
| 12 | erase cgi-env\ogr_service.* |
|---|
Note: See
TracBrowser
for help on using the repository browser.