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

Build failing when building on a case-sensitive system #359

Open
nnn1590 opened this issue Dec 8, 2019 · 0 comments
Open

Build failing when building on a case-sensitive system #359

nnn1590 opened this issue Dec 8, 2019 · 0 comments

Comments

@nnn1590
Copy link

nnn1590 commented Dec 8, 2019

Some paths written in Smash Forge/Smash Forge.csproj and the actual file are different case.
An MSB3030 error will occur when building on a case-sensitive system.

In Smash Forge/Smash Forge.csproj:

  • Shader\Melee\Dat.frag
  • Shader\Melee\Dat.vert
  • Shader\3ds\Mbn.frag
  • Shader\3ds\Mbn.vert
  • Shader\Nud\Nud.frag
  • Shader\Nud\Nud.geom
  • Shader\Nud\Nud.vert

But actual file name:

  • Shader\Melee\DAT.frag
  • Shader\Melee\DAT.vert
  • Shader\3ds\MBN.frag
  • Shader\3ds\MBN.vert
  • Shader\Nud\NUD.frag
  • Shader\Nud\NUD.geom
  • Shader\Nud\NUD.vert

It can be solved with either (I don't know which is better.) :

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

1 participant