OS/2 build bustage

git-svn-id: svn://10.0.0.236/trunk@176554 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2005-07-25 20:22:31 +00:00
parent db8aa734d8
commit 8a76a96a74

View File

@ -45,6 +45,10 @@ include $(DEPTH)/config/autoconf.mk
DIRS = init.d
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
DIRS += os2turbo
endif
# This code removes the console from release builds
# (unless you've set MOZ_WINCONSOLE=1).
ifndef MOZ_WINCONSOLE
@ -222,7 +226,6 @@ LIBS += -lphexlib -lph
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
DIRS += os2turbo
REQUIRES += xpconnect intl profile
CPPSRCS += nsNativeAppSupportOS2.cpp
CPPSRCS += nsNativeAppSupportBase.cpp