diff options
| -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 |