19 lines
448 B
ObjectPascal
19 lines
448 B
ObjectPascal
#define BUILD_DIRECTORY $[HAVE_GTKMM]
|
|
#define USE_PACKAGES gtkmm
|
|
|
|
#begin ss_lib_target
|
|
#define TARGET gtkbase
|
|
#define LOCAL_LIBS \
|
|
progbase
|
|
|
|
#define SOURCES \
|
|
basicGtkDialog.cxx basicGtkDialog.h basicGtkWindow.cxx \
|
|
basicGtkWindow.h gtkBase.cxx gtkBase.h request_initial_size.cxx \
|
|
request_initial_size.h
|
|
|
|
#define INSTALL_HEADERS \
|
|
basicGtkDialog.h basicGtkWindow.h gtkBase.h request_initial_size.h
|
|
|
|
#end ss_lib_target
|
|
|