Skip to content

Commit 7c3acb2

Browse files
committed
Add the missing CBuilder 12 cpp project files
1 parent 7f05acb commit 7c3acb2

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
//---------------------------------------------------------------------------
2+
3+
#include <System.hpp>
4+
#pragma hdrstop
5+
#pragma package(smart_init)
6+
//---------------------------------------------------------------------------
7+
8+
// Package source.
9+
//---------------------------------------------------------------------------
10+
11+
#pragma comment(lib, "shcore")
12+
#pragma comment(lib, "uxtheme")
13+
#pragma comment(lib, "windowscodecs")
14+
//#pragma comment(lib, "VirtualTrees_R")
15+
16+
#pragma argsused
17+
extern "C" int _libmain(unsigned long reason)
18+
{
19+
return 1;
20+
}
21+
//---------------------------------------------------------------------------
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
//---------------------------------------------------------------------------
2+
3+
#include <System.hpp>
4+
#pragma hdrstop
5+
#pragma package(smart_init)
6+
7+
//---------------------------------------------------------------------------
8+
9+
// Package source.
10+
//---------------------------------------------------------------------------
11+
12+
#pragma comment(lib, "shcore")
13+
#pragma comment(lib, "uxtheme")
14+
#pragma comment(lib, "windowscodecs")
15+
16+
#pragma argsused
17+
extern "C" int _libmain(unsigned long reason)
18+
{
19+
return 1;
20+
}
21+
//---------------------------------------------------------------------------

0 commit comments

Comments
 (0)