summaryrefslogtreecommitdiff
path: root/examples/mywin32make.bat
blob: a7d2280358113fd9da7831393406fe136c5722bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@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