Changeset 240 in Main for trunk/bcc.sh


Ignore:
Timestamp:
Oct 3, 2024, 2:54:55 PM (6 weeks ago)
Author:
Nishi
Message:

winsock1 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bcc.sh

    r226 r240  
    3232                options="$options -`echo "$i" | sed "s/^-//g"`"
    3333        elif [ "`echo "$i" | grep -Eo "^-l"`" = "-l" ]; then
    34                 libraries="$libraries `echo "$i" | sed "s/^-l//g"`.lib"
     34                if [ ! "$i" = "-lwsock32" ]; then
     35                        libraries="$libraries `echo "$i" | sed "s/^-l//g"`.lib"
     36                fi
    3537        elif [ "$dowhat" = "output" ]; then
    3638                dowhat=""
Note: See TracChangeset for help on using the changeset viewer.