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:
@@ -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>
|
||||||
|
|||||||
@@ -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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user