From ec0fee7baa2f5454b56af8ecaf4cb13eabf6be7e Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Tue, 22 Jun 2004 13:14:08 +0000 Subject: [PATCH] Add nsNativeAppSupportOS2.cpp --- toolkit/xre/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toolkit/xre/Makefile.in b/toolkit/xre/Makefile.in index 6e46407787fe..c6f0ab8e7177 100644 --- a/toolkit/xre/Makefile.in +++ b/toolkit/xre/Makefile.in @@ -108,9 +108,13 @@ else ifeq ($(MOZ_WIDGET_TOOLKIT),mac) CPPSRCS += nsNativeAppSupportMac.cpp else +ifeq ($(MOZ_WIDGET_TOOLKIT),os2) +CPPSRCS += nsNativeAppSupportOS2.cpp +else CPPSRCS += nsNativeAppSupportDefault.cpp endif endif +endif ifeq ($(MOZ_WIDGET_TOOLKIT),mac) CMSRCS = MacLaunchHelper.m