diff options
| author | mtamis <[email protected]> | 2017-02-28 18:24:59 +0100 |
|---|---|---|
| committer | mtamis <[email protected]> | 2017-02-28 18:24:59 +0100 |
| commit | 5581909a4d19db97304449f66404ff99a0429d3f (patch) | |
| tree | a90f7eb85c095a8aba45cf5e909c82c1cdbed77d /NvCloth/clean.bat | |
| parent | Fix cmake visual studio project generation (locate_gw_root.bat) (diff) | |
| download | archived-nvcloth-5581909a4d19db97304449f66404ff99a0429d3f.tar.xz archived-nvcloth-5581909a4d19db97304449f66404ff99a0429d3f.zip | |
Add visual samples.
Diffstat (limited to 'NvCloth/clean.bat')
| -rw-r--r-- | NvCloth/clean.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/NvCloth/clean.bat b/NvCloth/clean.bat index c07b1ed..7afce3a 100644 --- a/NvCloth/clean.bat +++ b/NvCloth/clean.bat @@ -13,6 +13,10 @@ rd .\test\bin /s /q md .\test\bin rd .\test\lib /s /q md .\test\lib +rd .\samples\bin /s /q +md .\samples\bin +rd .\samples\lib /s /q +md .\samples\lib for /d %%G in (".\compiler\vc*") do ( rd %%G /s /q @@ -26,4 +30,8 @@ for /d %%G in (".\RenderCloth\compiler\vc*") do ( rd %%G /s /q ) +for /d %%G in (".\samples\compiler\vc*") do ( +rd %%G /s /q +) + pause |