1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 11:40:38 +00:00

Remove unnecessary source files

This commit is contained in:
Matthew Kilgore 2022-04-25 23:10:49 -04:00
parent 18d04afb51
commit 6568de7895
3 changed files with 0 additions and 24 deletions

View file

@ -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

View file

@ -1,6 +0,0 @@
04-22-202209:08:06--------------------
53
File not found
26307
79
wiki_methods.bas

View file

@ -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