File: mkSDL.bat

package info (click to toggle)
brandy 1.23.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,268 kB
  • sloc: ansic: 39,421; makefile: 91; sh: 1
file content (11 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
@rem Make Brandy Basic for Windows-SDL with MinGW compiler
@rem Edit PATH to GCC tools to match your installation

@cd %0\..
@set PATH=C:\Apps\Programming\TDM-GCC-32\bin;%PATH%
@mingw32-make -f makefile.mingw-sdl nodebug
@mkdir ..\binaries >NUL: 2>NUL:
@if exist brandy.exe copy brandy.exe ..\binaries\brandySDL.exe >NUL:
@if exist brandy del brandy
@if exist brandy.exe del brandy.exe
@pause