MAKEFILE
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- TARGETOS=WINNT
- SEHMAP=TRUE
- # RFLAGS is for Windows resources
- RFLAGS= -fo$@ -DWIN32 -r -D_WIN32 -DWINVER=0x0400
- !include <win32.mak>
- all: remote.exe remoteds.exe
- # Update the resources if necessary
- remote.exe: remote.obj
- remote.res
- client.obj
- pipeex.obj
- srvad.obj
- srvchild.obj
- srvctos.obj
- srvhshak.obj
- srvlist.obj
- srvmain.obj
- srvquery.obj
- srvstoc.obj
- srvutil.obj
- $(link) $(linkdebug) $(conflags) -out:$*.exe $** $(conlibsmt) advapi32.lib user32.lib
- remoteds.exe: remoteds.obj
- remoteds.res
- $(link) $(linkdebug) $(conflags) -out:$*.exe $** $(conlibsmt) advapi32.lib
- .c.obj:
- $(cc) $(cdebug) $(cflags) $(cvarsmt) $*.c
- .rc.res:
- $(RC) $(RFLAGS) $(@B).rc