?? makefile
字號:
CC = gccall: simple XMLviewer notebooksimple: simple.c $(CC) `gtk-config --cflags` simple.c -o simple `gtk-config --libs`XMLviewer: XMLviewer.c cd expat ; make $(CC) `gtk-config --cflags` -I expat/xmlparse XMLviewer.c -o XMLviewer `gtk-config --libs` expat/xmlparse/*.o expat/xmltok/*.onotebook: notebook.c draw_widget.c $(CC) -I /usr/local/lib/glib/include `gtk-config --cflags` notebook.c draw_widget.c -o notebook `gtk-config --libs`clean: rm -f *.o simple XMLviewer notebook
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -