aboutsummaryrefslogtreecommitdiffstats
path: root/src/mutex
diff options
context:
space:
mode:
Diffstat (limited to 'src/mutex')
-rw-r--r--src/mutex/qt_mutex/info.txt7
-rw-r--r--src/mutex/win32_crit_section/info.txt6
2 files changed, 0 insertions, 13 deletions
diff --git a/src/mutex/qt_mutex/info.txt b/src/mutex/qt_mutex/info.txt
index 922c38ed1..346f04c81 100644
--- a/src/mutex/qt_mutex/info.txt
+++ b/src/mutex/qt_mutex/info.txt
@@ -1,14 +1,7 @@
define MUTEX_QT
-note "You'll probably have to add -I/-L flags to the Makefile to find Qt"
-
load_on request
-<add>
-mux_qt.cpp
-mux_qt.h
-</add>
-
# I think we want to always use qt-mt, not qt -- not much point in supporting
# mutexes in a single threaded application, after all.
<libs>
diff --git a/src/mutex/win32_crit_section/info.txt b/src/mutex/win32_crit_section/info.txt
index ffa8a98e3..1533ca2da 100644
--- a/src/mutex/win32_crit_section/info.txt
+++ b/src/mutex/win32_crit_section/info.txt
@@ -1,13 +1,7 @@
define MUTEX_WIN32
-modset win32
load_on auto
-<add>
-mux_win32.cpp
-mux_win32.h
-</add>
-
<os>
cygwin
windows