diff options
| author | sschirm <[email protected]> | 2016-12-23 14:20:36 +0100 |
|---|---|---|
| committer | sschirm <[email protected]> | 2016-12-23 14:56:17 +0100 |
| commit | ef6937e69e8ee3f409cf9d460d5ad300a65d5924 (patch) | |
| tree | 710426e8daa605551ce3f34b581897011101c30f /APEX_1.4/bin/run_dllcopy.cmd | |
| parent | Initial commit: (diff) | |
| download | physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.tar.xz physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.zip | |
PhysX 3.4 / APEX 1.4 release candidate @21506124
Diffstat (limited to 'APEX_1.4/bin/run_dllcopy.cmd')
| -rw-r--r-- | APEX_1.4/bin/run_dllcopy.cmd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/APEX_1.4/bin/run_dllcopy.cmd b/APEX_1.4/bin/run_dllcopy.cmd new file mode 100644 index 00000000..f2b6b9a5 --- /dev/null +++ b/APEX_1.4/bin/run_dllcopy.cmd @@ -0,0 +1,8 @@ +@echo off + +call dllcopy.bat ../../PhysX_3.4/bin/vc11win32 ../bin/vc11win32-PhysX_3.4 ../../PxShared/bin/vc11win32 ../../PhysX_3.4/bin/vc11win32 +call dll64copy.bat ../../PhysX_3.4/bin/vc11win64 ../bin/vc11win64-PhysX_3.4 ../../PxShared/bin/vc11win64 ../../PhysX_3.4/bin/vc11win64 +call dllcopy.bat ../../PhysX_3.4/bin/vc12win32 ../bin/vc12win32-PhysX_3.4 ../../PxShared/bin/vc12win32 ../../PhysX_3.4/bin/vc12win32 +call dll64copy.bat ../../PhysX_3.4/bin/vc12win64 ../bin/vc12win64-PhysX_3.4 ../../PxShared/bin/vc12win64 ../../PhysX_3.4/bin/vc12win64 +call dllcopy.bat ../../PhysX_3.4/bin/vc14win32 ../bin/vc14win32-PhysX_3.4 ../../PxShared/bin/vc14win32 ../../PhysX_3.4/bin/vc14win32 +call dll64copy.bat ../../PhysX_3.4/bin/vc14win64 ../bin/vc14win64-PhysX_3.4 ../../PxShared/bin/vc14win64 ../../PhysX_3.4/bin/vc14win64
\ No newline at end of file |