Makefile.w32
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:0k
源码类别:

编辑器/阅读器

开发平台:

DOS

  1. # The most simplistic Makefile for Win32 (NT and Windows 95)
  2. xxd: xxd.exe
  3. xxd.exe: xxd.c
  4. # if using Microsoft Visual C++
  5.      cl -DWIN32 xxd.c /link setargv.obj
  6. # if using Borland C++
  7. #    bcc32 -DWIN32 xxd.c c:bc45lib32bitwildargs.obj
  8. clean:
  9.      - del xxd.obj
  10.      - del xxd.exe