- add NSIS makefile

This commit is contained in:
Bryce Denney 2002-11-21 03:50:59 +00:00
parent b2ec77815d
commit f21ab23c51
2 changed files with 6 additions and 4 deletions

5
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in,v 1.172 2002/11/20 20:42:39 bdenney Exp .
# From configure.in Id: configure.in,v 1.173 2002/11/21 03:43:03 bdenney Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
@ -22244,7 +22244,7 @@ echo "${ECHO_T}no" >&6
fi
ac_config_files="$ac_config_files Makefile iodev/Makefile debug/Makefile bios/Makefile cpu/Makefile memory/Makefile gui/Makefile disasm/Makefile ${INSTRUMENT_DIR}/Makefile misc/Makefile fpu/Makefile install-x11-fonts build/linux/bochs-dlx build/linux/bochs-docs bxversion.h build/linux/DOC-linux.html build/macosx/Info.plist build/win32/nsis/bochs.nsi"
ac_config_files="$ac_config_files Makefile iodev/Makefile debug/Makefile bios/Makefile cpu/Makefile memory/Makefile gui/Makefile disasm/Makefile ${INSTRUMENT_DIR}/Makefile misc/Makefile fpu/Makefile install-x11-fonts build/linux/bochs-dlx build/linux/bochs-docs bxversion.h build/linux/DOC-linux.html build/macosx/Info.plist build/win32/nsis/Makefile build/win32/nsis/bochs.nsi"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
@ -22732,6 +22732,7 @@ do
"bxversion.h" ) CONFIG_FILES="$CONFIG_FILES bxversion.h" ;;
"build/linux/DOC-linux.html" ) CONFIG_FILES="$CONFIG_FILES build/linux/DOC-linux.html" ;;
"build/macosx/Info.plist" ) CONFIG_FILES="$CONFIG_FILES build/macosx/Info.plist" ;;
"build/win32/nsis/Makefile" ) CONFIG_FILES="$CONFIG_FILES build/win32/nsis/Makefile" ;;
"build/win32/nsis/bochs.nsi" ) CONFIG_FILES="$CONFIG_FILES build/win32/nsis/bochs.nsi" ;;
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
"ltdlconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS ltdlconf.h" ;;

View File

@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(bochs.h)
AC_REVISION([[$Id: configure.in,v 1.173 2002-11-21 03:43:03 bdenney Exp $]])
AC_REVISION([[$Id: configure.in,v 1.174 2002-11-21 03:50:59 bdenney Exp $]])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(ltdlconf.h)
@ -2192,4 +2192,5 @@ AC_OUTPUT(Makefile iodev/Makefile debug/Makefile bios/Makefile \
fpu/Makefile install-x11-fonts build/linux/bochs-dlx \
build/linux/bochs-docs bxversion.h \
build/linux/DOC-linux.html \
build/macosx/Info.plist build/win32/nsis/bochs.nsi)
build/macosx/Info.plist \
build/win32/nsis/Makefile build/win32/nsis/bochs.nsi)