mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
17 lines
189 B
Text
17 lines
189 B
Text
uses
|
|
CtrlLib;
|
|
|
|
target(!DEBUG) upp_exe;
|
|
|
|
target(DEBUG) upp_debug_exe;
|
|
|
|
file
|
|
UppTest.h,
|
|
main.cpp,
|
|
UppTest.dli,
|
|
UppTest.lay;
|
|
|
|
mainconfig
|
|
"" = "GUI NOGTK",
|
|
"" = "GUI USEMALLOC NOGTK";
|
|
|