diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2015-02-05 16:05:17 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2015-02-05 16:05:17 +0000 |
commit | b0cf7b2f3481f00c8ec883f2634e132f610ab9b0 (patch) | |
tree | 71164bf760dc8ebf4562fb983347b907edb2c2fc /uidesigner | |
parent | 4665b042c2dc78b7ad6ce7b5e90b358c9a500e74 (diff) | |
download | fpGUI-b0cf7b2f3481f00c8ec883f2634e132f610ab9b0.tar.xz |
uidesigner: Adds a Maximus IDE project file for UIDesigner
Diffstat (limited to 'uidesigner')
-rw-r--r-- | uidesigner/uidesigner.project | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/uidesigner/uidesigner.project b/uidesigner/uidesigner.project new file mode 100644 index 00000000..3ec67e19 --- /dev/null +++ b/uidesigner/uidesigner.project @@ -0,0 +1,36 @@ +[ProjectOptions] +ProjectDir=/home/graemeg/devel/fpgui/uidesigner/ +ProjectName=uidesigner.project +MainUnit=uidesigner.lpr +TargetFile=uidesigner${EXEEXT} +DefaultMake=0 +UnitOutputDir=units/${TARGET}/ +MakeOptionsCount=4 +MakeOptionEnabled1=1,1,1,1,1,1 +MakeOptionEnabled2=1,1,1,1,1,0 +MakeOptionEnabled3=0,1,0,0,0,1 +MakeOptionEnabled4=0,0,0,0,0,1 +MacroCount=3 +Macro1=TargetCPU=i386 +Macro2=TargetOS=win32 +Macro3=tiOPF_fpGUI_Dir=/home/graemeg/devel/tiopf/ +UnitDirsCount=6 +UnitDirEnabled1=1,1,1,1,0,0,0,1,0,0 +UnitDirEnabled2=1,1,1,1,0,0,1,1,0,0 +UnitDirEnabled3=1,1,1,0,0,0,1,1,0,0 +UnitDirEnabled4=0,0,0,1,0,0,1,1,0,0 +UnitDirEnabled5=1,1,1,1,0,0,1,0,0,0 +UnitDirEnabled6=1,1,1,1,0,0,1,0,0,0 +MakeOption1=-l -Mobjfpc -Sch +MakeOption2=-gl -O- +MakeOption3=-B +MakeOption4=-O2 -XX -Xs -CX +UnitDir1=${FPGUIDIR}/src/ +UnitDir2=${FPGUIDIR}/src/corelib/ +UnitDir3=${FPGUIDIR}/src/corelib/x11/ +UnitDir4=${FPGUIDIR}/src/corelib/gdi/ +UnitDir5=${FPGUIDIR}/src/gui/ +UnitDir6=${FPGUIDIR}/src/gui/db/ + +[Units] +UnitCount=0 |