Sha256: d7b60d7b4c6ab85cce78c93b39d33a39d657147d44eaa7c8ef46b38708df27b6
Contents?: true
Size: 482 Bytes
Versions: 2
Compression:
Stored size: 482 Bytes
Contents
@echo off REM REM This is my personal configuration file. REM I am lazy to type all this crap again and again REM You are welcome to customize this file for your REM needs but do not check it into the CVS, please. REM REM Aleksey Sanin <aleksey@aleksey.com> REM SET XMLSEC_PREFIX=C:\cygwin\home\local SET XMLSEC_INCLUDE=%XMLSEC_PREFIX%\include SET XMLSEC_LIB=%XMLSEC_PREFIX%\lib SET INCLUDE=%XMLSEC_INCLUDE%;%INCLUDE% SET LIB=%XMLSEC_LIB%;%LIB% nmake -f Makefile.w32 %1 %2 %3
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xmlsec-shim-1.2.18.2 | vendor/xmlsec1-1.2.18/examples/mywin32make.bat |
xmlsec-shim-1.2.18.1 | vendor/xmlsec1-1.2.18/examples/mywin32make.bat |