home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
TODO.PAK
/
MAKEFILE
next >
Wrap
Text File
|
1995-08-29
|
1KB
|
20 lines
#--------------------------------------------------------------------------#
# #
# MAKEFILE for Todo Example #
# #
# Copyright (c) Borland International 1993 #
# All Rights Reserved #
# #
# Usage: #
# #
# make #
# #
#--------------------------------------------------------------------------#
EXE = todo
SYSTEMS= WIN16 WIN32
MODELS = mldf
RESEXE = todowin.res
OBJEXE = todowin.obj todolist.obj tododlgs.obj
!include $(BCEXAMPLEDIR)\bidsmake.gen