mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-16 21:53:01 +00:00
Add thirdparty libs
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
FLAGS="-DTERMIOS -O2 -mips2 -DB_ENDIAN -fomit-frame-pointer -Wall -Iinclude"
|
||||
SHFLAGS="-DPIC -fpic"
|
||||
|
||||
gcc -c -Icrypto $SHFLAGS $FLAGS -o crypto.o crypto/crypto.c
|
||||
ld -shared -o libcrypto.so crypto.o
|
||||
gcc -c -Issl $SHFLAGS $FLAGS -o ssl.o ssl/ssl.c
|
||||
ld -shared -o libssl.so ssl.o
|
||||
Reference in New Issue
Block a user