daddy hates waiting for builds

This commit is contained in:
cxgeorge 2001-07-31 01:59:52 +00:00
parent 4c8bb826c1
commit 8eb7d9ca89
3 changed files with 17 additions and 4 deletions

View File

@ -7,7 +7,7 @@
audio grutil text tform graph linmath event putil gobj \
mathutil sgraph sgraphutil
// #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
#define SOURCES \
config_pgui.h \
@ -20,9 +20,8 @@
pgMouseWatcherRegion.I pgMouseWatcherRegion.h \
pgTop.I pgTop.h \
pgWaitBar.I pgWaitBar.h
// #define INCLUDED_SOURCES \
#define SOURCES $[SOURCES] \
#define INCLUDED_SOURCES \
config_pgui.cxx \
pgButton.cxx \
pgEntry.cxx \

View File

@ -0,0 +1,7 @@
#include "config_pgui.cxx"
#include "pgButton.cxx"
#include "pgEntry.cxx"
#include "pgMouseWatcherGroup.cxx"
#include "pgMouseWatcherParameter.cxx"

View File

@ -0,0 +1,7 @@
#include "pgFrameStyle.cxx"
#include "pgItem.cxx"
#include "pgMouseWatcherRegion.cxx"
#include "pgTop.cxx"
#include "pgWaitBar.cxx"