mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
95 lines
1.3 KiB
Text
95 lines
1.3 KiB
Text
description "TheIDE main package\377";
|
|
|
|
uses
|
|
ide\Common,
|
|
ide\Core,
|
|
ide\LayDes,
|
|
ide\IconDes,
|
|
ide\Builders,
|
|
ide\Debuggers,
|
|
ide\Browser,
|
|
ide\QuickTabs,
|
|
CodeEditor,
|
|
CtrlLib,
|
|
Web,
|
|
plugin\bz2,
|
|
HexView,
|
|
art\BlueBar,
|
|
plugin/astyle,
|
|
usvn,
|
|
TextDiffCtrl;
|
|
|
|
link(WIN32 MSC) /MAP;
|
|
|
|
file
|
|
IDE readonly separator,
|
|
ide.h,
|
|
version.h,
|
|
UppDlg.h,
|
|
SelectPkg.cpp,
|
|
UppWspc.cpp,
|
|
UppDlg.cpp,
|
|
Package.cpp,
|
|
Template.cpp,
|
|
ide.key,
|
|
FindInFiles.cpp optimize_speed,
|
|
Console.cpp,
|
|
ide.cpp,
|
|
idefile.cpp charset "iso8859-1",
|
|
QuickTabs.cpp,
|
|
Bottom.cpp,
|
|
t.cpp,
|
|
Cpp.cpp,
|
|
Assist.cpp,
|
|
ParamInfo.cpp,
|
|
Navigator.cpp,
|
|
Annotations.cpp,
|
|
Virtuals.cpp,
|
|
Thisbacks.cpp,
|
|
Goto.cpp,
|
|
Setup.cpp,
|
|
Custom.cpp,
|
|
Print.cpp,
|
|
Insert.cpp,
|
|
idetool.cpp,
|
|
Install.cpp,
|
|
idebar.cpp,
|
|
idewin.cpp,
|
|
About.cpp,
|
|
Help.cpp,
|
|
Util.cpp,
|
|
Macro.cpp,
|
|
Calc.cpp,
|
|
FormatCode.cpp,
|
|
Abbr.cpp,
|
|
Compile readonly separator,
|
|
Methods.cpp,
|
|
AutoSetup.cpp,
|
|
OutputMode.cpp,
|
|
Build.cpp,
|
|
Debug.cpp,
|
|
Valgrind.cpp,
|
|
Export.cpp,
|
|
Resources readonly separator,
|
|
ide.iml,
|
|
ide.lay,
|
|
app.tpp,
|
|
ide.rc
|
|
depends() xide.ico
|
|
depends() ide.ico,
|
|
Makefile,
|
|
theide.desktop,
|
|
Info readonly separator,
|
|
Copying;
|
|
|
|
mainconfig
|
|
"" = "GUI",
|
|
"" = "GUI .USEMALLOC",
|
|
"" = ".NOGTK GUI",
|
|
"" = "GUI HEAPDBG CHECKINIT",
|
|
"" = "GUI TESTINSTALL";
|
|
|
|
custom() "",
|
|
"",
|
|
"$(OUTDIR)/$(FILE).obj";
|
|
|