mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-17 22:11:58 +00:00
Add thirdparty libs
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh -k
|
||||
#
|
||||
# Re-order arguments so that -L comes first
|
||||
#
|
||||
opts=""
|
||||
lopts=""
|
||||
|
||||
for arg in $* ; do
|
||||
case $arg in
|
||||
-L*) lopts="$lopts $arg" ;;
|
||||
*) opts="$opts $arg" ;;
|
||||
esac
|
||||
done
|
||||
|
||||
c89 $lopts $opts
|
||||
Reference in New Issue
Block a user