📄 vnclibs.def
字号:
/* * vnclibs.def - tells Xvnc where to pick up VNC libraries (i.e. libvncauth) * * Don't forget you need to remake the Makefiles in programs/Xserver * and programs/Xserver/hw/vnc whenever you change this file. */VNCLIBS = $(TOP)/../libvncauth/libvncauth.a#ifdef OSF1Architecture/* Avoid linking with different libjpeg in /usr/shlib under Tru64. */VNCSYSLIBS = /usr/local/lib/libjpeg.a /usr/local/lib/libz.a -lcrypt#elseVNCSYSLIBS = -L/usr/local/lib -ljpeg -lz -lcrypt#endifVNCCPPFLAGS = -I$(TOP)/../include -I/usr/local/include
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -