FractalTree example application added

This commit is contained in:
2021-01-08 03:02:22 +03:00
parent b012c3b855
commit 9bfe4f3559
3 changed files with 85 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ DCC = $(ROOT)\bin\dcc32.exe $**
BRCC = $(ROOT)\bin\brcc32.exe $**
#------------------------------------------------------------------------------
PROJECTS = CharMap.exe ColorButtons.exe ConBoard.exe ConsoleColors.exe DateTime.exe DrawImage.exe DrawImageEx.exe \
DrawText.exe Echo.exe GetCurrentDirectory.exe GetPixel.exe GetPointOwner.exe Hello.exe HelloGUI.exe LoadFile.exe \
ReadFolder.exe Screenshot.exe SetCursor.exe SetPixel.exe SetWindowPos.exe
DrawText.exe Echo.exe FractalTree.exe GetCurrentDirectory.exe GetPixel.exe GetPointOwner.exe Hello.exe HelloGUI.exe \
LoadFile.exe ReadFolder.exe Screenshot.exe SetCursor.exe SetPixel.exe SetWindowPos.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
@@ -43,6 +43,9 @@ DrawText.exe: GUI\DrawText\DrawText.dpr
Echo.exe: Console\Echo\Echo.dpr
$(DCC)
FractalTree.exe: GUI\FractalTree\FractalTree.dpr
$(DCC)
GetCurrentDirectory.exe: Console\GetCurrentDir\GetCurrentDir.dpr
$(DCC)