Bug 513338 - fixing faststart build issue for Linux, r=luser

This commit is contained in:
brian :crowder 2009-09-01 09:45:06 -07:00
parent ab7137f070
commit 20a725a977

View File

@ -46,14 +46,14 @@ EXTRA_PP_COMPONENTS = \
FastStartup.js \
$(NULL)
ifdef _MSC_VER
ifdef WINCE
CPPSRCS = \
faststartstub.cpp \
$(NULL)
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX)) \
ifdef _MSC_VER
ifdef WINCE
WIN32_EXE_LDFLAGS += -ENTRY:WinMainCRTStartup
endif
endif