Skip to content

Commit 9c4160c

Browse files
authored
Maxon ProjTool
project definition for Maxon ProjectTool, migration to r20 api
1 parent aab0961 commit 9c4160c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

project/projectdefinition.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Supported platforms - can be [Win64;OSX]
2+
Platform=Win64;OSX
3+
4+
// Type of project - can be [Lib;DLL;App]
5+
Type=DLL
6+
7+
// API dependencies
8+
APIS=cinema.framework;mesh_misc.framework;math.framework;crypt.framework;python.framework;core.framework;
9+
10+
// C4D component
11+
C4D=true
12+
13+
stylecheck.level=3 // must be set after c4d=true
14+
stylecheck.enum-registration=false
15+
stylecheck.enum-class=false
16+
17+
// Custom ID
18+
ModuleId=com.fwilleke80.pointprojector

0 commit comments

Comments
 (0)