summaryrefslogtreecommitdiff
path: root/pr/tests/Makefile.in
diff options
context:
space:
mode:
authornelson%bolyard.com <devnull@localhost>2009-02-23 05:00:45 +0000
committernelson%bolyard.com <devnull@localhost>2009-02-23 05:00:45 +0000
commit3b9f1cc4dde4d5911dc97ff8092f75cc3c477167 (patch)
treecc2f540c3f2f85d41d63200a98b319aed11f3f43 /pr/tests/Makefile.in
parentfdcc238c001c44376f670c1a4f8315f5d6d6acff (diff)
downloadnspr-hg-3b9f1cc4dde4d5911dc97ff8092f75cc3c477167.tar.gz
Bug 469083: WinCE NSPRPUB PR Tests Do Not Run On WinCE/WinMobile6, r=wtc
Diffstat (limited to 'pr/tests/Makefile.in')
-rw-r--r--pr/tests/Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/pr/tests/Makefile.in b/pr/tests/Makefile.in
index 95c32f48..126b2d0f 100644
--- a/pr/tests/Makefile.in
+++ b/pr/tests/Makefile.in
@@ -249,15 +249,14 @@ endif
ifeq ($(OS_ARCH),WINCE)
ifdef NS_USE_GCC
- EXTRA_LIBS += -lwsock32
+ EXTRA_LIBS += -lws2 -lcoredll
else
+ INCLUDES += -FInst_wince.h
EXTRA_LIBS += ws2.lib coredll.lib
LDOPTS = -NOLOGO -DEBUG -DEBUGTYPE:CV -INCREMENTAL:NO -PDB:$(@:.dll=.pdb)
- # NOTE: Need this to have a proper WinCE entry into main(argc, argv)
-# EXE_EXTRA_LDOPTS = -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
EXE_EXTRA_LDOPTS = -SUBSYSTEM:CONSOLE
ifdef PROFILE
- LDOPTS += -PROFILE -MAP
+ LDOPTS += -PROFILE -MAP
endif # profile
endif # NS_USE_GCC