Closed jlp765 closed 7 years ago
definitions like coredll* = "(lib|)opencv_core(249|231)d.dll" be changed to coredll* = "(lib|)opencv_core(|249|231)(|d).dll"
coredll* = "(lib|)opencv_core(249|231)d.dll"
coredll* = "(lib|)opencv_core(|249|231)(|d).dll"
to allow open_core.dll or open_cored.dll or ....
open_core.dll
open_cored.dll
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?
objdetect
No scripts. But IIRC I didn't need to specify many flags.
Feel free to create PRs.
fixed in PR #5
definitions like
coredll* = "(lib|)opencv_core(249|231)d.dll"
be changed tocoredll* = "(lib|)opencv_core(|249|231)(|d).dll"
to allow
open_core.dll
oropen_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?