From 32326dc3d9538200f9313bf381fe05b3cca454c4 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Thu, 26 Apr 2007 13:38:52 +0000 Subject: [PATCH] better user info git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/minimal/borland_ide.cpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/samples/minimal/borland_ide.cpp b/samples/minimal/borland_ide.cpp index c02c4e86f7..db5e287b57 100644 --- a/samples/minimal/borland_ide.cpp +++ b/samples/minimal/borland_ide.cpp @@ -7,8 +7,15 @@ // Copyright: (c) wxWidgets team // Licence: wxWindows licence // -// Purpose: Minimal wxWidgets sample file for Borland -// To use this with other samples, copy the borland_ide.cpp +// Purpose: Minimal wxWidgets start source file for +// Borland's Turbo explorer or Developer Studio 2006. +// Doubleclick / open borland.bdsproj. The current version is +// to be used with a dynamic build of wxWidgets-made by running +// make -f Makefile.bcc -DBUILD=debug -DSHARED=1 +// in wxWidgets\build\msw. You also need the wxWidgets\lib\bcc_dll +// directory in your PATH. + +// To use this to debug other samples, copy the borland_ide.cpp // and borland.bdsproj files, then replace all occurences of // "minimal" with the name of the new project files **************************************************/ -- 2.50.0