tools: rename nmake-test.bat to nmake-ext-test.bat

This commit is contained in:
Bill Zissimopoulos
2016-05-21 17:14:27 -07:00
parent c4b6e9bb47
commit 37b1dc440e
2 changed files with 1 additions and 1 deletions

11
tools/nmake-ext-test.bat Normal file
View File

@@ -0,0 +1,11 @@
@echo off
setlocal
set Configuration=Release
if not X%1==X set Configuration=%1
call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x64
cd %~dp0..\ext\test
nmake /f Nmakefile