fixed ico and jpeg2000 translators build

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15557 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2005-12-16 11:12:07 +00:00
parent 38e07e8f22
commit e4857dd34d
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#define ICO_TRANSLATOR_H #define ICO_TRANSLATOR_H
#include <BaseTranslator.h> #include "BaseTranslator.h"
#include <Translator.h> #include <Translator.h>
#include <TranslatorFormats.h> #include <TranslatorFormats.h>
+1 -1
View File
@@ -7,7 +7,7 @@
#include "ICOTranslator.h" #include "ICOTranslator.h"
#include "ICO.h" #include "ICO.h"
#include <TranslatorWindow.h> #include "TranslatorWindow.h"
#include <Application.h> #include <Application.h>
/* /*
#include <TranslatorRoster.h> #include <TranslatorRoster.h>
+2
View File
@@ -2,6 +2,8 @@ SubDir HAIKU_TOP src add-ons translators jpeg2000 ;
SetSubDirSupportedPlatformsBeOSCompatible ; SetSubDirSupportedPlatformsBeOSCompatible ;
SubDirSysHdrs [ FDirName $(SUBDIR) libjasper ] ;
# Exclude unwanted formats # Exclude unwanted formats
CCFLAGS += -DEXCLUDE_MIF_SUPPORT CCFLAGS += -DEXCLUDE_MIF_SUPPORT
-DEXCLUDE_PNM_SUPPORT -DEXCLUDE_PNM_SUPPORT