Nick Clark

Results 188 comments of Nick Clark

I'll review this when I have time to sit down and read through the entire toolset. It's a wall of code, so it'll take me a while to get comfortable...

Sure, I don't expect equivalents to be there for everything. Do you mind posting a link to where you were referencing for the compiler flags just so I'm looking at...

> Should it be an external [modules](https://premake.github.io/community/modules/) instead? Definitely something worth considering.

Just poking the discussion on whether this should be an external module or a core module.

I'm not aware of it for VS. I know for the CLI, you can specify `/C` as an arg to `CL.exe`, but I don't know if that's supported in the...

If you set the `objdir` for the project, does this still happen?

I'm not seeing anything in the source that jumps out at me that would be causing this. Could you upload the relevant makefile that was generated by Premake?

Can you add the game.make? That should be where the meat of the relevant info is.

I wanted to circle back on this. I'm not seeing anything in that makefile that is explicitly writing to the home directory, so I don't think it's on the premake...