comparison ltconfig @ 31:667aa8b373a4

Catch up to Cygwin for the location of the Windows API libraries
author Sam Lantinga <slouken@lokigames.com>
date Fri, 11 May 2001 18:44:57 +0000
parents cf2af46e9e2a
children 9e938507bb06
comparison
equal deleted inserted replaced
30:57bf11a5efd7 31:667aa8b373a4
1928 shlibpath_var=PATH 1928 shlibpath_var=PATH
1929 if test "$with_gcc" = yes; then 1929 if test "$with_gcc" = yes; then
1930 # See where the system libraries really are - /usr/lib won't cut it 1930 # See where the system libraries really are - /usr/lib won't cut it
1931 libuser32=`$CC --print-file-name=libuser32.a` 1931 libuser32=`$CC --print-file-name=libuser32.a`
1932 win32libs=`expr $libuser32 : '\(.*\)/.*'` 1932 win32libs=`expr $libuser32 : '\(.*\)/.*'`
1933 sys_lib_search_path_spec="$sys_lib_search_path_spec $win32libs" 1933 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api $win32libs"
1934 fi 1934 fi
1935 lt_cv_dlopen="LoadLibrary" 1935 lt_cv_dlopen="LoadLibrary"
1936 lt_cv_dlopen_libs= 1936 lt_cv_dlopen_libs=
1937 ;; 1937 ;;
1938 1938