Skip to content

Commit

Permalink
Support for R21.016
Browse files Browse the repository at this point in the history
  • Loading branch information
rsodre committed Sep 14, 2019
1 parent bd318b8 commit dd047a7
Show file tree
Hide file tree
Showing 98 changed files with 2,417 additions and 5 deletions.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions R20/SyphonR21/generated/hxx/interface_registration.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#define MAXON_REGISTRATION_EXCLUDE_REFLECTION
#define MAXON_REGISTRATION_EXCLUDE_REFLECTION_NONVIRTUAL
#include "registration_com_studioavante_SyphonR20.hxx"
2 changes: 2 additions & 0 deletions R20/SyphonR21/generated/hxx/reflection_registration.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#define MAXON_REGISTRATION_EXCLUDE_INTERFACES
#define MAXON_REGISTRATION_EXCLUDE_REFLECTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#define MAXON_REGISTRATION_EXCLUDE_INTERFACES
#define MAXON_REGISTRATION_EXCLUDE_REFLECTION_NONVIRTUAL
1 change: 1 addition & 0 deletions R20/SyphonR21/generated/hxx/register.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "register.hxx"
23 changes: 23 additions & 0 deletions R20/SyphonR21/generated/hxx/register.hxx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
DON'T EDIT THIS FILE!
It has been created and is updated automatically by the interface processor.
It has to be included by the register.cpp file of the project in order for the automatic registration to work.
*/
#define PRIVATE_MAXON_REGISTRATION_UNIT


#ifndef PRIVATE_MAXON_REGISTRATION_FRAMEWORK
#define PRIVATE_MAXON_DEFINE_MODULE_INFO_FLAGS
#include "maxon/register.h"
#endif


#ifdef PRIVATE_MAXON_REGISTRATION_FRAMEWORK


#else

static maxon::Id g_usedFrameworks[] = {maxon::Id("net.maxon.c4d.cinema.framework"), maxon::Id("net.maxon.core.framework"), maxon::Id("net.maxon.network.framework")};
static maxon::SetUsedFrameworks g_setUsedFrameworks(PRIVATE_MAXON_MODULE, g_usedFrameworks);

#endif
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Include this file in a cpp file of a single module to add the framework registration of com.studioavante.SyphonR20 to the module.

#define PRIVATE_MAXON_REGISTRATION_FRAMEWORK
#if !(defined(MAXON_REGISTRATION_EXCLUDE_REFLECTION) && defined(MAXON_REGISTRATION_EXCLUDE_REFLECTION_NONVIRTUAL))
#include "maxon/reflection_registration.h"
#else
#include "maxon/apibase.h"
#endif
#undef MAXON_DEPENDENCY_ENABLE
#include "register.hxx"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added R20/SyphonR21/generated/parsed/main.ph
Binary file not shown.
Empty file.
10 changes: 10 additions & 0 deletions R20/SyphonR21/generated/sourceprocessor.stamp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Syphon/lib/Syphon.framework/Versions/A/Headers/SyphonClient.h
main.cpp
Syphon/lib/Syphon.framework/Versions/A/Headers/Syphon.h
Syphon/lib/Syphon.framework/Versions/A/Headers/SyphonServerDirectory.h
Syphon/lib/Syphon.framework/Versions/A/Headers/SyphonImage.h
Syphon/src/SyphonC4DServer.h
Syphon/lib/Syphon.framework/Versions/A/Headers/SyphonServer.h
SyphonVP.cpp
Syphon/src/SyphonC4DServer.mm
main.h
20 changes: 20 additions & 0 deletions R20/SyphonR21/project/projectdefinition.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Supported platforms - can be [Win64;OSX]
Platform=OSX

// Type of project - can be [Lib;DLL;App]
Type=DLL

// API dependencies
APIS=cinema.framework;core.framework;network.framework;

// Classic C4D API
C4D=true

stylecheck=false

// Custom ID
ModuleId=com.studioavante.SyphonR20

AdditionalLinkOptions=-headerpad_max_install_names

FRAMEWORK_SEARCH_PATHS=../source/Syphon/lib
Loading

0 comments on commit dd047a7

Please sign in to comment.