home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
utils
/
newmk
/
lib
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-05-19
|
173 b
|
13 lines
DLL_SWITCH=NO_DLL
!include <ntwin32.mak>
# This line allows NMAKE to work as well
all: myopt.obj
myopt.obj : myopt.c
$(cc) $(cflags) $(cvars) myopt.c