SDK preparation procedure reworked with init-for-IDE script

This commit is contained in:
2020-06-28 22:27:34 +03:00
parent 311e2d94a8
commit 0fa5d17830
13 changed files with 72 additions and 22 deletions

5
Examples/.dof Normal file
View File

@@ -0,0 +1,5 @@
[Directories]
OutputDir=..\..\..\Bin
UnitOutputDir=..\..\..\Bin\DCU
SearchPath=..\..\..\Lib;..\..\..\Bin\DCU
UsePackages=0

View File

@@ -52,7 +52,7 @@ GetPointOwner.exe: GUI\GetPointOwner\GetPointOwner.dpr
Hello.exe: Console\Hello\Hello.dpr
$(DCC)
HelloGUI.exe: GUI\Hello\HelloGUI.dpr
HelloGUI.exe: GUI\HelloGUI\HelloGUI.dpr
$(DCC)
LoadFile.exe: Console\LoadFile\LoadFile.dpr