mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
16 lines
242 B
Text
16 lines
242 B
Text
description "TheIDE - builders - routines to compile programs";
|
|
|
|
uses
|
|
ide\Common,
|
|
coff\binobj;
|
|
|
|
file
|
|
Builders.h,
|
|
CppBuilder.cpp,
|
|
GccBuilder.cpp,
|
|
MscBuilder.cpp,
|
|
JavaBuilder.cpp,
|
|
ScriptBuilder.cpp,
|
|
Info readonly separator,
|
|
Copying;
|
|
|