mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 22:03:07 -06:00
23 lines
254 B
Text
23 lines
254 B
Text
uses
|
|
Web,
|
|
TCore;
|
|
|
|
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;
|
|
|
|
mainconfig
|
|
"" = "DLL MT";
|
|
|
|
custom() "pre-link",
|
|
"restserv w3svc",
|
|
"";
|
|
|