Hi,
I can't build cppunit on Windows without this patch.
I did not push this because obviously others don't need this patch.
Is it save to push ?
Matus
From e1b0a03239172433c50689f3928c05b2c67c9fff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Kukan?= <matus.kukan@gmail.com>
Date: Sat, 10 Mar 2012 17:07:46 +0100
Subject: [PATCH] cppunit: fix windows build, set include path
---
 cppunit/ooo-cppunit_dll.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cppunit/ooo-cppunit_dll.mk b/cppunit/ooo-cppunit_dll.mk
index 048a51e..f628cbf 100644
--- a/cppunit/ooo-cppunit_dll.mk
+++ b/cppunit/ooo-cppunit_dll.mk
@@ -36,7 +36,7 @@ nodep = TRUE
 .INCLUDE: settings.mk
 
 CDEFS += -DCPPUNIT_BUILD_DLL
-CFLAGSCXX += -I../../include
+CFLAGS += -I../../include
 UWINAPILIB =
 
 SLOFILES = $(SHL1OBJS)
-- 
1.7.1
Context
- [PATCH] cppunit's include path · Matúš Kukan
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.