home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
OCT_REG.PAK
/
MAKEFILE
next >
Wrap
Text File
|
1995-08-29
|
489b
|
26 lines
#----------------------------------------------------------------------------
# ObjectComponents
# (C) Copyright 1994 by Borland International, All Rights Reserved
#----------------------------------------------------------------------------
!if "$(MODEL)" == "f"
EXE = regist32
OBJEXE = register.obj
RESEXE = register.res
!else
!if !$d(MODEL)
MODEL = m
!endif
MODELS = ml
EXERES = register
DOSSTUB= wrw.stb
!endif
!include $(BCEXAMPLEDIR)\ocfmake.gen