lairworks / nas2d-core

NAS2D is an open source, object oriented 2D game development framework written in portable C++.
http://nas2d.lairworks.com
zlib License
10 stars 5 forks source link

Adjust `makefile` output locations #1104

Closed DanRStevens closed 1 year ago

DanRStevens commented 1 year ago

Use casing and folder structure that is more consistent with how Visual Studio typically structures output.

I figure the closer the two build systems are, the easier it will be to auto generate release packages.

Plus, the old structure was a bit ad hoc, and stemmed from the days when there was no unit test project, nor any graphics test project, and so NAS2D was the only project in the repo. When other projects were added, the makefile was extended in non-consistent ways to support the other projects.

Work on #1099 kind of got me thinking about this.