mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-18 06:06:01 -06:00
25 lines
326 B
Text
25 lines
326 B
Text
uses
|
|
coff;
|
|
|
|
target(TEST) "ld-test.exe";
|
|
|
|
target(!TEST) "ld.exe";
|
|
|
|
link(GCC) "-v ";
|
|
|
|
file
|
|
Main readonly separator,
|
|
version.h,
|
|
notes.txt,
|
|
solved.txt,
|
|
uld.h,
|
|
dump.cpp,
|
|
obj.h,
|
|
object.cpp,
|
|
linkjob.cpp,
|
|
main.cpp,
|
|
End readonly separator;
|
|
|
|
mainconfig
|
|
"" = "CONSOLE ST",
|
|
"" = "CONSOLE ST .TEST";
|