use combined srcs

This commit is contained in:
cxgeorge 2001-06-15 23:07:31 +00:00
parent 713c3411d4
commit 1a5076a528
2 changed files with 9 additions and 2 deletions

View File

@ -7,10 +7,14 @@
#define TARGET wgldisplay
#define LOCAL_LIBS \
glgsg display putil
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
#define SOURCES \
config_wgldisplay.cxx config_wgldisplay.h wglGraphicsPipe.cxx \
wglGraphicsPipe.h wglGraphicsWindow.cxx wglGraphicsWindow.h
config_wgldisplay.h wglGraphicsPipe.h wglGraphicsWindow.cxx wglGraphicsWindow.h
#define INCLUDED_SOURCES \
config_wgldisplay.cxx wglGraphicsPipe.cxx
#define INSTALL_HEADERS \
config_wgldisplay.h wglGraphicsPipe.h wglGraphicsWindow.h

View File

@ -0,0 +1,3 @@
#include"config_wgldisplay.cxx"
#include"wglGraphicsPipe.cxx"