dangmoody / HLML

Auto-generated maths library for C and C++ based on HLSL/Cg
24 stars 1 forks source link

better alternative to writing and batch and bash scripts #54

Closed dangmoody closed 1 year ago

dangmoody commented 2 years ago

Every time I need a script I have to write it twice: Once for Batch, and again for Bash. This is annoying and not that easy to maintain. I need a better solution.

I was looking at ODIN recently, could be good?

Yann4 commented 2 years ago

Looks like all of your scripts are build scripts, or build script-adjacent - why not use make?

dangmoody commented 1 year ago

Great idea @Yann4

@Flave229 has agreed to look at this along with his dedicated VS solution work.

dangmoody commented 1 year ago

This is now all working.

We still use a batch file for running the MSVC side of things, but given that's Windows only I'm totally happy with that.