Makefile.w32
资源名称:vim53src.zip [点击查看]
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:0k
源码类别:
编辑器/阅读器
开发平台:
DOS
- # The most simplistic Makefile for Win32 (NT and Windows 95)
- xxd: xxd.exe
- xxd.exe: xxd.c
- # if using Microsoft Visual C++
- cl -DWIN32 xxd.c /link setargv.obj
- # if using Borland C++
- # bcc32 -DWIN32 xxd.c c:bc45lib32bitwildargs.obj
- clean:
- - del xxd.obj
- - del xxd.exe