mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +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 | ||
UIButton.cpp | ||
UICombo.cpp | ||
UIConsole.cpp | ||
UIDraw.cpp | ||
UIEdit.cpp | ||
UIGadget.cpp | ||
UIGroup.cpp | ||
UIHotspot.cpp | ||
UIlib.h | ||
UIListBox.cpp | ||
UIObject.cpp | ||
UIRes.cpp | ||
UISlider.cpp | ||
UIStatic.cpp | ||
UISystem.cpp | ||
UIWindow.cpp |