Fixes Jamfile

Fixes headers, now compiles on R5


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8459 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-07-23 10:31:47 +00:00
parent 41e3acb043
commit deb0af8330
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ SubDir OBOS_TOP src apps poorman ;
AddResources PoorMan : PoorMan.rsrc ;
App People : PoorMan.cpp
App Poorman : PoorMan.cpp
PoorManMainView.cpp
PoorManWindow.cpp
PoorManView.cpp
@@ -13,7 +13,7 @@ App People : PoorMan.cpp
PoorManPreferencesWindow.cpp
PoorManApplication.cpp
constants.cpp
: be tracker stdc++.r4
;
LinkSharedOSLibs People : be tracker ;
+1 -3
View File
@@ -5,9 +5,6 @@
* Version: 0.1
*/
#include <SupportDefs.h>
#ifndef POOR_MAN_WINDOW_H
#define POOR_MAN_WINDOW_H
@@ -23,6 +20,7 @@
#include <StringView.h>
#include <ScrollView.h>
#include <String.h>
#include <SupportDefs.h>
#include "PoorManView.h"
#include "PoorManPreferencesWindow.h"
+2
View File
@@ -8,6 +8,8 @@
#ifndef STATUS_SLIDER
#define STATUS_SLIDER
#define BEOS_R5_COMPATIBLE
#include <Slider.h>