Last change
on this file since 703 was
680,
checked in by djay, 10 years ago
|
Various fixes for Windows support: generate uuid using UuidCreate?, pass usid to the created process, call TerminateProcess? on dismiss request.
|
-
Property svn:executable set to
*
|
File size:
380 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.