Diomendius
f27860776b
Add MergeGPF to CMake
2024-08-06 00:32:23 +12:00
Diomendius
77fcc35726
Add FTagData to CMake, port to *nix
2024-08-06 00:32:23 +12:00
Diomendius
e2bb19709d
Add MakeTimestamp to CMake, port to *nix
2024-08-06 00:32:22 +12:00
Diomendius
77009b08ca
Avoid Clang c++11-narrowing error
...
Downgrades c++11-narrowing to a warning when compiling with Clang. A
better solution would be to fix the error, but this at least brings
Clang in line with the more permissive GCC, which treats this as a
warning by default.
2024-08-06 00:32:10 +12:00
Diomendius
7a81b2b396
Add gpr2gpa to CMake, port to *nix
2024-08-06 00:16:22 +12:00
Diomendius
e2da9bb7c5
Add hqx2gp to CMake
2024-08-06 00:16:22 +12:00
Diomendius
796b2880cf
Add hqx2bin to CMake
2024-08-06 00:16:22 +12:00
Diomendius
c372fcb92d
Add bin2gp to CMake
2024-08-06 00:16:22 +12:00
Diomendius
1e4ee9335e
Add flattenmov to CMake
2024-08-06 00:16:22 +12:00
Diomendius
9aa82066f1
Refactor CMakeLists.txt
...
The BUILD_INTERFACE generator expression isn't actually useful as we
don't use export(). CMAKE_CURRENT_SOURCE_DIR is also unnecessary as
CMake treats relative paths as relative to the current source directory
(or the current binary directory for outputs).
2024-08-04 12:57:13 +12:00
elasota
e33c01cc40
Change line endings to UNIX
2022-03-17 02:00:06 -04:00
Ryan Schmidt
e78b01a5f3
Improve CMake macOS build
...
Now actually builds on macOS.
Closes #9
2022-03-17 00:39:55 -05:00
elasota
3d5265258e
Disable asserts
2021-05-16 12:08:23 -04:00
elasota
71115b2366
Fix AerofoilX compile failure
2021-05-14 19:19:03 -04:00
Madthijs
6fd1edd2c8
Merge branch 'master' into mac
...
# Conflicts:
# GpApp/Main.cpp
2021-05-11 14:28:46 +02:00
elasota
24169507bd
Add beep sound to platforms with no beep
2021-05-09 23:45:27 -04:00
Madthijs
c5a1303b71
Merge branch 'master' into mac
...
# Conflicts:
# AerofoilX/GpMain_SDL_X.cpp
2021-04-28 19:17:55 +02:00
elasota
2cd4e4f178
UTF refactor to eliminate duplicated code outside of PL
2021-04-27 09:54:01 -04:00
Madthijs
e6df94dac0
First compile, Logger works
2021-04-11 14:07:16 +02:00
elasota
b90d0c303c
Fix AerofoilX
2021-04-07 11:42:57 -04:00
elasota
7060676b73
Cygwin port
2021-03-18 17:08:11 -04:00