Add nsNativeAppSupportOS2.cpp

This commit is contained in:
mkaply%us.ibm.com 2004-06-22 13:14:08 +00:00
parent e3557506eb
commit ec0fee7baa

View File

@ -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