In order to get loadable modules building on OS/2, it would help if I
switch the build order so the server directory gets built before the
modules directory. Why? Because I need exports.c generated from which to
make the core export list which is needed to make the core import library
which the modules need to link against (whew!).
Would it break anything if I did so? All I'm talking about doing is:
Index: Makefile.in
===================================================================
RCS file: /home/cvs/httpd-2.0/Makefile.in,v
retrieving revision 1.61
diff -u -r1.61 Makefile.in
--- Makefile.in 2001/03/11 14:54:12 1.61
+++ Makefile.in 2001/03/27 13:49:25
@@ -1,5 +1,5 @@
-SUBDIRS = srclib modules os server support
+SUBDIRS = srclib os server modules support
PROGRAM_NAME = $(progname)
PROGRAM_SOURCES = modules.c
--
______________________________________________________________________________
| Brian Havard | "He is not the messiah! |
| [EMAIL PROTECTED] | He's a very naughty boy!" - Life of Brian |
------------------------------------------------------------------------------