MAKEFILE
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

  1. # MSIMerg makefile
  2. # Copyright 1997 Microsoft Corporation
  3. !ifdef nodebug
  4. MakeOpts = $(MakeOpts) VERSION=SHIP
  5. !endif
  6. all: makefile MSIMerg.cpp
  7.  nmake -f MSIMerg.cpp /$(MAKEFLAGS) MSDEVDIR= VCBIN= MSVCDIR= _vcbin_= _msdevbin_= $(MakeOpts)