This commit is contained in:
mcafee%netscape.com 1999-06-26 07:19:21 +00:00
Родитель e5d61c9fc4
Коммит 0e7d956e43
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -66,6 +66,9 @@ TOOLKIT_CFLAGS := \
$(TK_CFLAGS)
TOOLKIT_CPPSRCS_beos := \
nsBeOSMain.cpp
TOOLKIT_CPPSRCS_gtk := \
nsGTKMain.cpp \
nsGTKMenu.cpp
@ -81,6 +84,11 @@ TOOLKIT_CPPSRCS_photon := \
TOOLKIT_CPPSRCS_xlib := \
nsXlibMain.cpp
ifeq ($(MOZ_TOOLKIT),beos)
BEOS_PROGRAM_RESOURCE = viewer-beos.rsrc
endif
TOOLKIT_CPPSRCS := $(TOOLKIT_CPPSRCS_$(MOZ_TOOLKIT))