Last change
on this file since 680 was
680,
checked in by djay, 9 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
|
Rev | Line | |
---|
[384] | 1 | TROOT= $(ZOOK_DIR) |
---|
| 2 | !INCLUDE $(ZOOK_DIR)/nmake.opt |
---|
[216] | 3 | |
---|
| 4 | cgi-env/wps_status.zo: service.c |
---|
[384] | 5 | $(CPP) /D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -DZOO_SERVICE $(CFLAGS) /c service.c |
---|
[680] | 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 |
---|
[216] | 7 | |
---|
| 8 | clean: |
---|
[384] | 9 | erase cgi-env\*_status.* |
---|
| 10 | erase *.obj |
---|
Note: See
TracBrowser
for help on using the repository browser.