home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Total Destruction
/
Total_Destruction.iso
/
addons
/
Lccwin32.exe
/
Lccwin32
/
lccpub
/
demo
/
toolbar
/
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
|
1997-07-16
|
258 b
|
14 lines
# Makefile for toolbar
CC=..\..\bin\lcc
LIBS=version.lib
CFLAGS = -O -g2 -I..\..\include
OBJS = toolbar.obj toolbar.res
toolbar.exe: $(OBJS)
..\..\bin\lcclnk -o toolbar.exe $(OBJS) $(LIBS)
toolbar.res: toolbar.rc
..\..\bin\lrc toolbar.rc