mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-23 15:43:50 +02:00
CRT unit with colored console example added
This commit is contained in:
@@ -9,8 +9,8 @@ MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
|
||||
DCC = $(ROOT)\bin\dcc32.exe $**
|
||||
BRCC = $(ROOT)\bin\brcc32.exe $**
|
||||
#------------------------------------------------------------------------------
|
||||
PROJECTS = ColorButtons.exe DateTime.exe DrawImage.exe DrawImageEx.exe DrawText.exe GetCurrentDirectory.exe GetPixel.exe \
|
||||
GetPointOwner.exe Hello.exe LoadFile.exe ReadFolder.exe Screenshot.exe SetCursor.exe SetPixel.exe SetWindowPos.exe
|
||||
PROJECTS = ColorButtons.exe ConsoleColors.exe DateTime.exe DrawImage.exe DrawImageEx.exe DrawText.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)
|
||||
#------------------------------------------------------------------------------
|
||||
@@ -18,6 +18,9 @@ default: $(PROJECTS)
|
||||
ColorButtons.exe: ColorButtons\ColorButtons.dpr
|
||||
$(DCC)
|
||||
|
||||
ConsoleColors.exe: ConsoleColors\ConsoleColors.dpr
|
||||
$(DCC)
|
||||
|
||||
DateTime.exe: DateTime\DateTime.dpr
|
||||
$(DCC)
|
||||
|
||||
@@ -42,6 +45,9 @@ GetPointOwner.exe: GetPointOwner\GetPointOwner.dpr
|
||||
Hello.exe: Hello\Hello.dpr
|
||||
$(DCC)
|
||||
|
||||
HelloGUI.exe: Hello\HelloGUI.dpr
|
||||
$(DCC)
|
||||
|
||||
LoadFile.exe: LoadFile\LoadFile.dpr
|
||||
$(DCC)
|
||||
|
||||
@@ -58,6 +64,4 @@ SetPixel.exe: SetPixel\SetPixel.dpr
|
||||
$(DCC)
|
||||
|
||||
SetWindowPos.exe: SetWindowPos\SetWindowPos.dpr
|
||||
$(DCC)
|
||||
|
||||
|
||||
$(DCC)
|
Reference in New Issue
Block a user