mirror of
https://github.com/winfsp/winfsp.git
synced 2026-05-01 02:49:15 -05:00
tools: rename nmake-test.bat to nmake-ext-test.bat
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user