r=cls
OS/2 only - build new viewer app stuff


git-svn-id: svn://10.0.0.236/trunk@133261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2002-11-07 04:56:23 +00:00
parent 56efc822ef
commit 67d00b329e

View File

@@ -83,7 +83,9 @@ BEOS_PROGRAM_RESOURCE = $(srcdir)/viewer-beos.rsrc
TOOLKIT_CPPSRCS = nsBeOSMain.cpp
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
TOOLKIT_CPPSRCS = nsOS2Main.cpp
TOOLKIT_CPPSRCS = nsOS2Main.cpp nsWidgetSupport.cpp
DIRS += os2
VIEWER_TK_LIBS = os2/$(LIB_PREFIX)viewer_os2_s.$(LIB_SUFFIX)
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),photon)
TOOLKIT_CPPSRCS = nsPhMain.cpp nsPhMenu.cpp
@@ -113,6 +115,8 @@ endif
ifeq ($(OS_ARCH),OS2)
RESFILE = vieweros2.res
DEFINES += -DUSE_LOCAL_WIDGETS
XP_DIST_LIBS += $(DIST)/lib/components/wdgtos2.lib
endif
ifdef MOZ_OJI