blob: 1a932465e95308b550dcc4722e271b7df19e0deb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
noinst_LIBRARIES = libVCL.a
libVCL_a_SOURCES = TObject.cpp TPersistent.cpp TComponent.cpp \
TControl.cpp TWinControl.cpp TTreeNode.cpp TTreeNodes.cpp \
TCustomTreeView.cpp TCustomTabControl.cpp TPageControl.cpp \
TTreeView.cpp TCustomImageList.cpp TDragImageList.cpp \
TImageList.cpp
CPPFLAGS += `gtk-config --cflags` -static
|