1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 10:01:21 +00:00

(Automated push) Update internal/source/* from qb64.bas

This commit is contained in:
Galleon 2014-02-22 19:13:04 -08:00
parent cc0c0e5559
commit 2e165e2338
2 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
@echo off @echo off
cd %0\..\ cd %0\..\
cd ../.. cd ../..
echo C++ Debugging: 2014_02_22__17_19_54_build2__qb64.exe using gdb.exe echo C++ Debugging: 2014_02_22__19_09_30_build2__qb64.exe using gdb.exe
echo Debugger commands: echo Debugger commands:
echo After the debugger launches type 'run' to start your program echo After the debugger launches type 'run' to start your program
echo After your program crashes type 'list' to find where the problem is and fix/report it echo After your program crashes type 'list' to find where the problem is and fix/report it
echo Type 'quit' to exit echo Type 'quit' to exit
echo (the GDB debugger has many other useful commands, this advice is for beginners) echo (the GDB debugger has many other useful commands, this advice is for beginners)
pause pause
internal\c\c_compiler\bin\gdb.exe "2014_02_22__17_19_54_build2__qb64.exe" internal\c\c_compiler\bin\gdb.exe "2014_02_22__19_09_30_build2__qb64.exe"
pause pause

View file

@ -2,5 +2,5 @@
cd %0\..\ cd %0\..\
echo Recompiling... echo Recompiling...
cd ../c cd ../c
c_compiler\bin\g++ -mconsole -s -Wfatal-errors -w -Wall qbx.cpp libqb\os\win\libqb_0_980_100000.o -D DEPENDENCY_LOADFONT parts\video\font\ttf\os\win\src.o -lws2_32 -lwinspool parts\core\os\win\src.a -lopengl32 -lglu32 -lwinmm -lgdi32 -mwindows -static-libgcc -static-libstdc++ -D FREEGLUT_STATIC -lksguid -lole32 -lwinmm -ldxguid -o "..\..\2014_02_22__17_19_54_build2__qb64.exe" c_compiler\bin\g++ -mconsole -s -Wfatal-errors -w -Wall qbx.cpp libqb\os\win\libqb_0_980_100000.o -D DEPENDENCY_LOADFONT parts\video\font\ttf\os\win\src.o -lws2_32 -lwinspool parts\core\os\win\src.a -lopengl32 -lglu32 -lwinmm -lgdi32 -mwindows -static-libgcc -static-libstdc++ -D FREEGLUT_STATIC -lksguid -lole32 -lwinmm -ldxguid -o "..\..\2014_02_22__19_09_30_build2__qb64.exe"
pause pause