mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
3da53e567f
Steps: ```sh srcs=$(mktemp) find . -name "*.cpp" -or -name "*.c" -or -name "*.h" -or -name "*.hpp" -or -name "*.cc" -or -name "*.hh" > $srcs xargs sed -i 's/ifndef __LINUX__/if !defined(POSIX)/' < $srcs xargs sed -i 's/ifdef __LINUX__/if defined(POSIX)/' < $srcs xargs sed -i 's/defined(__LINUX__)/defined(POSIX)/' < $srcs ``` |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
linux_fix.h | ||
lnxapp.cpp | ||
lnxapp.h | ||
lnxcon_null.cpp | ||
lnxcon_raw.cpp | ||
lnxcon.cpp | ||
lnxcontroller.cpp | ||
lnxcontroller.h | ||
lnxdata.cpp | ||
registry.cpp | ||
registry.h |