diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-10-01 15:08:58 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2011-10-01 18:34:50 -0400 |
commit | fb6a64d8fc6a93b52a10fad5516918fed9482f22 (patch) | |
tree | 9d89c246af76a9ae367401933dbeca9877c1ba92 /cppunit | |
parent | 2f6dc09c05857ddc6238a425d64ab63577e90ec7 (diff) |
make libcmis build aginst internal cppunit
Diffstat (limited to 'cppunit')
-rw-r--r-- | cppunit/makefile.mk | 2 | ||||
-rw-r--r-- | cppunit/prj/d.lst | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk index a136e343cd90..913504c063ee 100644 --- a/cppunit/makefile.mk +++ b/cppunit/makefile.mk @@ -144,7 +144,7 @@ CONFIGURE_FLAGS+= --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) BUILD_ACTION = $(GNUMAKE) -j$(EXTMAXPROCESS) BUILD_FLAGS = install -OUTDIR2INC = ooo-install/include/cppunit +OUTDIR2INC = ooo-install/include/cppunit ooo-install/lib/pkgconfig OUT2BIN = ooo-install/bin/DllPlugInTester .IF "$(OS)" == "MACOSX" diff --git a/cppunit/prj/d.lst b/cppunit/prj/d.lst index 1cfdb55e5587..97e710d446b9 100644 --- a/cppunit/prj/d.lst +++ b/cppunit/prj/d.lst @@ -36,3 +36,6 @@ symlink: %_DEST%\lib\libcppunit-1.12.a %_DEST%\lib\libcppunit.a ..\%__SRC%\bin\DllPlugInTester %_DEST%\bin\DllPlugInTester ..\%__SRC%\bin\DllPlugInTester.exe %_DEST%\bin\DllPlugInTester.exe ..\%__SRC%\bin\DllPlugInTester_dll.exe %_DEST%\bin\DllPlugInTester_dll.exe + +mkdir: %_DEST%\lib\pkgconfig +..\%__SRC%\inc\pkgconfig\cppunit.pc %_DEST%\lib\pkgconfig\cppunit.pc |