barrier/dist/nullsoft/installer.mak

21 lines
313 B
Makefile
Raw Normal View History

2004-03-28 20:00:00 +00:00
NULL=
DEPTH=..\..
NSIS="D:\Program Files\NSIS\makensis"
DOCS = \
COPYING \
ChangeLog \
2004-03-28 20:00:00 +00:00
$(NULL)
default: dosifydocs installer
installer:
$(NSIS) synergy.nsi
dosifydocs: dosify.exe
.\dosify.exe $(DEPTH) . $(DOCS)
dosify.exe: dosify.c
$(CC) /nologo /Yd /Zi /MLd /Fe$@ $**