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
Exit full-screen if the window moves
[MacVim.git]
/
src
/
xxd
/
Make_bc5.mak
blob
4f446223e7d54d9c06a4febf2c76611c29dda959
1
# The most simplistic Makefile for Win32 (NT and Windows 95).
2
# Used for Borland C++.
3
4
!
if
(
"$(BOR)"
==
""
)
5
BOR
=
c
:
\b
c
5
6
!
endif
7
!
if
(
"$(BCC)"
==
""
)
8
BCC
=
bcc32
9
!
endif
10
11
xxd
:
xxd.exe
12
13
xxd.exe
:
xxd.c
14
$(
BCC
) -
I
$(
BOR
)
\
include
-
L
$(
BOR
)
\lib
-
DWIN32 xxd.c
$(
BOR
)
\lib\wildargs.obj
15
16
clean
:
17
-
del xxd.obj
18
-
del xxd.exe