mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
23 lines
726 B
ObjectPascal
23 lines
726 B
ObjectPascal
#begin bin_target
|
|
#define TARGET egg-palettize-new
|
|
#define LOCAL_LIBS \
|
|
eggbase progbase
|
|
#define OTHER_LIBS \
|
|
egg:c linmath:c putil:c express:c pnmimage:c pnmimagetypes:c \
|
|
pandaegg:m panda:m pandaexpress:m \
|
|
dtoolutil:c dconfig:c dtool:m pystub
|
|
|
|
#define SOURCES \
|
|
attribFile.cxx attribFile.h config_egg_palettize.cxx \
|
|
eggPalettize.cxx eggPalettize.h \
|
|
palette.cxx palette.h paletteGroup.cxx \
|
|
paletteGroup.h pTexture.cxx pTexture.h sourceEgg.cxx \
|
|
sourceEgg.h string_utils.cxx string_utils.h \
|
|
textureEggRef.cxx textureEggRef.h textureOmitReason.h \
|
|
texturePacking.cxx \
|
|
texturePacking.h userAttribLine.cxx userAttribLine.h
|
|
|
|
#define INSTALL_HEADERS
|
|
|
|
#end bin_target
|