Sha256: 05091d227e56acb21cb231f212ba786948b8effd793b0c389a8e5ffe562eaed3
Contents?: true
Size: 442 Bytes
Versions: 2
Compression:
Stored size: 442 Bytes
Contents
@ECHO off if not exist dist32 mkdir dist32 if exist dist32\* del /q dist32\* cd ..\libgumath copy /y Makefile.vc Makefile nmake /nologo clean nmake /nologo copy /y libgumath-0.2.0dev3.lib ..\vcbuild\dist32 copy /y libgumath-0.2.0dev3.dll ..\vcbuild\dist32 copy /y libgumath-0.2.0dev3.dll.lib ..\vcbuild\dist32 copy /y libgumath-0.2.0dev3.dll.exp ..\vcbuild\dist32 copy /y gumath.h ..\vcbuild\dist32 cd ..\vcbuild
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gumath-0.2.0dev8 | ext/ruby_gumath/gumath/vcbuild/vcbuild32.bat |
gumath-0.2.0dev5 | ext/ruby_gumath/gumath/vcbuild/vcbuild32.bat |