📄 makefile
字号:
# REGMON.mak - makefile for VxD REGMON
PATH=c:\vtd31\bin;$(PATH)
DEVICENAME = REGVXD
DYNAMIC = 1
FRAMEWORK = C
DEBUG = 0
OBJECTS = regmon.OBJ
all: $(DEVICENAME).vxd
copy *.vxd ..\gui\.
copy *.vxd ..\gui\release\.
copy *.vxd ..\gui\debug\.
!include $(VTOOLSD)\include\vtoolsd.mak
!include $(VTOOLSD)\include\vxdtarg.mak
regmon.OBJ: regmon.c regmon.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -