premake-core icon indicating copy to clipboard operation
premake-core copied to clipboard

Premake script to just compile

Open holychicken99 opened this issue 2 years ago • 2 comments

Is there to way to ask Premake to just compile files and not link them ? The usual configuration compiles aswell as links them .

holychicken99 avatar Mar 23 '22 07:03 holychicken99

I don't believe this functionality exists, I'm not sure how that would work for VS or XCode, can either of them be instructed to not link?

samsinsane avatar Apr 08 '22 11:04 samsinsane

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 IDE. Not familiar enough with XCode to make an educated statement.

nickclark2016 avatar Apr 13 '22 00:04 nickclark2016