forked from mirrors/gecko-dev
Bug: 420928 default entry on win32+wince should be mainWCRTStartup r=bsmedberg, a=damons
This commit is contained in:
parent
0e5f68a489
commit
90b46db8c5
4 changed files with 4 additions and 4 deletions
|
|
@ -157,7 +157,7 @@ include $(topsrcdir)/config/config.mk
|
||||||
ifdef _MSC_VER
|
ifdef _MSC_VER
|
||||||
# Always enter a Windows program through wmain, whether or not we're
|
# Always enter a Windows program through wmain, whether or not we're
|
||||||
# a console application.
|
# a console application.
|
||||||
WIN32_EXE_LDFLAGS += -ENTRY:wmainCRTStartup
|
WIN32_EXE_LDFLAGS += -ENTRY:mainWCRTStartup
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef BUILD_STATIC_LIBS
|
ifndef BUILD_STATIC_LIBS
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,7 @@ include $(topsrcdir)/config/rules.mk
|
||||||
DEFINES += -DNS_NO_XPCOM
|
DEFINES += -DNS_NO_XPCOM
|
||||||
|
|
||||||
ifdef _MSC_VER
|
ifdef _MSC_VER
|
||||||
WIN32_EXE_LDFLAGS += -ENTRY:wmainCRTStartup
|
WIN32_EXE_LDFLAGS += -ENTRY:mainWCRTStartup
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,7 @@ include $(topsrcdir)/config/config.mk
|
||||||
ifdef _MSC_VER
|
ifdef _MSC_VER
|
||||||
# Always enter a Windows program through wmain, whether or not we're
|
# Always enter a Windows program through wmain, whether or not we're
|
||||||
# a console application.
|
# a console application.
|
||||||
WIN32_EXE_LDFLAGS += -ENTRY:wmainCRTStartup
|
WIN32_EXE_LDFLAGS += -ENTRY:mainWCRTStartup
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef NS_TRACE_MALLOC
|
ifdef NS_TRACE_MALLOC
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ endif
|
||||||
include $(topsrcdir)/config/config.mk
|
include $(topsrcdir)/config/config.mk
|
||||||
|
|
||||||
ifdef _MSC_VER
|
ifdef _MSC_VER
|
||||||
WIN32_EXE_LDFLAGS += -ENTRY:wmainCRTStartup
|
WIN32_EXE_LDFLAGS += -ENTRY:mainWCRTStartup
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue