summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-08-29 23:42:11 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-08-30 11:13:32 +0300
commite081225623ee71557d28afe9a1fbeeeb80faa798 (patch)
tree297bb7c3f4ca48a5d12bbe5e2fc52acd662861f1 /cppuhelper/source
parentDon't check makecab version when cross-compiling (diff)
downloadcore-e081225623ee71557d28afe9a1fbeeeb80faa798.tar.gz
core-e081225623ee71557d28afe9a1fbeeeb80faa798.zip
Tweak some DLL and import library names in the WNTGCC case
Diffstat (limited to 'cppuhelper/source')
-rwxr-xr-xcppuhelper/source/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk
index f3123541fd93..aed6ae6b56cd 100755
--- a/cppuhelper/source/makefile.mk
+++ b/cppuhelper/source/makefile.mk
@@ -37,9 +37,9 @@ USE_DEFFILE=TRUE
# without "-L" (light) switch
BOOTSTRAP_SERVICE=TRUE
-.IF "$(OS)" != "WNT"
+.IF "$(COM)" != "MSC"
UNIXVERSIONNAMES=UDK
-.ENDIF # WNT
+.ENDIF
# --- Settings -----------------------------------------------------
@@ -148,7 +148,7 @@ SLOFILES= \
OBJFILES = $(OBJ)$/findsofficepath.obj
-.IF "$(GUI)" == "WNT"
+.IF "$(COM)" == "MSC"
SHL1TARGET=$(TARGET)$(UDK_MAJOR)$(COMID)
.ELSE
SHL1TARGET=uno_$(TARGET)$(COMID)