Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    [Now Public] Makefile collection for the C4D API

    SDK Help
    0
    1
    109
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      On 24/01/2013 at 08:49, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:    
      Platform:      
      Language(s) :     C++  ;

      ---------
      As I refuse to use the Visual Studio IDE on Windows, I am building C++ plugins from the
      command-line using the make program. I thought I'd make my makefiles public so that anyone
      can benefit from them, or maybe even contribute.

      github - NiklasRosenstein - c4d-make

      The makefiles allow building the Cinema 4D API and plugins from the command-line. The process of
      editing the template-makefile to adjust it for the plugin that needs to be compiled, or even writing
      a new makefile, is minimal. An example project will be included in a future commit.

      Currently, only the Windows compiler is supported. If anyone knows how to compile for Mac and
      Linux, it would be an honour to me if he could implement the platform/mac.mak and/or
      platform/linux.mak files.

      The projects README contains additional information, such as Installation, what contents a
      platform-specific makefile requires, what still needs to be done, etc.

      I hope some guys of you can benefit from it.

      Best wishes,
      Niklas

      1 Reply Last reply Reply Quote 0
      • First post
        Last post