OS/2 build bustage
git-svn-id: svn://10.0.0.236/trunk@176554 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
db8aa734d8
commit
8a76a96a74
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user