oops, dropped WIN_SYS_LIBS

This commit is contained in:
David Rose 2002-05-29 19:00:31 +00:00
parent 39bbbfb145
commit 4f68d79261

View File

@ -395,6 +395,10 @@
#defun get_libs
#define alt_libs $[stl_libs] $[nspr_libs] $[python_libs] $[TARGET_LIBS]
#if $[WINDOWS_PLATFORM]
#set alt_libs $[alt_libs] $[WIN_SYS_LIBS] $[components $[WIN_SYS_LIBS],$[active_component_libs] $[transitive_link]]
#endif
#foreach package $[use_packages]
#set alt_libs $[alt_libs] $[$[package]_libs]
#end package