summaryrefslogtreecommitdiffhomepage
path: root/tracker-rs/rs_impl/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-rs/rs_impl/build.bat')
-rw-r--r--tracker-rs/rs_impl/build.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/tracker-rs/rs_impl/build.bat b/tracker-rs/rs_impl/build.bat
index 799630b2..89b7647e 100644
--- a/tracker-rs/rs_impl/build.bat
+++ b/tracker-rs/rs_impl/build.bat
@@ -1,7 +1,7 @@
IF DEFINED %VS120COMNTOOLS%] (
- cd "%VS120COMNTOOLS%\..\..\VC"
+ chdir /d "%VS120COMNTOOLS%\..\..\VC"
) ELSE (
- cd "%VS140COMNTOOLS%\..\..\VC"
+ chdir /d "%VS140COMNTOOLS%\..\..\VC"
)
-vcvarsall x86 && cd %~dp0 && CL /nologo /Ox /DUNICODE /D_UNICODE /DEXPORT_RS_IMPL /MT /I"%RSSDK_DIR%\opensource\include" ftnoir_tracker_rs_impl.cpp "%RSSDK_DIR%\opensource\src\libpxc\libpxc.cpp" /link ADVAPI32.LIB /DLL /OUT:bin\opentrack-tracker-rs-impl.dll \ No newline at end of file
+vcvarsall x86 && chdir /d %~dp0 && CL /nologo /Ox /DUNICODE /D_UNICODE /DEXPORT_RS_IMPL /MT /I"%RSSDK_DIR%\opensource\include" ftnoir_tracker_rs_impl.cpp "%RSSDK_DIR%\opensource\src\libpxc\libpxc.cpp" /link ADVAPI32.LIB /DLL /OUT:bin\opentrack-tracker-rs-impl.dll \ No newline at end of file