mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
24 lines
287 B
Text
24 lines
287 B
Text
uses
|
|
Web,
|
|
TCore;
|
|
|
|
target(MSC9X64) wisapi64.dll;
|
|
|
|
target(!MSC9X64) wisapi.dll;
|
|
|
|
link(MAIN DLL) /DEF:wisapi.def;
|
|
|
|
link(!DEBUG) /MAP;
|
|
|
|
file
|
|
version.h,
|
|
wisapi.t charset "UTF-8",
|
|
wisapi.cpp,
|
|
wisapi.def,
|
|
Info readonly separator,
|
|
Copying;
|
|
|
|
custom() "pre-link",
|
|
"restserv w3svc",
|
|
"";
|
|
|