use combined srcs
This commit is contained in:
parent
d052052c1e
commit
c397a29147
|
|
@ -9,14 +9,18 @@
|
|||
|
||||
#begin bin_target
|
||||
#define TARGET egg-mkfont
|
||||
|
||||
|
||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||
|
||||
#define SOURCES \
|
||||
charBitmap.I charBitmap.cxx charBitmap.h \
|
||||
charLayout.cxx charLayout.h \
|
||||
charPlacement.I charPlacement.cxx charPlacement.h \
|
||||
eggMakeFont.cxx eggMakeFont.h \
|
||||
fontFile.I fontFile.cxx fontFile.h \
|
||||
pkFontFile.cxx pkFontFile.h
|
||||
charBitmap.I charBitmap.h \
|
||||
charLayout.h eggMakeFont.h \
|
||||
fontFile.I fontFile.h pkFontFile.h
|
||||
|
||||
#define INCLUDED_SOURCES \
|
||||
charBitmap.cxx charLayout.cxx \
|
||||
charPlacement.cxx eggMakeFont.cxx \
|
||||
fontFile.cxx pkFontFile.cxx \
|
||||
|
||||
#end bin_target
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
#include "charBitmap.cxx"
|
||||
#include "charLayout.cxx"
|
||||
#include "charPlacement.cxx"
|
||||
#include "eggMakeFont.cxx"
|
||||
#include "fontFile.cxx"
|
||||
#include "pkFontFile.cxx"
|
||||
Loading…
Reference in New Issue