summaryrefslogtreecommitdiffstats
path: root/ldap/synctools/passwordsync/build.bat
blob: 323e6288539bd786d061e5cf46374d113eb60bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@echo off
cd passsync
nmake passsync.mak
copy Debug\passsync.exe ..\Wix
cd ..\passhook
nmake passhook.mak
copy Debug\passhook.dll ..\Wix

if EXIST ..\Wix (goto :WIX)

goto :EOF
:WIX

cd ..\Wix
if NOT EXIST candle.exe ( 
	echo ERROR: Wix not properly installed.  See readme.
	pause
	exit 1 )

if NOT EXIST light.exe ( 
	echo ERROR: Wix not properly installed.  See readme.
	pause
	exit 1 )

candle PassSync.wxs
light PassSync.wixobj