Add SMI to the installation, the MIB:s are still missing.

svn path=/trunk/; revision=22680
This commit is contained in:
Anders Broman 2007-08-27 06:28:20 +00:00
parent ca2683dc8b
commit b4246788a3
2 changed files with 6 additions and 0 deletions

View File

@ -168,6 +168,9 @@ $(DEST)-setup-$(VERSION).exe : user-guide.chm $(NSI) $(DELIVERABLES) Makefile.nm
!IFDEF LUA_DIR
/DLUA_DIR=$(LUA_DIR) \
!ENDIF
!IFDEF SMI_DIR
/DSMI_DIR=$(SMI_DIR) \
!ENDIF
!IFDEF HHC_DIR
/DHHC_DIR="$(HHC_DIR)" \
!ENDIF

View File

@ -335,6 +335,9 @@ File "..\..\epan\wslua\init.lua"
File "..\..\epan\wslua\console.lua"
File "..\..\epan\wslua\dtd_gen.lua"
!endif
!ifdef SMI_DIR
File "${SMI_DIR}\lib\smi.dll"
!endif
File "..\..\FAQ"
File "..\..\README"
File "..\..\README.win32"