danomatika / ofxPd

(maintained) a Pure Data addon for OpenFrameworks using libpd
Other
202 stars 45 forks source link

Update addon_config.mk #100

Closed Jonathhhan closed 5 months ago

Jonathhhan commented 5 months ago

Excludes m_dispatch_gen.c which is part of the current PD master branch. Probably it can already be excluded in libpd.

# not needed
ADDON_SOURCES_EXCLUDE += libs/libpd/pure-data/src/m_dispatch_gen.c
danomatika commented 5 months ago

Thanks. I am updating pd sources for testing with Emscripten.

danomatika commented 5 months ago

Actually this is not needed as ofxPd will not include this source in this repo.

Jonathhhan commented 5 months ago

I also had the idea, that the file maybe is not even needed in libpd...

danomatika commented 5 months ago

The right place is the update script I use when upgrading libpd here: https://github.com/danomatika/ofxPd/blob/master/scripts/update_libpd.sh#L58

I will add an argument to allow for checking out a specific branch or tag for testing.