MAKEFILE
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- TARGETOS=WINNT
- APPVER=4.0
- !include <win32.mak>
- all: ....binpfmon.exe
- OBJS = pfmon.res
- debug.obj
- error.obj
- init.obj
- module.obj
- pfmon.obj
- process.obj
- errormsg.h errormsg.rc msg00001.bin: errormsg.mc
- mc -v errormsg.mc
- pfmon.res: errormsg.rc msg00001.bin pfmon.rc
- rc -r -fo pfmon.res pfmon.rc
- .c.obj:
- $(cc) $(cflags) $(cvars) $(cdebug) -I....include -I. $*.c
- ....binpfmon.exe: $(OBJS)
- @if not exist ....bin md ....bin > nul
- $(link) $(linkdebug) $(conflags) -machine:$(CPU) -out:$@ $**
- $(conlibs) psapi.lib imagehlp.lib