📄 makefile
字号:
CFLAGS = /nologo /MD /I../include /D_HNSRTIMP=_declspec(dllexport)
CPPFLAGS = /nologo /MD /I../include /D_HNSRTIMP=_declspec(dllexport)
OBJS = \
HnPoint.obj \
HnPointObj.obj \
HnPointSt.obj \
HnRange.obj \
HnRangeSt.obj \
HnRect.obj \
HnRectObj.obj \
HnRectSt.obj \
HnSphere.obj \
HnSphereObj.obj \
HnSphereSt.obj
all: $(OBJS)
clean:
del *.obj
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -