📄 makefile
字号:
CFLAGS=-Ofirst_rule: allall allbin: ../lib/libW11.dllalldoc tags:../lib/libW11.dll: xlib.o ntutil.o event.o dllwrap --export-all-symbols -o ../lib/libW11.dll xlib.o ntutil.o event.o -mwindowsxlib.o: xlib.c ntdef.h gcc -c xlib.c ${CFLAGS} -I.. -mwin32ntutil.o: ntutil.c ntdef.h gcc -c ntutil.c ${CFLAGS} -I.. -mwin32event.o: event.c ntdef.h gcc -c event.c ${CFLAGS} -I.. -mwin32debug: gcc -c xlib.c -g -I.. -mwin32 gcc -c event.c -g -I.. -mwin32 gcc -c ntutil.c -g -I.. -mwin32clean: -rm ../lib/libW11.dll xlib.o ntutil.o event.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -