Skip to content
Snippets Groups Projects
Commit 1b327672 authored by rswindell's avatar rswindell
Browse files

Added lib/cryptlib to Win32 lib aliases.

parent b9e4ceee
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@
# 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-win32 -a lib/mozilla/js/win32.release lib/mozilla/nspr/win32.release lib/microsoft
lib-win32.release -a lib/mozilla/js/win32.release lib/mozilla/nspr/win32.release lib/microsoft
lib-win32.debug -a lib/mozilla/js/win32.debug lib/mozilla/nspr/win32.release lib/microsoft
lib-win32 -a lib/mozilla/js/win32.release lib/mozilla/nspr/win32.release lib/microsoft lib/cryptlib
lib-win32.release -a lib/mozilla/js/win32.release lib/mozilla/nspr/win32.release lib/microsoft lib/cryptlib
lib-win32.debug -a lib/mozilla/js/win32.debug lib/mozilla/nspr/win32.release lib/microsoft lib/cryptlib
lib-linux -a lib/mozilla/js/linux.release lib/mozilla/nspr/linux.release
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
......
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