Makefile.w32
Upload User: gddssl
Upload Date: 2007-01-06
Package Size: 1003k
Code Size: 0k
Category:

Editor

Development Platform:

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