Sha256: 5bc508aa3a16115448ef5fe21fbcd66a1db2215d6ef5385b9708d4c84711b69b

Contents?: true

Size: 221 Bytes

Versions: 4

Compression:

Stored size: 221 Bytes

Contents

@ECHO off

cd ..\libndtypes
if exist Makefile nmake /nologo distclean

cd tests
if exist Makefile nmake /nologo distclean

cd ..\..\vcbuild
if exist dist64 rd /q /s dist64
if exist dist32 rd /q /s dist32



Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ndtypes-0.2.0dev8 ext/ruby_ndtypes/ndtypes/vcbuild/vcdistclean.bat
ndtypes-0.2.0dev6 ext/ruby_ndtypes/ndtypes/vcbuild/vcdistclean.bat
ndtypes-0.2.0dev5 ext/ruby_ndtypes/ndtypes/vcbuild/vcdistclean.bat
ndtypes-0.2.0dev4 ext/ruby_ndtypes/ndtypes/vcbuild/vcdistclean.bat