summaryrefslogtreecommitdiff
path: root/examples/mywin32make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mywin32make.bat')
-rw-r--r--examples/mywin32make.bat18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/mywin32make.bat b/examples/mywin32make.bat
new file mode 100644
index 00000000..a7d22803
--- /dev/null
+++ b/examples/mywin32make.bat
@@ -0,0 +1,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