use composite build

This commit is contained in:
David Rose 2004-10-13 23:14:04 +00:00
parent a0d7a72b5e
commit ae94d5ef0a
2 changed files with 57 additions and 18 deletions

View File

@ -9,26 +9,48 @@
dtoolbase:c dtool:m dtoolbase:c dtool:m
#define USE_PACKAGES zlib #define USE_PACKAGES zlib
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
#define SOURCES \ #define SOURCES \
config_xfile.h config_xfile.cxx \ config_xfile.h \
standard_templates.cxx standard_templates.h \ standard_templates.h \
windowsGuid.cxx windowsGuid.h \ windowsGuid.h \
xFile.I xFile.h \
xFileArrayDef.I xFileArrayDef.h \
xFileDataDef.I xFileDataDef.h \
xFileDataNode.I xFileDataNode.h \
xFileDataNodeReference.I xFileDataNodeReference.h \
xFileDataNodeTemplate.I xFileDataNodeTemplate.h \
xFileDataObject.I xFileDataObject.h \
xFileDataObjectArray.I xFileDataObjectArray.h \
xFileDataObjectDouble.I xFileDataObjectDouble.h \
xFileDataObjectInteger.I xFileDataObjectInteger.h \
xFileDataObjectString.I xFileDataObjectString.h \
xFileNode.I xFileNode.h \
xFileParseData.I xFileParseData.h \
xFileTemplate.I xFileTemplate.h \
xLexer.lxx xLexerDefs.h \ xLexer.lxx xLexerDefs.h \
xParser.yxx xParserDefs.h \ xParser.yxx xParserDefs.h
xFile.cxx xFile.I xFile.h \
xFileArrayDef.cxx xFileArrayDef.I xFileArrayDef.h \ #define INCLUDED_SOURCES \
xFileDataDef.cxx xFileDataDef.I xFileDataDef.h \ config_xfile.cxx \
xFileDataObject.cxx xFileDataObject.I xFileDataObject.h \ standard_templates.cxx \
xFileDataObjectArray.cxx xFileDataObjectArray.I xFileDataObjectArray.h \ windowsGuid.cxx\
xFileDataObjectDouble.cxx xFileDataObjectDouble.I xFileDataObjectDouble.h \ xFile.cxx \
xFileDataObjectInteger.cxx xFileDataObjectInteger.I xFileDataObjectInteger.h \ xFileArrayDef.cxx \
xFileDataObjectString.cxx xFileDataObjectString.I xFileDataObjectString.h \ xFileDataDef.cxx \
xFileDataNode.cxx xFileDataNode.I xFileDataNode.h \ xFileDataNode.cxx \
xFileDataNodeReference.cxx xFileDataNodeReference.I xFileDataNodeReference.h \ xFileDataNodeReference.cxx \
xFileDataNodeTemplate.cxx xFileDataNodeTemplate.I xFileDataNodeTemplate.h \ xFileDataNodeTemplate.cxx \
xFileNode.cxx xFileNode.I xFileNode.h \ xFileDataObject.cxx \
xFileParseData.cxx xFileParseData.I xFileParseData.h \ xFileDataObjectArray.cxx \
xFileTemplate.cxx xFileTemplate.I xFileTemplate.h xFileDataObjectDouble.cxx \
xFileDataObjectInteger.cxx \
xFileDataObjectString.cxx \
xFileNode.cxx \
xFileParseData.cxx \
xFileTemplate.cxx
#end ss_lib_target #end ss_lib_target

View File

@ -0,0 +1,17 @@
#include "config_xfile.cxx"
#include "standard_templates.cxx"
#include "windowsGuid.cxx"
#include "xFile.cxx"
#include "xFileArrayDef.cxx"
#include "xFileDataDef.cxx"
#include "xFileDataNode.cxx"
#include "xFileDataNodeReference.cxx"
#include "xFileDataNodeTemplate.cxx"
#include "xFileDataObject.cxx"
#include "xFileDataObjectArray.cxx"
#include "xFileDataObjectDouble.cxx"
#include "xFileDataObjectInteger.cxx"
#include "xFileDataObjectString.cxx"
#include "xFileNode.cxx"
#include "xFileParseData.cxx"
#include "xFileTemplate.cxx"