From d513d15e315601b730b0b3a6126c3163d00223fb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 15 Dec 2011 10:27:10 +0100 Subject: [PATCH] IDMETA and mk_version.tcl part of Windows package --- win/zebra.nsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win/zebra.nsi b/win/zebra.nsi index 7d259d1..f4d2674 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -130,8 +130,11 @@ SectionEnd Section "Zebra Source" SectionIn 1 + SetOutPath $INSTDIR + File ..\IDMETA SetOutPath $INSTDIR\util File ..\util\*.c + File ..\util\*.tcl SetOutPath $INSTDIR\dfa File ..\dfa\*.c File ..\dfa\*.h -- 1.7.10.4