PATH = ..\..\.. VCPATH = c:\msvc\bin VCROOT = c:\msvc # Set the IDAPI INCLUDE and LIB directory !ifndef IDAPIINC IDAPIINC = $(PATH)\include !endif !ifndef IDAPILIB IDAPILIB = $(PATH)\lib !endif # Set the full INCLUDE and LIB search paths INCLUDE = $(IDAPIINC);$(INCLUDE) LIB = $(IDAPILIB);$(LIB) LINKOPT = /NOLOGO /NOD /PACKC:61440 /ALIGN:16 /ONERROR:NOEXE /CO OBJS_EXT = MAPFILE = nul OBJS = \ dbping.obj DBPING.EXE:: $(OBJS) $(OBJS_EXT) DBPING.DEF echo >NUL @<