From 6568de7895750547e4a7dbfc4528760133b79fdf Mon Sep 17 00:00:00 2001 From: Matthew Kilgore Date: Mon, 25 Apr 2022 23:10:49 -0400 Subject: [PATCH] Remove unnecessary source files --- internal/source/debug_win.bat | 12 ------------ internal/source/ideerror.txt | 6 ------ internal/source/recompile_win.bat | 6 ------ 3 files changed, 24 deletions(-) delete mode 100644 internal/source/debug_win.bat delete mode 100644 internal/source/ideerror.txt delete mode 100644 internal/source/recompile_win.bat diff --git a/internal/source/debug_win.bat b/internal/source/debug_win.bat deleted file mode 100644 index 6627f99c9..000000000 --- a/internal/source/debug_win.bat +++ /dev/null @@ -1,12 +0,0 @@ -@echo off -cd %0\..\ -cd ../.. -echo C++ Debugging: qb64(2).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 "..\..\qb64(2).exe" -pause diff --git a/internal/source/ideerror.txt b/internal/source/ideerror.txt deleted file mode 100644 index adf417211..000000000 --- a/internal/source/ideerror.txt +++ /dev/null @@ -1,6 +0,0 @@ -04-22-202209:08:06-------------------- - 53 -File not found - 26307 - 79 -wiki_methods.bas diff --git a/internal/source/recompile_win.bat b/internal/source/recompile_win.bat deleted file mode 100644 index 7ce3bce50..000000000 --- a/internal/source/recompile_win.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off -cd %0\..\ -echo Recompiling... -cd ../c -c_compiler\bin\g++ -mconsole -s -Wfatal-errors -w -Wall qbx.cpp libqb\os\win\libqb_2_1_1000000101000.o -D DEPENDENCY_SOCKETS -D DEPENDENCY_NO_PRINTER -D DEPENDENCY_ICON -D DEPENDENCY_NO_SCREENIMAGE -D DEPENDENCY_LOADFONT parts\video\font\ttf\os\win\src.o parts\core\os\win\src.a -lopengl32 -lglu32 -mwindows -static-libgcc -static-libstdc++ -D GLEW_STATIC -D FREEGLUT_STATIC -lws2_32 -lwinmm -lgdi32 -o "..\..\qb64(2).exe" -pause