diff options
author | Xavier Hallade <xavier.hallade@intel.com> | 2016-06-01 22:00:13 +0200 |
---|---|---|
committer | Xavier Hallade <xavier.hallade@intel.com> | 2016-06-01 22:00:13 +0200 |
commit | cd6ddb9f572dc9cc0a60b43c1c327709311c072e (patch) | |
tree | 415a5e573a15bd6fa246f9dc90fbbce62c4cdb7e /tracker-rs/rs_impl/build.bat | |
parent | f906076ef1205387f52c03e8eed4ac2419c6d9a6 (diff) |
tracker-rs: updated to SDK 2016 R2. Added more debug information and safeguards.
Diffstat (limited to 'tracker-rs/rs_impl/build.bat')
-rw-r--r-- | tracker-rs/rs_impl/build.bat | 6 |
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 |