1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00

Update ./internal/source when building on Windows

On Windows we don't distribute the ./setup_win.bat, so the contents of
./internal/source are not actually relevant for them. Since the QB64
symbol file will be located in it though, it is important that they get
an updated copy. It does also just make basic sense that if we're
distributing an ./internal/source with the Windows version it should
match whatever QB64 it was shipped with.
This commit is contained in:
Matthew Kilgore 2022-05-14 15:00:32 -04:00
parent f399406f8f
commit e191abfdad

View file

@ -6,6 +6,8 @@ IF ERRORLEVEL 1 exit /b 1
cd ..\..
internal\c\c_compiler\bin\mingw32-make.exe OS=win clean
del qb64_bootstrap.exe
del /q /s internal\source\*
move internal\temp\* internal\source\
internal\c\c_compiler\bin\mingw32-make.exe OS=win clean