aboutsummaryrefslogtreecommitdiff
path: root/PxShared/generate_projects_android.bat
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2019-04-01 14:21:09 +0200
committerMarijn Tamis <[email protected]>2019-04-01 14:21:09 +0200
commitd243404d4ba88bcf53f7310cc8980b4efe38c19f (patch)
treedcc8ce2904e9f813e03f71f825c4d3c9ec565d91 /PxShared/generate_projects_android.bat
parentAdd new SetSpheres and SetPlanes api's to bring them in line with setTriangles. (diff)
downloadnvcloth-1.1.6.tar.xz
nvcloth-1.1.6.zip
1.1.6 Release.1.1.6
Diffstat (limited to 'PxShared/generate_projects_android.bat')
-rw-r--r--PxShared/generate_projects_android.bat19
1 files changed, 0 insertions, 19 deletions
diff --git a/PxShared/generate_projects_android.bat b/PxShared/generate_projects_android.bat
deleted file mode 100644
index 9fd9ab6..0000000
--- a/PxShared/generate_projects_android.bat
+++ /dev/null
@@ -1,19 +0,0 @@
-:: Reset errorlevel status so we are not inheriting this state from the calling process:
-@call :CLEAN_EXIT
-
-:: Use the "short" path so that we don't have to quote paths in that calls below. If we don't do that spaces can break us.
-@SET PXSHARED_ROOT_DIR=%~dp0
-@SET PXSHARED_ROOT_DIR=%PXSHARED_ROOT_DIR:\=/%
-
-:: Run packman to ensure dependencies are present and run cmake generation script afterwards
-@echo Running packman in preparation for cmake ...
-@echo.
-call "%~dp0buildtools\packman\packman.cmd" pull "%~dp0dependencies.xml" --platform android --postscript "%~dp0buildtools\cmake_projects_android.bat"
-@if %ERRORLEVEL% neq 0 (
- @exit /b %errorlevel%
-) else (
- @echo Success!
-)
-
-:CLEAN_EXIT
-@exit /b 0 \ No newline at end of file