mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
31 lines
393 B
Text
31 lines
393 B
Text
description "Ultimate++ COFF linker (GNU binutils compatible, faster)";
|
|
|
|
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,
|
|
diff,
|
|
main.cpp,
|
|
Info readonly separator,
|
|
Copying,
|
|
Copying-plain,
|
|
Authors;
|
|
|
|
mainconfig
|
|
"" = "",
|
|
"" = ".TEST";
|