|
-
September 5th, 2002, 02:38 AM
#1
plz help to understand .BPG content
hi gurus,
I have some borland files, in which one .bpg file content following text...
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT = $(MAKEDIR)\..
!endif
#------------------------------------------------------------------------------
MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
DCC = $(ROOT)\bin\dcc32.exe $**
BRCC = $(ROOT)\bin\brcc32.exe $**
#------------------------------------------------------------------------------
PROJECTS =
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
Can anybody tell me what does the VERSION = BWS.01
mean. does it mean that it has been made using Borland c++ 1.0??
please help me.
Thanks,
Vimal Naik
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|