Moved the "Workspaces" application out of preferences - it's not a preferences application.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16428 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,11 +28,11 @@ BEOS_BIN = addattr alert arp basename beep cat catattr chgrp chmod chop chown cl
|
|||||||
|
|
||||||
BEOS_APPS = Terminal Expander People ShowImage Clock Pulse
|
BEOS_APPS = Terminal Expander People ShowImage Clock Pulse
|
||||||
Playground SoundRecorder BitmapDrawing Magnify DiskProbe AboutHaiku
|
Playground SoundRecorder BitmapDrawing Magnify DiskProbe AboutHaiku
|
||||||
StyledEdit Chart
|
StyledEdit Chart Workspaces
|
||||||
;
|
;
|
||||||
BEOS_PREFERENCES = Backgrounds DataTranslations FileTypes Fonts Media Menu
|
BEOS_PREFERENCES = Backgrounds DataTranslations FileTypes Fonts Media Menu
|
||||||
Mouse Keyboard Keymap Screen ScrollBar Sounds Time VirtualMemory
|
Mouse Keyboard Keymap Screen ScrollBar Sounds Time VirtualMemory
|
||||||
Workspaces ScreenSaver
|
ScreenSaver
|
||||||
;
|
;
|
||||||
BEOS_SYSTEM_LIB = libbe.so $(HAIKU_LIBSTDC++) libnet.so libmedia.so libtracker.so
|
BEOS_SYSTEM_LIB = libbe.so $(HAIKU_LIBSTDC++) libnet.so libmedia.so libtracker.so
|
||||||
libtranslation.so libnetwork.so libbind.so libnetapi.so libsocket.so libdebug.so
|
libtranslation.so libnetwork.so libbind.so libnetapi.so libsocket.so libdebug.so
|
||||||
|
|||||||
@@ -21,3 +21,4 @@ SubInclude HAIKU_TOP src apps soundrecorder ;
|
|||||||
SubInclude HAIKU_TOP src apps stylededit ;
|
SubInclude HAIKU_TOP src apps stylededit ;
|
||||||
SubInclude HAIKU_TOP src apps terminal ;
|
SubInclude HAIKU_TOP src apps terminal ;
|
||||||
SubInclude HAIKU_TOP src apps tracker ;
|
SubInclude HAIKU_TOP src apps tracker ;
|
||||||
|
SubInclude HAIKU_TOP src apps workspaces ;
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
SubDir HAIKU_TOP src preferences workspaces ;
|
SubDir HAIKU_TOP src apps workspaces ;
|
||||||
|
|
||||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||||
AddSubDirSupportedPlatforms libbe_test ;
|
AddSubDirSupportedPlatforms libbe_test ;
|
||||||
|
|
||||||
Preference Workspaces :
|
Application Workspaces :
|
||||||
Workspaces.cpp
|
Workspaces.cpp
|
||||||
: be
|
: be
|
||||||
: Workspaces.rdef
|
: Workspaces.rdef
|
||||||
@@ -22,4 +22,3 @@ SubInclude HAIKU_TOP src preferences scrollbar ;
|
|||||||
SubInclude HAIKU_TOP src preferences sounds ;
|
SubInclude HAIKU_TOP src preferences sounds ;
|
||||||
SubInclude HAIKU_TOP src preferences time ;
|
SubInclude HAIKU_TOP src preferences time ;
|
||||||
SubInclude HAIKU_TOP src preferences virtualmemory ;
|
SubInclude HAIKU_TOP src preferences virtualmemory ;
|
||||||
SubInclude HAIKU_TOP src preferences workspaces ;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user