summaryrefslogtreecommitdiff
path: root/bindings/bcppmake/MainCLXTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/bcppmake/MainCLXTest.cpp')
-rw-r--r--bindings/bcppmake/MainCLXTest.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/bindings/bcppmake/MainCLXTest.cpp b/bindings/bcppmake/MainCLXTest.cpp
new file mode 100644
index 0000000..b82658a
--- /dev/null
+++ b/bindings/bcppmake/MainCLXTest.cpp
@@ -0,0 +1,16 @@
+//---------------------------------------------------------------------------
+
+#include <vcl.h>
+#pragma hdrstop
+
+#include "MainCLXTest.h"
+//---------------------------------------------------------------------------
+#pragma package(smart_init)
+#pragma resource "*.dfm"
+TForm2 *Form2;
+//---------------------------------------------------------------------------
+__fastcall TForm2::TForm2(TComponent* Owner)
+ : TForm(Owner)
+{
+}
+//---------------------------------------------------------------------------