From 5f040a57277a3fa3fe2e2e74bcd11e519c027be2 Mon Sep 17 00:00:00 2001 From: "frederic." Date: Mon, 19 Sep 2011 09:29:55 +0200 Subject: [PATCH] Export system-path include. --- src/core/model/system-path.cc | 19 +++++++++++++++++++ src/core/model/system-path.h | 19 +++++++++++++++++++ src/core/wscript | 1 + 3 files changed, 39 insertions(+) diff --git a/src/core/model/system-path.cc b/src/core/model/system-path.cc index 37a1213b1..171fda6b8 100644 --- a/src/core/model/system-path.cc +++ b/src/core/model/system-path.cc @@ -1,3 +1,22 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ +/* + * Copyright (c) 2008 INRIA + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation; + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Authors: Mathieu Lacage + */ #include "system-path.h" #include "fatal-error.h" #include "assert.h" diff --git a/src/core/model/system-path.h b/src/core/model/system-path.h index 79ef2c398..74822e72e 100644 --- a/src/core/model/system-path.h +++ b/src/core/model/system-path.h @@ -1,3 +1,22 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ +/* + * Copyright (c) 2008 INRIA + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation; + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Authors: Mathieu Lacage + */ #ifndef SYSTEM_PATH #define SYSTEM_PATH diff --git a/src/core/wscript b/src/core/wscript index 07db59c19..c0328fcf2 100644 --- a/src/core/wscript +++ b/src/core/wscript @@ -238,6 +238,7 @@ def build(bld): 'model/vector.h', 'model/default-deleter.h', 'model/fatal-impl.h', + 'model/system-path.h' ] if sys.platform == 'win32':