David Rose 24 سال پیش
والد
کامیت
b351a0aa44
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      dtool/pptempl/Global.pp

+ 3 - 0
dtool/pptempl/Global.pp

@@ -619,6 +619,9 @@
   #if $[UNIX_PLATFORM]
     #set alt_libs $[alt_libs] $[UNIX_SYS_LIBS] $[components $[UNIX_SYS_LIBS],$[active_component_libs] $[transitive_link]]
   #endif
+  #if $[WINDOWS_PLATFORM]
+    #set alt_libs $[alt_libs] $[WIN_SYS_LIBS] $[components $[WIN_SYS_LIBS],$[active_component_libs] $[transitive_link]]
+  #endif
 
   $[alt_libs]
 #end get_libs