home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Club Elmshorn Atari PD
/
CCE_PD.iso
/
pc
/
0400
/
CCE_0442.ZIP
/
CCE_0442.PD
/
XSCHEM28
/
MAKEFILE.CB
< prev
next >
Wrap
Text File
|
1991-09-16
|
459b
|
20 lines
# Makefile for Borland C++
OBJ1=xscheme.obj xsdmem.obj xsimage.obj xsio.obj xsobj.obj \
xsprint.obj xsread.obj xssym.obj xsfun1.obj xsfun2.obj xsmath.obj \
msstuff.obj
OBJ2=xsinit.obj xscom.obj xsint.obj
CFLAGS=-t -O3 -DCODEBLDR
.c.obj:
icc -c $(CFLAGS) $<
xs_bc.exe: $(OBJ1) $(OBJ2) xsftab.obj
icc -t -n -exs_cb xs*.obj msstuff.obj
$(OBJ1): xscheme.h xsproto.h
$(OBJ2): xscheme.h xsproto.h xsbcode.h
xsftab.obj: xscheme.h xsproto.h osdefs.h osptrs.h