mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-16 17:05:39 +02:00
fingers... git-svn-id: file:///home/jj/hercules.svn/trunk@3027 956126f8-22a0-4046-8f4a-272fa8102e63
25 lines
1.1 KiB
Batchfile
Executable File
25 lines
1.1 KiB
Batchfile
Executable File
@echo off
|
|
REM +-------------------------------------------------------------------------------+
|
|
REM ! !
|
|
REM ! Name: _build.bat !
|
|
REM ! !
|
|
REM ! Desc: build Hercules with various options. Windows bat front end !
|
|
REM ! !
|
|
REM +-------------------------------------------------------------------------------+
|
|
REM !
|
|
REM ! Change Log: '$Log$
|
|
REM ! Change Log: 'Revision 1.8.4.1 2005/03/01 11:22:05 fish
|
|
REM ! Change Log: 'fixing the last(?) of my CRLF screwups
|
|
REM ! Change Log: '
|
|
REM ! Change Log: 'Revision 1.8 2004/03/28 15:11:58 vbandke
|
|
REM ! Change Log: 'no message
|
|
REM ! Change Log: '
|
|
REM !
|
|
REM +-------------------------------------------------------------------------------
|
|
echo off
|
|
SET ANSI_FLAG=Y
|
|
SET BASH_OPT=+e +x
|
|
bash %BASH_OPT% _build.tail
|
|
bash %BASH_OPT% _build -c p4 -p 1 -f
|
|
pause
|