made SoundRecorder beos compatible
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16189 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
SubDir HAIKU_TOP src apps soundrecorder ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
Application SoundRecorder :
|
||||
DrawButton.cpp
|
||||
DrawingTidbits.cpp
|
||||
@@ -19,8 +21,3 @@ Application SoundRecorder :
|
||||
: SoundRecorder.rdef
|
||||
;
|
||||
|
||||
if $(TARGET_PLATFORM) = haiku {
|
||||
LinkAgainst SoundRecorder : libbe.so libmedia.so libtracker.so ;
|
||||
} else {
|
||||
LinkAgainst SoundRecorder : be media tracker ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user