r=cls, a=brendan
Turn on building of OS/2 installer - hurrah!
This commit is contained in:
mkaply%us.ibm.com 2002-10-29 06:21:36 +00:00
parent 063c710a24
commit 18da08997d
2 changed files with 4 additions and 1 deletions

@ -3401,7 +3401,7 @@ dnl ========================================================
dnl Installer
dnl ========================================================
case "$target_os" in
solaris*|linux*|msvc*|mksnt*|cygwin*|mingw*)
solaris*|linux*|msvc*|mksnt*|cygwin*|mingw*|os2*)
MOZ_INSTALLER=1
;;
esac

@ -40,6 +40,9 @@ endif
ifeq ($(OS_ARCH),WINNT)
DIRS += wizard/windows
endif
ifeq ($(OS_ARCH),OS2)
DIRS += wizard/os2
endif
endif
include $(topsrcdir)/config/rules.mk