home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
Python 1.4
/
stdwin
/
Packs
/
textedit
/
Make.conf
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
247 b
|
10 lines
|
[
TEXT/R*ch
]
# Begin Make.conf
# $Header: /ufs/guido/CVSROOT/stdwin/Packs/textedit/Make.conf,v 1.1 1988/05/20 16:30:33 guido Exp $
SRCS= textedit.c textlow.c textdbg.c editwin.c
OBJS= textedit.o textlow.o textdbg.o editwin.o
all: $(OBJS)
# End Make.conf