Commit Graph

10 Commits

Author SHA1 Message Date
38db7b9606 Removed unnecessary variable, and added a (optional) dependency for the ws2_32 library, which is required on Windows 2024-02-29 21:49:21 -06:00
ff8dc1f1f7 Removed files related to cross-compilation.
I had a ton of issues related to cross-compilation (libraries not found, clashing function
names with raylib, improper linking), and I realized that it's too much work to cross-compile,
_and_ I'm using a build system. Instead, I'm probably just going to use my Windows VM to compile for Windows.
I still haven't decided what to do for Mac, though.
2024-02-29 16:40:49 -05:00
b90d37c73f Added relevant files for cross-compilation to windows 2024-02-29 16:37:26 -05:00
93d3f2e13f Added serialization C file as a dependency 2024-02-26 21:40:55 -05:00
e9c0fe563c Added additional dependencies 2024-02-19 21:33:33 -05:00
f8b1994bde Added additional flags for GCC 2024-02-15 09:45:31 -05:00
6593384d2d Added Paddle.cpp and Ball.cpp as dependencies 2024-02-15 07:47:55 -05:00
4eaca05b68 Added 'sock.cpp' and removed include directory 2024-02-14 18:28:55 -05:00
fd1eaac5e2 Added build flag for debugging 2024-02-07 21:48:02 -05:00
8a57f80b8c Switched over to using Meson as build system, instead of Make 2024-01-29 22:49:59 -05:00