|
Last change
on this file since 844 was
712,
checked in by knut, 11 years ago
|
|
Added snprintf for Visual Studio compiler. In readVSIFile(), changed type of file_status variable to VSIStatBufL. Some minor changes neccessary for building on Windows, particularly in service_internal_php.c. Added PHP support in Windows makefile.
|
-
Property svn:executable set to
*
|
|
File size:
370 bytes
|
| Line | |
|---|
| 1 | TROOT= $(ZOOK_DIR) |
|---|
| 2 | !INCLUDE $(ZOOK_DIR)/nmake.opt |
|---|
| 3 | |
|---|
| 4 | cgi-env/wps_status.zo: service.c |
|---|
| 5 | $(CPP) /D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -DZOO_SERVICE $(CFLAGS) /c service.c |
|---|
| 6 | link /dll /out:cgi-env/wps_status.zo $(FILES) ./service.obj $(LDFLAGS) $(XSLT_DIR)\win32\bin.msvc\libxslt.lib $(ZOOK_DIR)\libzoo_service.lib /FORCE:MULTIPLE |
|---|
| 7 | |
|---|
| 8 | clean: |
|---|
| 9 | erase cgi-env\*_status.* |
|---|
| 10 | erase *.obj |
|---|
Note: See
TracBrowser
for help on using the repository browser.