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.bat9
1 files changed, 2 insertions, 7 deletions
diff --git a/tracker-rs/rs_impl/build.bat b/tracker-rs/rs_impl/build.bat
index 89b7647e..5b6ae279 100644
--- a/tracker-rs/rs_impl/build.bat
+++ b/tracker-rs/rs_impl/build.bat
@@ -1,7 +1,2 @@
-IF DEFINED %VS120COMNTOOLS%] (
- chdir /d "%VS120COMNTOOLS%\..\..\VC"
- ) ELSE (
- chdir /d "%VS140COMNTOOLS%\..\..\VC"
- )
-
-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
+@cmd /c .\build_wrapped.bat
+@pause \ No newline at end of file