From 4d13a93da574a5df7b45fb09df64e4111d957063 Mon Sep 17 00:00:00 2001
From: Amorilia <amorilia@users.sourceforge.net>
Date: Mon, 29 May 2006 19:32:51 +0000
Subject: [PATCH] More gcc compilation fixes.

---
 SConstruct         | 2 +-
 docsys_extract.cpp | 2 +-
 obj/NiAVObject.cpp | 2 +-
 obj/NiAVObject.h   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/SConstruct b/SConstruct
index 4215ccf8..2b034b68 100644
--- a/SConstruct
+++ b/SConstruct
@@ -14,7 +14,7 @@ if sys.platform == 'linux2' or sys.platform == 'linux-i386':
     python_lib = ['python%d.%d' % sys.version_info[0:2]]
     python_libpath = [sysconfig.get_python_lib (0, 1) + '/config']
     python_include = [sysconfig.get_python_inc ()]
-    cppflags = '-fPIC -Wall'
+    cppflags = '-fPIC -Wall -ggdb'
 elif sys.platform == 'cygwin':
     python_lib = ['python%d.%d' % sys.version_info[0:2]]
     python_libpath = [sysconfig.get_python_lib (0, 1) + '/config']
diff --git a/docsys_extract.cpp b/docsys_extract.cpp
index 87fdb205..e6715362 100644
--- a/docsys_extract.cpp
+++ b/docsys_extract.cpp
@@ -832,4 +832,4 @@ void RegisterBlockFactories () {
 	global_block_map["NiWireframeProperty"] = CreateNiWireframeProperty;
 	global_block_map["NiZBufferProperty"] = CreateNiZBufferProperty;
 	global_block_map["RootCollisionNode"] = CreateRootCollisionNode;
-}
\ No newline at end of file
+}
diff --git a/obj/NiAVObject.cpp b/obj/NiAVObject.cpp
index 66f55392..aa467f6a 100644
--- a/obj/NiAVObject.cpp
+++ b/obj/NiAVObject.cpp
@@ -66,4 +66,4 @@ Matrix44 NiAVObject::GetLocalBindPos() const {
  * \param m The 4x4 world bind position matrix of this node
  * \sa INode::GetLocalBindPos, INode::GetWorldBindPos
  */
-void NiAVObject::SetWorldBindPos( Matrix44 const & m )  {}
\ No newline at end of file
+void NiAVObject::SetWorldBindPos( Matrix44 const & m )  {}
diff --git a/obj/NiAVObject.h b/obj/NiAVObject.h
index de87ed1a..1eee1d5c 100644
--- a/obj/NiAVObject.h
+++ b/obj/NiAVObject.h
@@ -76,4 +76,4 @@ private:
 	Matrix44 bindPosition;
 };
 
-#endif
\ No newline at end of file
+#endif
-- 
GitLab