mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2024-11-09 17:50:30 +01:00
User program templates renamed to MyXXXX
This commit is contained in:
parent
731fbb7c1b
commit
37ee57a6e3
@ -1,4 +1,4 @@
|
||||
program Program1;
|
||||
program MyConsole;
|
||||
|
||||
uses
|
||||
CRT;
|
1
My/MyConsole/build.bat
Normal file
1
My/MyConsole/build.bat
Normal file
@ -0,0 +1 @@
|
||||
@call "%~dp0..\..\Lib\build.bat" "%~dp0MyConsole"
|
@ -1,4 +1,4 @@
|
||||
program Program2;
|
||||
program MyGUI;
|
||||
|
||||
uses
|
||||
KolibriOS;
|
1
My/MyGUI/build.bat
Normal file
1
My/MyGUI/build.bat
Normal file
@ -0,0 +1 @@
|
||||
@call "%~dp0..\..\Lib\build.bat" "%~dp0MyGUI"
|
@ -1 +0,0 @@
|
||||
@call "%~dp0..\..\Lib\build.bat" "%~dp0Program1"
|
@ -1 +0,0 @@
|
||||
@call "%~dp0..\..\Lib\build.bat" "%~dp0Program2"
|
Loading…
Reference in New Issue
Block a user