From d7bc3048ee87ca5cb190fe8236b354db9b9ef39e Mon Sep 17 00:00:00 2001 From: Francois Tigeot Date: Sat, 16 Apr 2011 09:08:29 +0200 Subject: Remove OS/2 support. --- sal/qa/osl/process/makefile.mk | 8 -------- sal/qa/osl/process/osl_process.cxx | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'sal/qa/osl/process') diff --git a/sal/qa/osl/process/makefile.mk b/sal/qa/osl/process/makefile.mk index 8e050cfbb..cf78cd5f5 100644 --- a/sal/qa/osl/process/makefile.mk +++ b/sal/qa/osl/process/makefile.mk @@ -75,16 +75,8 @@ SHL2DEPN=$(APP3TARGETN) \ #------------------------------- All object files ------------------------------- # do this here, so we get right dependencies -.IF "$(GUI)" == "OS2" - -SLOFILES=$(SHL2OBJS) - -.ELSE - SLOFILES=$(SHL1OBJS) $(SHL2OBJS) -.ENDIF - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk diff --git a/sal/qa/osl/process/osl_process.cxx b/sal/qa/osl/process/osl_process.cxx index 13e11361d..2535c4cd6 100644 --- a/sal/qa/osl/process/osl_process.cxx +++ b/sal/qa/osl/process/osl_process.cxx @@ -70,7 +70,7 @@ # endif #endif -#if defined(WNT) || defined(OS2) +#if defined(WNT) const rtl::OUString EXECUTABLE_NAME (RTL_CONSTASCII_USTRINGPARAM("osl_process_child.exe")); #else const rtl::OUString EXECUTABLE_NAME (RTL_CONSTASCII_USTRINGPARAM("osl_process_child")); @@ -672,7 +672,7 @@ public: void osl_execProc_test_batch() { oslProcess process; -#if defined(WNT) || defined(OS2) +#if defined(WNT) rtl::OUString suBatch = suCWD + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/")) + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("batch.bat")); #else rtl::OUString suBatch = suCWD + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/")) + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("batch.sh")); -- cgit v1.2.3