mirror of
https://github.com/lxsang/antd-wvnc-plugin.git
synced 2025-08-30 07:42:28 +02:00
mimgrating from another repo
This commit is contained in:
7
test/Makefile
Normal file
7
test/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
LDFLAGS="-L/usr/local/opt/jpeg-turbo/lib"
|
||||
CPPFLAGS="-I/usr/local/opt/jpeg-turbo/include"
|
||||
main: miniviewer
|
||||
gcc viewer.c -D_REENTRANT $(CPPFLAGS) -I/usr/include/SDL2 $(LDFLAGS) -lSDL2 -lvncclient -o viewer
|
||||
|
||||
miniviewer:
|
||||
gcc miniviewer.c -D_REENTRANT $(CPPFLAGS) -I/usr/include/SDL2 $(LDFLAGS) -lSDL2 -lvncclient -o viewer
|
Reference in New Issue
Block a user