From 6e2dd5682dff4d91a1f6f23faaf4011a4e1c6d6c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 5 Jul 2006 12:34:17 +0000 Subject: [PATCH] Directory recctrl no longer part of dist --- win/zebra.nsi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/win/zebra.nsi b/win/zebra.nsi index 6c0253c..c8f79d3 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,4 +1,4 @@ -; $Id: zebra.nsi,v 1.32 2006-06-26 15:11:44 marc Exp $ +; $Id: zebra.nsi,v 1.33 2006-07-05 12:34:17 adam Exp $ !define VERSION "2.0.0" @@ -135,9 +135,6 @@ Section "Zebra Source" File ..\isamb\*.c SetOutPath $INSTDIR\data1 File ..\data1\*.c - SetOutPath $INSTDIR\recctrl - File ..\recctrl\*.c - File ..\recctrl\*.h SetOutPath $INSTDIR\dict File ..\dict\*.c File ..\dict\*.h -- 1.7.10.4