dom96 / nim-opencv

Nim OpenCV wrapper
MIT License
55 stars 5 forks source link

Allow non-debugging win opencv dlls #3

Closed jlp765 closed 7 years ago

jlp765 commented 8 years ago

definitions like coredll* = "(lib|)opencv_core(249|231)d.dll" be changed to coredll* = "(lib|)opencv_core(|249|231)(|d).dll"

to allow open_core.dll or open_cored.dll or ....


Also, do you have scripts that automate the c2nim conversion, so PRs for extra modules are pointless,

or do you want PRs for some of the extra modules like objdetect that are not included yet in this package?

dom96 commented 8 years ago

No scripts. But IIRC I didn't need to specify many flags.

Feel free to create PRs.

jlp765 commented 7 years ago

fixed in PR #5