Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Orbiter Release lacks debug libs. #493

Open
jarmonik opened this issue Sep 14, 2024 · 2 comments
Open

Open Orbiter Release lacks debug libs. #493

jarmonik opened this issue Sep 14, 2024 · 2 comments

Comments

@jarmonik
Copy link
Contributor

I noticed that current Open Orbiter RC1 lacks degub libraries such as orbiterd.lib, orbitersdkd.lib, Lua/*.lib etc. Currently the idea was to manually build a debug version of OO, rename the libs and add to release package. Making this automatic looks quite complex.

@DarkWanderer
Copy link
Contributor

I think it may be possible to do

What is the expectation? Should OrbiterSDK be built in Debug mode and .lib files placed into same folders as release ones? Is there a list of libraries?

@jarmonik
Copy link
Contributor Author

Yes, the Debug libs should be in the same place with the Release libs with 'd' added to the name. There was some discussion about having Debug libs in a different location /lib/debug/ but the 'd' addition was considered to be more standard method. I believe all the libs in /lib/ would be required, meaning all 5 of them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants