From 05a021fcf1b1d73817cdf7aa911bd53b8917fc45 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Mon, 1 Dec 2003 10:30:44 +0000
Subject: [PATCH] Create lib-linux.release and lib-win32.release modules.

---
 CVSROOT/modules | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/CVSROOT/modules b/CVSROOT/modules
index 2e972d7cac..f123686135 100755
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -24,12 +24,14 @@
 # character to interpose another module into the current module.  This
 # can be useful for creating a module that consists of many directories
 # spread out over the entire source repository.
-lib-linux       -a lib/mozilla/js/linux.release lib/mozilla/nspr/linux.release
-lib-linux.debug -a lib/mozilla/js/linux.debug   lib/mozilla/nspr/linux.debug
-lib-win32       -a lib/mozilla/js/win32.release lib/mozilla/nspr/win32.release
-lib-win32.debug -a lib/mozilla/js/win32.debug   lib/mozilla/nspr/win32.debug
-src-sbbs3       -a src/build src/sbbs3 src/xpdev src/uifc include/mozilla
-run-sbbs3       -a ctrl text exec xtrn node1 node2 node3 node4 docs
+lib-linux.release -a lib/mozilla/js/linux.release lib/mozilla/nspr/linux.release
+lib-linux.debug   -a lib/mozilla/js/linux.debug   lib/mozilla/nspr/linux.debug
+lib-linux            lib-linux.release
+lib-win32.release -a lib/mozilla/js/win32.release lib/mozilla/nspr/win32.release
+lib-win32.debug   -a lib/mozilla/js/win32.debug   lib/mozilla/nspr/win32.debug
+lib.win32            lib-win32.release
+src-sbbs3         -a src/build src/sbbs3 src/xpdev src/uifc include/mozilla
+run-sbbs3         -a ctrl text exec xtrn node1 node2 node3 node4 docs
 install install
 include include
 lib	lib
-- 
GitLab