mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
ST: Support Cygwin64 and MIPS
This commit is contained in:
parent
7d3ec991e1
commit
1836847269
29 changed files with 1116 additions and 105 deletions
11
trunk/3rdparty/st-srs/tools/helloworld/Makefile
vendored
Normal file
11
trunk/3rdparty/st-srs/tools/helloworld/Makefile
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
.PHONY: clean
|
||||
|
||||
LDLIBS=../../obj/libst.a
|
||||
CFLAGS=-g -O0 -I../../obj
|
||||
|
||||
./helloworld: helloworld.c $(LDLIBS)
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -Wall -o helloworld helloworld.c $(LDLIBS)
|
||||
|
||||
clean:
|
||||
rm -f helloworld
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue