home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-10-16
|
152 b
|
11 lines
O_FILES = dllmain.o Calc.o
DLL_NAME = Calc.dll
all: $(O_FILES)
gcc -g -dll -o $(DLL_NAME) $(O_FILES)
.c.o .m.o :
gcc -g -c -o $@ $<