diff options
| author | Marijn Tamis <[email protected]> | 2017-10-20 14:30:56 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2017-10-20 14:36:12 +0200 |
| commit | fabb251458f4a2d6d4f87dd36038fac2774b378c (patch) | |
| tree | 68a4a0ecd940dc949e0477d521d8c159968cfcd5 /NvCloth/clean.bat | |
| parent | NvCloth 1.1.2 Release. (22576033) (diff) | |
| download | nvcloth-1.1.3.tar.xz nvcloth-1.1.3.zip | |
NvCloth 1.1.3 Release. (23014067)v1.1.3
Diffstat (limited to 'NvCloth/clean.bat')
| -rw-r--r-- | NvCloth/clean.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/NvCloth/clean.bat b/NvCloth/clean.bat index 7afce3a..a66d0a9 100644 --- a/NvCloth/clean.bat +++ b/NvCloth/clean.bat @@ -34,4 +34,13 @@ for /d %%G in (".\samples\compiler\vc*") do ( rd %%G /s /q ) +for /d %%G in (".\compiler\android-*") do ( +rd %%G /s /q +) + +for /d %%G in (".\test\compiler\android-*") do ( +rd %%G /s /q +) + + pause |