diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-09-16 16:25:27 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-09-16 16:26:03 +0200 |
commit | bb5bdbbdca966c03e6b22b455630381154cb6d01 (patch) | |
tree | e742242194c16bb1f2572a7bdbd6b81424654367 /cppunit | |
parent | 10890bcd4205c82cf79170a61ca5efbb277f8c09 (diff) |
Revert "Trying to chop out the uwinapi library"
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
Diffstat (limited to 'cppunit')
-rw-r--r-- | cppunit/ooo-DllPlugInTester.mk | 1 | ||||
-rw-r--r-- | cppunit/ooo-cppunit_dll.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cppunit/ooo-DllPlugInTester.mk b/cppunit/ooo-DllPlugInTester.mk index 11ef782a2978..1c8c8a0a167b 100644 --- a/cppunit/ooo-DllPlugInTester.mk +++ b/cppunit/ooo-DllPlugInTester.mk @@ -36,6 +36,7 @@ nodep = TRUE CDEFS += -DCPPUNIT_DLL CFLAGSCXX += -I../../include +UWINAPILIB = OBJFILES = $(APP1OBJS) diff --git a/cppunit/ooo-cppunit_dll.mk b/cppunit/ooo-cppunit_dll.mk index e643b56b2f7d..048a51e90926 100644 --- a/cppunit/ooo-cppunit_dll.mk +++ b/cppunit/ooo-cppunit_dll.mk @@ -37,6 +37,7 @@ nodep = TRUE CDEFS += -DCPPUNIT_BUILD_DLL CFLAGSCXX += -I../../include +UWINAPILIB = SLOFILES = $(SHL1OBJS) |