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 ``` |
||
---|---|---|
.. | ||
bitmain.cpp | ||
bumpmap.cpp | ||
CMakeLists.txt | ||
iff.cpp | ||
iff.h | ||
lightmap.cpp | ||
NewBitmap.cpp | ||
NewBitmap.h | ||
pcx.cpp | ||
tga.cpp |