Removed test flags

This commit is contained in:
n00b
2024-12-01 17:12:50 -05:00
parent cfad58b99c
commit 0b66a9294f
4 changed files with 6 additions and 6 deletions

View File

@@ -916,11 +916,11 @@ int main(int argc, char * argv[])
string rc_filename = "";// = "tst.bas";
bool clean_after_build = false;
bool clean_after_build = true;
//DEBUG START
//rc_filename = "/home/n00b/projects/bu/constraint_demo/main.bas";
rc_filename = "/home/n00b/projects/rcbasic_alpha3/test_project/main.bas";
//rc_filename = "/home/n00b/projects/rcbasic_alpha3/test_project/main.bas";
//DEBUG END
//enable_presets = true;
@@ -954,7 +954,7 @@ int main(int argc, char * argv[])
if(rc_filename.compare("--version")==0)
{
cout << "RCBASIC Compiler v4.0a" << endl;
cout << "RCBASIC Compiler v4.0" << endl;
return 0;
}

View File

@@ -4388,7 +4388,7 @@ int main(int argc, char * argv[])
if(rc_filename.compare("--version")==0)
{
cout << "RCBASIC Runtime v4.0a" << endl;
cout << "RCBASIC Runtime v4.0" << endl;
return 0;
}

View File

@@ -2,7 +2,7 @@
#define RC_OS_DEFINES_H_INCLUDED
//USED FOR TESTING ONLY
#define RC_TESTING
//#define RC_TESTING
//I am checking Android first since I think it also defines __linux__

View File

@@ -32,7 +32,7 @@
<irrtheora.h>
"rc_func130_cases.h"
1733023264 /home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_os_defines.h
1733030641 /home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_os_defines.h
<TargetConditionals.h>
1732562642 /home/n00b/Projects/RCBASIC4/rcbasic_runtime/rc_defines.h