Author Topic: cbp2make - makefile generation tool  (Read 222066 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6025
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: cbp2make - makefile generation tool
« Reply #120 on: August 26, 2024, 04:13:37 pm »

https://github.com/stahta01/MINGW-packages/actions/runs/10543268999#artifacts

Link to 4 versions of untested packages.

These packages are autodeleted in time; I have no idea how long I think it was 90 days.

Tim S.

Thanks. I will try it, it looks like I need to use the pacman command to manually install this package.  :)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6025
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: cbp2make - makefile generation tool
« Reply #121 on: August 26, 2024, 04:22:21 pm »
Oh, sorry, it looks like cbp2make is a plugin already in our C::B's code repo, so I can simply build it or use the nightly build version.  :(

Sorry about the noise.

EDIT:

cbp2make.exe is an standalone program, so I can directly call it.
« Last Edit: August 26, 2024, 04:29:25 pm by ollydbg »
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.