appleseedhq / appleseed-max

appleseed plugin for Autodesk® 3ds Max®
https://appleseedhq.net/
MIT License
33 stars 16 forks source link

Add build options include #292

Closed usakhelo closed 5 years ago

usakhelo commented 5 years ago

Include buildoptions.h header to avoid link errors.

Mango-3 commented 5 years ago

Looking good. The only thing missing is to remove the preprocessor definitions also in the project files for Max 2017, 2018 & 2020 as you did for 2019. I made a test build for Max 2019 and had no problems.

usakhelo commented 5 years ago

Good point @Mango-3 , I added the commit and checked if 2017 compiles and it does. I can't check 2018 and 2020.

dictoon commented 5 years ago

I will check.

dictoon commented 5 years ago

Builds on all 3ds Max version we support (2017-2020).

dictoon commented 5 years ago

Thanks!