File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
591592if not " %fccompile% " == " true" if not " %fcread% " == " true" call %output% .bat
592593exit /b
593594:fcversion
594- echo FreakC DevKit Version 0.19.4 BETA
595+ echo FreakC DevKit Version 0.19.5 BETA
595596exit /b
596597
597598:get_len
You can’t perform that action at this time.
0 commit comments