diff options
| author | mtamis <[email protected]> | 2017-02-16 11:46:48 +0100 |
|---|---|---|
| committer | mtamis <[email protected]> | 2017-02-16 11:46:48 +0100 |
| commit | ccf344e7ab45cf9da96401724a161710e565df92 (patch) | |
| tree | 2429bb4e778aaa6fa3aada63d21689576a839c3d | |
| parent | Moved README to root so it shows up on github. (diff) | |
| download | nvcloth-ccf344e7ab45cf9da96401724a161710e565df92.tar.xz nvcloth-ccf344e7ab45cf9da96401724a161710e565df92.zip | |
Fix cmake visual studio project generation (locate_gw_root.bat)
| -rw-r--r-- | NvCloth/scripts/locate_gw_root.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NvCloth/scripts/locate_gw_root.bat b/NvCloth/scripts/locate_gw_root.bat index e8ea08c..f8a9c2a 100644 --- a/NvCloth/scripts/locate_gw_root.bat +++ b/NvCloth/scripts/locate_gw_root.bat @@ -2,9 +2,9 @@ setlocal enabledelayedexpansion -rem use the following 2 lines to manually point to the google test folder \\sw\%FOLDER_NEEDLE% -rem set FOLDER=%~dp0/ -rem goto :manualfolder +rem use the following 2 lines to manually point to the root folder +set FOLDER=%~dp0/ +goto :manualfolder set FOLDER_NEEDLE=sw\physx rem set FOLDER_NEEDLE=NvCloth\src |