summaryrefslogtreecommitdiff
path: root/lib/tests
diff options
context:
space:
mode:
authormozilla%weilbacher.org <devnull@localhost>2008-05-02 08:18:15 +0000
committermozilla%weilbacher.org <devnull@localhost>2008-05-02 08:18:15 +0000
commit3fc6b71bdc2cbc16de723dd99938f34b33449567 (patch)
treef0fb3ab02213b4b00550df02aa682f710f593b19 /lib/tests
parent5acd7227870455481a2f6177833eb18a8d1be63b (diff)
downloadnspr-hg-3fc6b71bdc2cbc16de723dd99938f34b33449567.tar.gz
[OS/2] Bug 330720: remove support for the obsolete OS/2-VACPP from NSPR and use XP_OS2 instead of XP_OS2_EMX everywhere, p=mkaply/me, r=julien.pierre
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/Makefile.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/tests/Makefile.in b/lib/tests/Makefile.in
index e833aabf..5ed49067 100644
--- a/lib/tests/Makefile.in
+++ b/lib/tests/Makefile.in
@@ -99,14 +99,7 @@ endif
endif
ifeq ($(OS_ARCH),OS2)
- ifeq ($(MOZ_OS2_TOOLS),VACPP)
- LDOPTS = -NOE -DEBUG -nologo -PMTYPE:VIO /S:32768
- LIBPR = $(dist_libdir)/nspr$(MOD_MAJOR_VERSION).lib
- LIBPLC = $(dist_libdir)/plc$(MOD_MAJOR_VERSION).lib
- LIBPLDS= $(dist_libdir)/plds$(MOD_MAJOR_VERSION).$(LIB_SUFFIX)
- else
- LDOPTS += -Zomf -Zlinker /PM:VIO
- endif
+ LDOPTS += -Zomf -Zlinker /PM:VIO
endif
ifneq ($(OS_ARCH), WINNT)