NatronGitHub / openfx-misc

Miscellaneous OFX / OpenFX / Open Effects plugins
GNU General Public License v2.0
291 stars 92 forks source link

Changes to support Windows compile #68

Closed aughey closed 3 years ago

aughey commented 4 years ago

Adding files to the vcxproj files. Moving glext.h into the directory that requires it.

devernay commented 4 years ago

Vcxproj files are outdated and should be removed. Use cmake to build instead. See .appveyor.yml file for details on how we build the VS-compiled binaries.

devernay commented 4 years ago

Please discuss that in #70. I don't think glext.h should be moved. Also note that the proposed changes broke all CI builds (windows, macos, and Linux)