Don't compile raster/path.cpp so libart header files are not required.

This commit is contained in:
David Capello 2012-03-22 19:01:05 -03:00
parent 799065ccb5
commit 58f5bbd4c0
4 changed files with 4 additions and 2 deletions

View File

@ -283,7 +283,6 @@ add_library(aseprite-library
raster/mask_io.cpp
raster/palette.cpp
raster/palette_io.cpp
raster/path.cpp
raster/pen.cpp
raster/quantization.cpp
raster/rgbmap.cpp

View File

@ -16,6 +16,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#error This file is deprecated
#include "config.h"
#include <string.h>

View File

@ -19,6 +19,8 @@
#ifndef RASTER_PATH_H_INCLUDED
#define RASTER_PATH_H_INCLUDED
#error This file is deprecated
#include "raster/gfxobj.h"
#include <string>

View File

@ -28,7 +28,6 @@
#include "raster/layer.h"
#include "raster/mask.h"
#include "raster/palette.h"
#include "raster/path.h"
#include "raster/pen.h"
#include "raster/rgbmap.h"
#include "raster/rotate.h"