1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-02 21:11:22 +00:00

Merge pull request #11 from brickviking/mingw32

Can't leave out out 32-bit cousins, what few there are
This commit is contained in:
Cory Smith 2022-08-26 23:12:40 -05:00 committed by GitHub
commit b008707096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,9 @@ if exist internal\c\libqb\src rmdir /s /q internal\c\libqb\src
echo Remove mingw64.
if exist mingw64 rmdir /s /q mingw64
echo Remove mingw32
if exist mingw32 rmdir /s /q mingw64
echo Remove internal/version.txt
if exist internal\version.txt del internal\version.txt
@ -52,4 +55,4 @@ if exist qb64.exe del qb64.exe
echo Remove qb64-dev.exe
if exist qb64-dev.exe del qb64-dev.exe
pause
pause