-
Notifications
You must be signed in to change notification settings - Fork 740
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
Tools - Binarize configs in make.py #8584
Conversation
Co-authored-by: Joko <[email protected]>
This might not be needed, macros seem to be ok in mikro 's newest tools |
You don't need to run twice, CfgConvert has an option to output preprocessed config. no need to binarize and debinarize. I could maybe add a logging pragma or something like that, so that you can print a message to console and dynamically detect if you cannot binarize a config due to __has_include? Just this: https://docs.microsoft.com/en-us/cpp/preprocessor/message?view=msvc-160 |
Now using -pcpp to only process once pboProject 3.16 seems to handle our macros, not sure how we will do |
Latest mikero tools should handle
|
we need to be able to build with public tools |
Can now use the downside is it seems to add some
junk to config.cpp |
Any information on when |
Run configs through
CfgConvert.exe
twice to get nice de-macroed configsRef we disabled bin in #8093