1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-11-02 12:09:15 -06:00
Files
winfsp/tools/nmake-ext-test.bat
2016-05-21 17:14:27 -07:00

12 lines
185 B
Batchfile

@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