From cd6ddb9f572dc9cc0a60b43c1c327709311c072e Mon Sep 17 00:00:00 2001 From: Xavier Hallade Date: Wed, 1 Jun 2016 22:00:13 +0200 Subject: tracker-rs: updated to SDK 2016 R2. Added more debug information and safeguards. --- tracker-rs/rs_impl/build.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tracker-rs/rs_impl/build.bat') 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 -- cgit v1.2.3