Merge branch 'vim'
[MacVim.git] / src / xxd / Make_bc5.mak
blob4f446223e7d54d9c06a4febf2c76611c29dda959
1 # The most simplistic Makefile for Win32 (NT and Windows 95).
2 # Used for Borland C++.
4 !if ("$(BOR)"=="")
5 BOR = c:\bc5
6 !endif
7 !if ("$(BCC)"=="")
8 BCC = bcc32
9 !endif
11 xxd: xxd.exe
13 xxd.exe: xxd.c
14 $(BCC) -I$(BOR)\include -L$(BOR)\lib -DWIN32 xxd.c $(BOR)\lib\wildargs.obj
16 clean:
17 - del xxd.obj
18 - del xxd.exe