?? makefile
字號:
includes = `pkg-config gdk-2.0 gdk-pixbuf-xlib-2.0 librsvg-2.0 --cflags`libs = `pkg-config imlib gdk-2.0 gdk-pixbuf-xlib-2.0 libart-2.0 libxml-2.0 pangoft2 librsvg-2.0 --libs` objs = XDesktopContainer.o XIcon.o XIdeskImage.o XCaption.o Database.o \ DesktopConfig.o DesktopIconConfig.o Misc.o Main.o XShadowImage.o \ XIconWithShadow.o SimpleSvgImage.o XPngImage.o Action.o \ ActionConfig.o App.oheaders = XDesktopContainer.h XIcon.h XIdeskImage.h XCaption.h Database.h \ DesktopConfig.h DesktopIconConfig.h Misc.h XShadowImage.h \ XIconWithShadow.h SimpleSvgImage.h XPngImage.h AbstractClasses.h \ Action.h ActionConfig.h App.hall: idesk cp ./idesk ..idesk: $(objs) $(cc) $(objs) -o $@ $(libs)$(objs): %.o: %.cpp $(headers) $(cc) $(cflags) $(includes) -c $< -o $@.PHONY : cleanclean: rm -f $(objs) idesk core.PHONY : tidytidy: clean rm *.*~ rm *~
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -