Convert to DOS format.
This commit is contained in:
parent
833eadc27c
commit
8f3e53fc60
1 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
@echo off
|
||||
if (%1) == (speed) set BUILD_TYPE=spd
|
||||
if (%1) == (speed) shift
|
||||
if not (%1) == () set INSTALL_DIR=%1
|
||||
nmake -f makefile.nt install
|
||||
set INSTALL_DIR=
|
||||
set BUILD_TYPE=
|
||||
@echo off
|
||||
if (%1) == (speed) set BUILD_TYPE=spd
|
||||
if (%1) == (speed) shift
|
||||
if not (%1) == () set INSTALL_DIR=%1
|
||||
nmake -f makefile.nt install
|
||||
set INSTALL_DIR=
|
||||
set BUILD_TYPE=
|
||||
|
|
Loading…
Add table
Reference in a new issue