root/trunk/nt/install.bat

Revision 3104, 231 bytes (checked in by himi, 5 years ago)

set svn:eol-style

  • Property svn:eol-style set to CRLF
Line 
1 @echo off
2 if (%1) == (speed) set BUILD_TYPE=spd
3 if (%1) == (speed) shift
4 if not (%1) == () set INSTALL_DIR=%1
5 if not (%1) == () shift
6 nmake -f makefile.nt install %1 %2 %3 %4 %5 %6 %7 %8 %9
7 set INSTALL_DIR=
8 set BUILD_TYPE=
Note: See TracBrowser for help on using the browser.