From 9f9f026e9a0dd87814b6bf0f6906c8ac346ede93 Mon Sep 17 00:00:00 2001 From: Galleon Date: Sun, 23 Feb 2014 05:12:06 -0800 Subject: [PATCH] (Automated push) Update internal/source/* from qb64.bas --- internal/source/debug_win.bat | 4 ++-- internal/source/recompile_win.bat | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/source/debug_win.bat b/internal/source/debug_win.bat index 6e9ab9330..be64d9986 100644 --- a/internal/source/debug_win.bat +++ b/internal/source/debug_win.bat @@ -1,12 +1,12 @@ @echo off cd %0\..\ cd ../.. -echo C++ Debugging: 2014_02_22__19_09_30_build2__qb64.exe using gdb.exe +echo C++ Debugging: 2014_02_23__05_07_34_build2__qb64.exe using gdb.exe echo Debugger commands: 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 Type 'quit' to exit echo (the GDB debugger has many other useful commands, this advice is for beginners) pause -internal\c\c_compiler\bin\gdb.exe "2014_02_22__19_09_30_build2__qb64.exe" +internal\c\c_compiler\bin\gdb.exe "2014_02_23__05_07_34_build2__qb64.exe" pause diff --git a/internal/source/recompile_win.bat b/internal/source/recompile_win.bat index 73098d11b..3f19d0693 100644 --- a/internal/source/recompile_win.bat +++ b/internal/source/recompile_win.bat @@ -2,5 +2,5 @@ cd %0\..\ echo Recompiling... 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__19_09_30_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_23__05_07_34_build2__qb64.exe" pause