IDMETA and mk_version.tcl part of Windows package
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Dec 2011 09:27:10 +0000 (10:27 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Dec 2011 09:27:10 +0000 (10:27 +0100)
win/zebra.nsi

index 7d259d1..f4d2674 100644 (file)
@@ -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