From 238580db7e45151bfc91894bf94341d11b2eba04 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 22 Oct 2007 21:07:02 +0000 Subject: Change the syntax from load_on: to load_on (since that way configure.pl can use the generic variable reading routines). Instead of hardcoding the module sets (historically, 'unix', 'beos', and 'win32') into the script, have each module specify which group(s) (if any) it should be considered a member of in its modinfo.txt file. Add a new module set compression which contains (currently) the zlib and bzip2 modules. --- modules/mux_win32/modinfo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/mux_win32') diff --git a/modules/mux_win32/modinfo.txt b/modules/mux_win32/modinfo.txt index 320d21b5b..d235ff73c 100644 --- a/modules/mux_win32/modinfo.txt +++ b/modules/mux_win32/modinfo.txt @@ -1,8 +1,9 @@ realname "Win32 Mutex" define MUTEX_WIN32 +modset win32 -load_on: auto +load_on auto mux_win32.cpp -- cgit v1.2.3