From: Ron G. <rg...@us...> - 2005-02-25 17:02:22
|
Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2322/Core Modified Files: InstantDefines.inc Log Message: Updates InstantDefines.inc to work with D2005. I went with D9 rather than D2005 because I decided to do the directories in D9 rather than D2005. They may call it D2005, but the bpl's it ships with all retain the xxxx90.bpl (i.e. delphiide90.bpl) designation in C:\\BDS\\3.0\\Bin\\ folder. Index: InstantDefines.inc =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantDefines.inc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantDefines.inc 11 Feb 2005 16:29:03 -0000 1.3 --- InstantDefines.inc 25 Feb 2005 17:01:54 -0000 1.4 *************** *** 18,19 **** --- 18,26 ---- {$ENDIF} + {$IFDEF VER170} + {$DEFINE D5+} + {$DEFINE D6+} + {$DEFINE D7+} + {$DEFINE D9} + {$DEFINE D9+} + {$ENDIF} \ No newline at end of file |