Browse Source

oops, dropped WIN_SYS_LIBS

David Rose 23 years ago
parent
commit
4f68d79261
1 changed files with 4 additions and 0 deletions
  1. 4 0
      dtool/pptempl/Global.pp

+ 4 - 0
dtool/pptempl/Global.pp

@@ -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