sln generator for VS and Rider puts all files in one big project #12291
van800
started this conversation in
General Discussions
Replies: 1 comment
-
There might be a bug in generating NMakeIncludeSearchPath, it is supposed to include almost all thirdparty modules. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure so far, but I think, each module (folder with SCsub) should be a separate vcxproj.
For example
ogg_packet_sequence.h
has an include to a file in the same folder:which compiles because there is a config.py with
env.module_add_dependencies("vorbis", ["ogg"])
but within vcxproj context IDE doesn't know this.
Beta Was this translation helpful? Give feedback.
All reactions