- fixed some issues when compiling with gcc-2.95.3. At least three more

problems remain, though.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8615 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2004-08-21 08:55:12 +00:00
parent 6c29244a56
commit c7000cc7b3
4 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ GENERATE_C++ on [ FGristFiles lexer.l parser.y ] = true ;
SubDirC++Flags -Wno-sign-compare -Wno-unused ;
}
SharedLibrary rdef : compile.cpp decompile.cpp lexer.l parser.y rdef.cpp : be ;
SharedLibrary rdef : compile.cpp decompile.cpp lexer.l parser.y rdef.cpp : be stdc++.r4 ;
AbsSymLink <boot!home!config!lib>librdef.so : librdef.so
: /boot/home/config/lib : false ;