BOLT Programming Source code
The programming language for begginers.
Status: Beta
Brought to you by:
nanobytesinc
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <CodeBlocks_project_file> <FileVersion major="1" minor="6" /> <Project> <Option title="CPP Converter" /> <Option pch_mode="2" /> <Option compiler="gcc" /> <Build> <Target title="Debug"> <Option output="bin/Debug/CPP Converter" prefix_auto="1" extension_auto="1" /> <Option object_output="obj/Debug/" /> <Option type="3" /> <Option compiler="gcc" /> <Option parameters='"C:\Users\NanoBytes\Desktop\BOLT\CPP Converter\bin\Debug\CPP Converter.dll" "1" "C:\Users\NanoBytes\Desktop\BOLT\BOLT Compiler\BOLT.bolt" ' /> <Option host_application="C:/Users/NanoBytes/Desktop/BOLT/bin/Debug/BOLT.exe" /> <Option run_host_application_in_terminal="0" /> <Option createDefFile="1" /> <Option createStaticLib="1" /> <Compiler> <Add option="-Wall" /> <Add option="-DBUILD_DLL" /> <Add option="-g" /> </Compiler> <Linker> <Add library="user32" /> </Linker> </Target> <Target title="Release"> <Option output="bin/Release/CPP Converter" prefix_auto="1" extension_auto="1" /> <Option object_output="obj/Release/" /> <Option type="3" /> <Option compiler="gcc" /> <Option createDefFile="1" /> <Option createStaticLib="1" /> <Compiler> <Add option="-Wall" /> <Add option="-DBUILD_DLL" /> <Add option="-O2" /> </Compiler> <Linker> <Add option="-s" /> <Add library="user32" /> </Linker> </Target> </Build> <Unit filename="Errors.h" /> <Unit filename="Input.h" /> <Unit filename="Tokens.h" /> <Unit filename="main.cpp" /> <Extensions> <code_completion /> <envvars /> <debugger /> <lib_finder disable_auto="1" /> </Extensions> </Project> </CodeBlocks_project_file>