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:
parent
38e07e8f22
commit
e4857dd34d
@ -6,7 +6,7 @@
|
||||
#define ICO_TRANSLATOR_H
|
||||
|
||||
|
||||
#include <BaseTranslator.h>
|
||||
#include "BaseTranslator.h"
|
||||
|
||||
#include <Translator.h>
|
||||
#include <TranslatorFormats.h>
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "ICOTranslator.h"
|
||||
#include "ICO.h"
|
||||
|
||||
#include <TranslatorWindow.h>
|
||||
#include "TranslatorWindow.h"
|
||||
#include <Application.h>
|
||||
/*
|
||||
#include <TranslatorRoster.h>
|
||||
|
@ -2,6 +2,8 @@ SubDir HAIKU_TOP src add-ons translators jpeg2000 ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
SubDirSysHdrs [ FDirName $(SUBDIR) libjasper ] ;
|
||||
|
||||
# Exclude unwanted formats
|
||||
CCFLAGS += -DEXCLUDE_MIF_SUPPORT
|
||||
-DEXCLUDE_PNM_SUPPORT
|
||||
|
Loading…
Reference in New Issue
Block a user