Skip to content

Commit d580d00

Browse files
Add files via upload
1 parent 46830c7 commit d580d00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/FreakC.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if "%helpCheck%" == "true" (
2424
echo. --create :Have to be the second parameter, create a new FreakC project.
2525
echo. --clrlib :Have to be the first parameter, delete all standard libraries in the folder.
2626
echo. --clrbat :Have to be the first parameter, delete all Batch files in the folder.
27+
echo. --keep :Have to be the first parameter, keep all the .inline files and .method files.
2728
echo.
2829
echo. [Leave the second {option} blank if you want to both compile and run the file]
2930
if "%pauseAcp%" == "true" pause >nul
@@ -591,7 +592,7 @@ if "%fcread%" == "true" type %output%.bat
591592
if not "%fccompile%" == "true" if not "%fcread%" == "true" call %output%.bat
592593
exit /b
593594
:fcversion
594-
echo FreakC DevKit Version 0.19.4 BETA
595+
echo FreakC DevKit Version 0.19.5 BETA
595596
exit /b
596597

597598
:get_len

0 commit comments

Comments
 (0)