summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-09-16 14:28:08 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-09-16 15:52:40 +0200
commit2dea0dab4fafda3c10a5bd03ad15ed39a4658b51 (patch)
treeda1ff86943d90d1c41d7907e38668b12f96356dc /extensions
parentb5cc76fbd51cc0fea3ccf44dd8faacea6bf1c9b5 (diff)
Trying to chop out the uwinapi library
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/activex/main/makefile.mk2
-rw-r--r--extensions/test/ole/cpptest/readme.txt4
2 files changed, 0 insertions, 6 deletions
diff --git a/extensions/source/activex/main/makefile.mk b/extensions/source/activex/main/makefile.mk
index ea70b66d0f0f..75dc947aaae9 100644
--- a/extensions/source/activex/main/makefile.mk
+++ b/extensions/source/activex/main/makefile.mk
@@ -39,7 +39,6 @@ use_shl_versions=
VERSIONOBJ=
LIBTARGET=NO
USE_DEFFILE=YES
-UWINAPILIB=
.IF "$(BUILD_X64)"!=""
USE_DEFFILE_X64=TRUE
@@ -107,7 +106,6 @@ SHL1RES=$(RES)$/$(TARGET).res
CDEFS_X64+:=$(foreach,i,$(CDEFS) $(subst,-D_X86_=1, $i))
LIBTARGET_X64=NO
USE_DEFFILE_X64=YES
-UWINAPILIB_X64=
SLOFILES_X64= \
$(SLO_X64)$/so_activex.obj \
diff --git a/extensions/test/ole/cpptest/readme.txt b/extensions/test/ole/cpptest/readme.txt
index 4af8cfee39af..b3756da3e381 100644
--- a/extensions/test/ole/cpptest/readme.txt
+++ b/extensions/test/ole/cpptest/readme.txt
@@ -1,6 +1,2 @@
Creates the com.sun.star.ServiceManager with CoCreateInstance in a cpp program.
This little program can be used as starting point for further tests.
-
-
-It needs uwinapi.dll, which is in the program folder of OOo (URE\bin in
-OOo 3.0)