This commit is contained in:
mcafee 1998-05-04 07:03:58 +00:00
Родитель 49737e9945
Коммит a0b7f2b8a6
1 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@ -24,13 +24,16 @@
# - debug vs optimized
# - normal vs "lite"
# - normal vs purified
# - dynamic vs statically linked
#
# A directory is needed for each of the first two dimensions (target
# and debug), but executables for all of the others will then be built
# in the same directory from the same .o files. The files have names
# as follows:
#
# mozilla-export
# moz-export (Dynamically linked with libs in
# ../../dist/<objdir>/bin)
# mozilla-export (Statically linked)
# mozilla-nis-export (SunOS 4 only)
# mozilla-export.pure (SunOS 4 and Solaris only)
# ...etc...