Skip to content

Commandline vs VS IDE - Different file count when building #3044

Answered by Yimura
KernelFrog asked this question in Q&A
Discussion options

You must be logged in to vote

This is probably happening because the IDE is building for all targets whereas the command line is only compiling the YimMenu target.

Changing --target YimMenu to --target all will probably change the amount of files to match the one from the IDE. I haven't tested this however that's my best guess on why there's this difference.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@KernelFrog
Comment options

Answer selected by KernelFrog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants