Subj : __MAKE__ values To : borland.public.cpp.borlandcpp From : Walter Briscoe Date : Mon Jun 14 2004 01:47 pm I have Borland C++ 5.01 and 5.51 and a makefile which should also work in 5.02 where the 32 bit linker name changed from tlink32 to ilink32. I don't want to pick up the linker via the compiler and %PATH%. Can somebody please complete the following table? Version $(__MAKE__) 2.00 0x0360 3.1 0x0360 Unhelpful 4 0x0370 5.01 0x0400 5.02 ? I need this information 5.51 0x0520 Any information on other versions would also be welcome. My probe MAKEFILE consisted of: all: echo __MAKE__=$(__MAKE__) and I ran each of the following files on it: 1991/08/16 01:00 41,872 c:\pf\borland\BC2.0\BIN\MAKE.EXE 1992/06/10 03:10 90,203 c:\pf\borland\BC3.1\BIN\MAKE.EXE 1994/06/10 04:02 139,264 c:\pf\borland\BC4\BIN\MAKE.EXE 1996/08/08 05:01 90,112 c:\pf\borland\BC5.01\BIN\make.exe 2000/06/27 05:01 114,688 c:\pf\borland\BC5.51\Bin\make.exe -- Walter Briscoe .