makefile

来自「SR-tree is an index structure for high-d」· 代码 · 共 20 行

TXT
20
字号
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 + =
减小字号Ctrl + -
显示快捷键?