home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-05-20 | 372 b | 13 lines |
- #These are default file names. Rename them as you wish.
-
- CLASSNAMEFILE = ClassName
- CLASSICONFILE = ClassIcon.tiff
- INITDATAFILE = InitData
-
- #NOTHING else should be changed, however!!
-
- LDFLAGS = -sectcreate __MVCUST classname $(CLASSNAMEFILE) \
- -sectcreate __MVCUST classicon $(CLASSICONFILE) \
- -sectcreate __MVCUST initdata $(INITDATAFILE)
-
- INSTALLFLAGS = -c -m 755