Sha256: 2ed8c015cbffa0e7b48b34dabcd72204d5e911a4fddbade4500fb144a62623ca

Contents?: true

Size: 442 Bytes

Versions: 2

Compression:

Stored size: 442 Bytes

Contents

@ECHO off

if not exist dist64 mkdir dist64
if exist dist64\* del /q dist64\*

cd ..\libgumath
copy /y Makefile.vc Makefile

nmake /nologo clean
nmake /nologo

copy /y libgumath-0.2.0dev3.lib ..\vcbuild\dist64
copy /y libgumath-0.2.0dev3.dll ..\vcbuild\dist64
copy /y libgumath-0.2.0dev3.dll.lib ..\vcbuild\dist64
copy /y libgumath-0.2.0dev3.dll.exp ..\vcbuild\dist64
copy /y gumath.h ..\vcbuild\dist64

cd ..\vcbuild



Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gumath-0.2.0dev8 ext/ruby_gumath/gumath/vcbuild/vcbuild64.bat
gumath-0.2.0dev5 ext/ruby_gumath/gumath/vcbuild/vcbuild64.bat