-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwinlibBCB.bpf
More file actions
33 lines (29 loc) · 836 Bytes
/
winlibBCB.bpf
File metadata and controls
33 lines (29 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USEUNIT("BASICWIN.CPP");
USEUNIT("WINAPP.CPP");
USEUNIT("CALLWIN.CPP");
USEUNIT("F_TYPE.CPP");
USEUNIT("DIALOGWI.CPP");
USEUNIT("ToolTip.cpp");
USEUNIT("DEVICE.CPP");
USEUNIT("CONTROLW.CPP");
USEUNIT("WINLIB.CPP");
USEUNIT("xmlEditorChild.cpp");
USEUNIT("FONT.CPP");
USEUNIT("STDDLG.CPP");
USEUNIT("AREA.CPP");
USEUNIT("POPUP.CPP");
USEUNIT("Layout.cpp");
USEUNIT("resource.cpp");
USEUNIT("splash.cpp");
USEUNIT("barcode.c");
USEUNIT("version.cpp");
USEUNIT("menu.cpp");
USEUNIT("xmlEditorInternal.cpp");
USEUNIT("chartWin.cpp");
USEUNIT("registry.cpp");
//---------------------------------------------------------------------------
#define Library
// To add a file to the library use the Project menu 'Add to Project'.