Changes for shared libraries and os consistancy.

This commit is contained in:
Janet B. Anderson
2003-03-18 22:45:03 +00:00
parent 1693b492f8
commit 6021e84957
43 changed files with 349 additions and 253 deletions

View File

@@ -152,10 +152,10 @@ PROD_LIBS_WIN32 = -nil-
# system libs needed to link PROD, TESTPROD and sharable library
#
# for all systems:
SYS_PROD_LIBS = m
PROD_SYS_LIBS = m
# for most systems:
SYS_PROD_LIBS_DEFAULT = foolib
SYS_PROD_LIBS_WIN32 = -nil-
PROD_SYS_LIBS_DEFAULT = foolib
PROD_SYS_LIBS_WIN32 = -nil-
# other libs needed to link PROD, TESTPROD and sharable library
#