Changeset 249 in Main for trunk/bcc.sh
- Timestamp:
- Oct 4, 2024, 5:59:55 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bcc.sh
r240 r249 29 29 options="$options -tWD" 30 30 shared=1 31 elif [ "$i" = "-mwindows" ]; then 32 options="$options -tW" 31 33 elif [ "`echo "$i" | grep -Eo "^-D"`" = "-D" ]; then 32 34 options="$options -`echo "$i" | sed "s/^-//g"`" 33 35 elif [ "`echo "$i" | grep -Eo "^-l"`" = "-l" ]; then 34 if [ ! "$i" = "-lwsock32" ]; then36 if [ ! "$i" = "-lwsock32" -a ! "$i" = "-luser32" -a ! "$i" = "-lcomctl32" ]; then 35 37 libraries="$libraries `echo "$i" | sed "s/^-l//g"`.lib" 36 38 fi
Note:
See TracChangeset
for help on using the changeset viewer.