repo.or.cz
/
MacVim.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged from the latest developing branch.
[MacVim.git]
/
src
/
xxd
/
Make_mvc.mak
blob
3227f0c864d353c332acead9b3b0d253a6102244
1
# The most simplistic Makefile for Win32 using Microsoft Visual C++
2
# (NT and Windows 95)
3
4
xxd
:
xxd.exe
5
6
xxd.exe
:
xxd.c
7
cl
/
nologo
-
DWIN32 xxd.c
8
9
# This was for an older compiler
10
# cl /nologo -DWIN32 xxd.c /link setargv.obj
11
12
clean
:
13
-
if exist xxd.obj del xxd.obj
14
-
if exist xxd.exe del xxd.exe