mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
use combined srcs
This commit is contained in:
parent
d052052c1e
commit
c397a29147
@ -10,13 +10,17 @@
|
||||
#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
|
||||
|
||||
|
7
pandatool/src/egg-mkfont/egg-mkfont_composite1.cxx
Normal file
7
pandatool/src/egg-mkfont/egg-mkfont_composite1.cxx
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
#include "charBitmap.cxx"
|
||||
#include "charLayout.cxx"
|
||||
#include "charPlacement.cxx"
|
||||
#include "eggMakeFont.cxx"
|
||||
#include "fontFile.cxx"
|
||||
#include "pkFontFile.cxx"
|
Loading…
x
Reference in New Issue
Block a user