makefile
来自「自动生成虚拟设备驱动(VXD)的C++代码的一个库」· 代码 · 共 56 行
TXT
56 行
# FileName: GENERIC.mak - Created by VxDWriter
# Use the following commands to build VxD
# Debug build: nmake
# Release build: nmake CFG="Release"
# Copyright (c) 1997 by Somnath Kundu. All Rights Reserved.
#-------------------- Name and type of VxD -----------------------
NAME = GENERIC
TYPE = DYNAMIC
#-------------------- Tools and their paths ----------------------
DDKROOT = D:\Tools\W95DDK
SDKROOT = D:\Tools\MSTOOLS
APPROOT = F:\Somnath\VXDWRITR
SUBSYSTEM = base
LINKERPATH =
COMPILERROOT = D:\Tools\MSDEV
VCVER = 4.0
NMSYM = C:\Soft-Ice\SIW95\nmsym
#-------------------- Version Information (Resources) ------------
DESCRIPTION = Generic VxD
FMAJORVER = 1
FMINORVER = 00
FBUILDVER = 001
INTERNALNAME = Generic
ORIGINALNAME = Generic.VxD
PMAJORVER = 1
PMINORVER = 00
PBUILDVER = 001
PRODUCTNAME = Generic VxD
COMPANY = SysSoft
COPYRIGHT = Somnath Kundu
YEAR = 1997-1998
# LIBRARY = # Place additional libraries, e.g., NDIS here
#---------- Source and header files (use '%' sign as a pefix) --------
INCFILES =
AFILES =
HFILES = %GENERIC.h
CFILES = %GENERIC.c
HPPFILES =
CPPFILES =
!INCLUDE <$(APPROOT)\inc32\vxdlib.mk>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?