daddy hates waiting for builds
This commit is contained in:
parent
4c8bb826c1
commit
8eb7d9ca89
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
#include "config_pgui.cxx"
|
||||
#include "pgButton.cxx"
|
||||
#include "pgEntry.cxx"
|
||||
#include "pgMouseWatcherGroup.cxx"
|
||||
#include "pgMouseWatcherParameter.cxx"
|
||||
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
#include "pgFrameStyle.cxx"
|
||||
#include "pgItem.cxx"
|
||||
#include "pgMouseWatcherRegion.cxx"
|
||||
#include "pgTop.cxx"
|
||||
#include "pgWaitBar.cxx"
|
||||
|
||||
Loading…
Reference in New Issue