mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 22:03:07 -06:00
20 lines
277 B
Text
20 lines
277 B
Text
description "TheIDE - builders - routines to compile programs\377B";
|
|
|
|
noblitz;
|
|
|
|
uses
|
|
coff\binobj,
|
|
ide\Core;
|
|
|
|
file
|
|
Builders.h,
|
|
CppBuilder.cpp,
|
|
GccBuilder.cpp,
|
|
MscBuilder.cpp,
|
|
JavaBuilder.cpp,
|
|
ScriptBuilder.cpp,
|
|
Info readonly separator,
|
|
Build.h,
|
|
Build.cpp,
|
|
Copying;
|
|
|