vnclibs.def
来自「远程桌面连接工具」· DEF 代码 · 共 18 行
DEF
18 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?