-
Notifications
You must be signed in to change notification settings - Fork 2
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
use CMake #3
Comments
Why does such a simple program needs CMake? DECOMPILED mode will recompile the ROM code into C code. For those who want to understand how the game works. There is a partially rewritten and commented version of the raw decompiled code. I didn't finish because I lost interest in it. |
So you make two different applications?
Correct? If true then I think it's better to devide: make two Makefile or CMakeLists.txt Ещё раз спасибо за ваш труд! |
Can you explain why having two paths in one 30 line makefile is bad? So this mode is enabled with These changes don't make anything better, it's a matter of style, you like a different style. |
I can admit that I don't like it when people start changing my code to suit their style. But nothing prevents you from rewriting my project to suit your style and developing it as you like, I just don't want to accept such changes. I don't think I'll be developing this project any further myself, so consider it a vanilla version to start from (if you have any ideas on what to do next). For example, I don’t like the way 7-zip is written. This is a great tool, but the source style is not good. |
you make two different applications?
Correct? |
This is a HELPER/GENERATOR that is used to build the GAME application. As found in many complex projects (for example OpenJDK, Qt6, LLVM). Nobody calls generators a different application. |
I try to add CMake build system but I don't know what is DECOMPILED
CMakeLists.txt
The text was updated successfully, but these errors were encountered: