Commit Graph

4 Commits

Author SHA1 Message Date
modeco80
2dc554e83b *: Add CMake build system
I haven't yet:
- Ensured CMake is generating the same cl flags as Developer Studio (ditto..)

The old IDE makefiles are left in attic/ if anyone wants to try matching flags

Source structure has been slightly modified:

Uppercase directories moved to lowercase

isle/res -> isle/src/res (I'm a bit dubious of this myself but eh)
isle/*.{cpp, h} -> isle/src

lego1/*.h -> lego1/include
lego1/*.cpp -> lego1/src

All mixed/upper includes have additionally been changed to lowercase,
for compatibility with building on both Windows and Linux.
2023-06-13 18:20:00 -04:00
itsmattkc
5d487ab790 git: include Debug/ in ignore 2023-04-29 14:39:45 -07:00
itsmattkc
2520cf832d ignore *.ncb files 2023-04-27 20:33:28 -07:00
itsmattkc
37100bf9c1 initial commit 2023-04-27 19:19:39 -07:00