From 488ca683adb56c224eb34c7218068a4b15447aef Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sun, 28 Oct 2007 13:46:20 +0000 Subject: Fix Windows build error if not using LUA; Bug #1950 svn path=/trunk/; revision=23296 --- Makefile.nmake | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.nmake') diff --git a/Makefile.nmake b/Makefile.nmake index 83751d57f2..2b6183133e 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -864,11 +864,13 @@ install-common-files: xcopy ".\colorfilters" $(INSTALL_DIR) /d xcopy ".\dfilters" $(INSTALL_DIR) /d xcopy ".\smi_modules" $(INSTALL_DIR) /d +!IFDEF LUA_DIR xcopy ".\epan\wslua\init.lua" $(INSTALL_DIR) /d xcopy ".\epan\wslua\console.lua" $(INSTALL_DIR) /d - xcopy doc\*.html $(INSTALL_DIR) /d +!ENDIF + xcopy doc\*.html $(INSTALL_DIR) /d !IFDEF ETHEREAL_EUG_DIR - xcopy $(ETHEREAL_EUG_DIR) $(INSTALL_DIR) /d + xcopy $(ETHEREAL_EUG_DIR) $(INSTALL_DIR) /d !ENDIF if not exist $(INSTALL_DIR)\help mkdir $(INSTALL_DIR)\help xcopy ".\help\*.*" $(INSTALL_DIR)\help /d -- cgit v1.2.3