Allow for optimized build.
This commit is contained in:
parent
b5e9eb93c8
commit
138d2349f3
1 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,6 @@
|
|||
nmake -f makefile.nt install
|
||||
@echo off
|
||||
if (%1) == (speed) set BUILD_TYPE=spd
|
||||
if (%1) == (speed) shift
|
||||
if not (%1) == () set INSTALL_DIR=%1
|
||||
@if not (%1) == () set INSTALL_DIR=%1
|
||||
|
|
Loading…
Add table
Reference in a new issue