fixed build, thanks to [Beta] for the patches.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12672 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-05-15 14:11:48 +00:00
parent 7359ef201a
commit afd1024aef
2 changed files with 4 additions and 2 deletions

View File

@ -4,10 +4,12 @@ AddResources Fonts : Fonts.rdef ;
Preference Fonts :
ButtonView.cpp
CacheView.cpp
FontSelectionView.cpp
FontsSettings.cpp
FontView.cpp
main.cpp
MainWindow.cpp
CacheView.cpp ;
Pref_Utils.cpp ;
LinkSharedOSLibs Fonts : be ;

View File

@ -4,4 +4,4 @@ AddResources VirtualMemory : VirtualMemory.rdef ;
Preference VirtualMemory : main.cpp Pref_Utils.cpp MainWindow.cpp VMSettings.cpp ;
LinkSharedOSLibs VirtualMemory : be root ;
LinkSharedOSLibs VirtualMemory : be root libstdc++.r4.so ;