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 ``` |
||
---|---|---|
.. | ||
auddev.h | ||
CMakeLists.txt | ||
ddsndgeometry.h | ||
ddsoundload.cpp | ||
ds3dlib_internal.h | ||
ds3dlib.h | ||
hlsoundlib.cpp | ||
hlsoundlib.h | ||
mixer.cpp | ||
mixer.h | ||
sdlgeometry.cpp | ||
sdlsound.cpp | ||
sdlsound.h | ||
sndrender.cpp | ||
sndrender.h | ||
soundload.cpp | ||
soundload.h | ||
ssl_lib.cpp | ||
ssl_lib.h | ||
vmanpset.h |