1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 18:20:37 +00:00

Update QB64 to use new wiki

Along with a few files which may not be necessary, and should be excluded from the automated build process once its set up later.
This commit is contained in:
SteveMcNeill 2022-04-22 09:23:27 -04:00 committed by Matthew Kilgore
parent 2f75efbc08
commit 218c6124a5
12 changed files with 202270 additions and 202228 deletions

View file

View file

@ -0,0 +1,12 @@
@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

@ -0,0 +1 @@
qb64.bas

View file

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

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,4 @@
global
ide
subs_functions
utilities

BIN
internal/source/qb64.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View file

@ -0,0 +1,6 @@
D:\Repo\QB64pe\source\qb64.bas
D:\Repo\QB64pe\source\ide\wiki\wiki_methods.bas
D:\Repo\QB64pe\source\ide\ide_methods.bas

View file

@ -0,0 +1,6 @@
@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

1
internal/source/root.txt Normal file
View file

@ -0,0 +1 @@
D:\Repo\QB64pe

View file

@ -0,0 +1,6 @@
Cache_Folder$
outputFile
wiki

BIN
internal/source/undo2.bin Normal file

Binary file not shown.