mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
47 lines
1.3 KiB
ObjectPascal
47 lines
1.3 KiB
ObjectPascal
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
|
|
dtoolutil:c dtoolbase:c dtool:m prc:c
|
|
#define USE_PACKAGES zlib
|
|
|
|
#begin lib_target
|
|
#define TARGET pnmimage
|
|
#define LOCAL_LIBS \
|
|
linmath putil express mathutil
|
|
|
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
|
|
|
#define SOURCES \
|
|
config_pnmimage.h \
|
|
pnmbitio.h \
|
|
pnmBrush.h pnmBrush.I \
|
|
pnmFileType.h pnmFileTypeRegistry.h pnmImage.I \
|
|
pnmImage.h pnmImageHeader.I pnmImageHeader.h \
|
|
pnmPainter.h pnmPainter.I \
|
|
pnmReader.I \
|
|
pnmReader.h pnmWriter.I pnmWriter.h pnmimage_base.h \
|
|
ppmcmap.h
|
|
|
|
#define INCLUDED_SOURCES \
|
|
config_pnmimage.cxx \
|
|
pnm-image-filter.cxx \
|
|
pnmbitio.cxx \
|
|
pnmBrush.cxx \
|
|
pnmFileType.cxx \
|
|
pnmFileTypeRegistry.cxx pnmImage.cxx pnmImageHeader.cxx \
|
|
pnmPainter.cxx \
|
|
pnmReader.cxx pnmWriter.cxx pnmimage_base.cxx \
|
|
ppmcmap.cxx
|
|
|
|
#define INSTALL_HEADERS \
|
|
config_pnmimage.h \
|
|
pnmBrush.h pnmBrush.I \
|
|
pnmFileType.h pnmFileTypeRegistry.h pnmImage.I \
|
|
pnmImage.h pnmImageHeader.I pnmImageHeader.h \
|
|
pnmPainter.h pnmPainter.I \
|
|
pnmReader.I \
|
|
pnmReader.h pnmWriter.I pnmWriter.h pnmimage_base.h
|
|
|
|
#define IGATESCAN all
|
|
|
|
#end lib_target
|
|
|