Click to See Complete Forum and Search --> : plz help to understand .BPG content


vimalnaik
September 5th, 2002, 02:38 AM
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