Added some missing files and fixed some last minute changes
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33156 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -38,6 +38,6 @@ Application::Application()
|
|||||||
void
|
void
|
||||||
Application::ReadyToRun(void)
|
Application::ReadyToRun(void)
|
||||||
{
|
{
|
||||||
NetworkSetupWindow* window = new NetworkSetupWindow(SOFTWARE_NAME);
|
NetworkSetupWindow* window = new NetworkSetupWindow(NAME);
|
||||||
window->Show();
|
window->Show();
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
|
|||||||
|
SubDir HAIKU_TOP src tests kits net preflet StatusAddOn ;
|
||||||
|
|
||||||
|
UseHeaders [ FDirName $(HAIKU_TOP) src tests kits net preflet ] ;
|
||||||
|
|
||||||
|
Addon Overview : network_setup :
|
||||||
|
NetworkStatusAddOn.cpp
|
||||||
|
;
|
||||||
|
|
||||||
|
LinkSharedOSLibs Overview : be ;
|
||||||
|
AddResources Overview : Resource.rsrc ;
|
||||||
|
|
||||||
Binary file not shown.
Reference in New Issue
Block a user