Remove redundant listing of source files for the translation cataloguing.
Similar changes should be made in other applications. I may try doing so with a script (and manual review of course.) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40136 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,21 +2,25 @@ SubDir HAIKU_TOP src apps bootmanager ;
|
|||||||
|
|
||||||
UsePrivateHeaders shared storage tracker ;
|
UsePrivateHeaders shared storage tracker ;
|
||||||
|
|
||||||
Application BootManager :
|
local cataloguedSources =
|
||||||
BootManager.cpp
|
BootManager.cpp
|
||||||
BootManagerController.cpp
|
BootManagerController.cpp
|
||||||
BootManagerWindow.cpp
|
BootManagerWindow.cpp
|
||||||
DefaultPartitionPage.cpp
|
DefaultPartitionPage.cpp
|
||||||
DescriptionPage.cpp
|
|
||||||
DrivesPage.cpp
|
DrivesPage.cpp
|
||||||
FileSelectionPage.cpp
|
FileSelectionPage.cpp
|
||||||
LegacyBootMenu.cpp
|
LegacyBootMenu.cpp
|
||||||
PartitionsPage.cpp
|
PartitionsPage.cpp
|
||||||
# TestBootDrive.cpp
|
|
||||||
UninstallPage.cpp
|
UninstallPage.cpp
|
||||||
|
WizardView.cpp
|
||||||
|
;
|
||||||
|
|
||||||
|
Application BootManager :
|
||||||
|
$(cataloguedSources)
|
||||||
|
DescriptionPage.cpp
|
||||||
|
# TestBootDrive.cpp
|
||||||
WizardController.cpp
|
WizardController.cpp
|
||||||
WizardPageView.cpp
|
WizardPageView.cpp
|
||||||
WizardView.cpp
|
|
||||||
:
|
:
|
||||||
be
|
be
|
||||||
textencoding
|
textencoding
|
||||||
@@ -30,14 +34,5 @@ Application BootManager :
|
|||||||
DoCatalogs BootManager :
|
DoCatalogs BootManager :
|
||||||
x-vnd.Haiku-BootManager
|
x-vnd.Haiku-BootManager
|
||||||
:
|
:
|
||||||
BootManager.cpp
|
$(cataloguedSources)
|
||||||
BootManagerController.cpp
|
|
||||||
BootManagerWindow.cpp
|
|
||||||
DefaultPartitionPage.cpp
|
|
||||||
DrivesPage.cpp
|
|
||||||
FileSelectionPage.cpp
|
|
||||||
LegacyBootMenu.cpp
|
|
||||||
PartitionsPage.cpp
|
|
||||||
UninstallPage.cpp
|
|
||||||
WizardView.cpp
|
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user