home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Total Destruction
/
Total_Destruction.iso
/
addons
/
Lccwin32.exe
/
Lccwin32
/
lccpub
/
demo
/
hellowin
/
makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1997-01-28
|
185 b
|
11 lines
# Makefile for hellowin
CC=..\..\bin\lcc
CFLAGS = -O -g2 -A -I..\..\include -DWIN32
OBJS = hellowin.obj
hellowin.exe: $(OBJS)
..\..\bin\lcclnk -o hellowin.exe $(OBJS)