Skip to content
Snippets Groups Projects
Commit 93ec0f51 authored by rswindell's avatar rswindell
Browse files

Created module aliases: lib-linux.debug and lib-win32.debug (used to get the

debug libraries for the corresponding platform).
parent 4291b042
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,12 @@
# 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-win32 -a lib/mozilla/js/win32.release lib/mozilla/nspr/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
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
install install
include include
lib lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment