X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b54a5d2cc3fc3f9a291573eacec3c95ec8448c8..2a45803fc3877afd0ae3ce356dfe216505165882:/samples/minimal/borland_ide.cpp diff --git a/samples/minimal/borland_ide.cpp b/samples/minimal/borland_ide.cpp index c02c4e86f7..d23432075a 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 **************************************************/ @@ -16,19 +23,21 @@ #define WinMain WinMain //wx libs (you may not need all of these -#pragma link "wxbase29d.lib" -#pragma link "wxmsw29d_adv.lib" -#pragma link "wxmsw29d_core.lib" -#pragma link "wxmsw29d_html.lib" -#pragma link "wxmsw29d_media.lib" -#pragma link "wxmsw29d_xrc.lib" -#pragma link "wxmsw29d_aui.lib" -#pragma link "wxmsw29d_stc.lib" -#pragma link "wxmsw29d_richtext.lib" +#pragma link "wxbase29ud.lib" +#pragma link "wxmsw29ud_adv.lib" +#pragma link "wxmsw29ud_core.lib" +#pragma link "wxmsw29ud_html.lib" +#pragma link "wxmsw29ud_media.lib" +#pragma link "wxmsw29ud_xrc.lib" +#pragma link "wxmsw29ud_aui.lib" +#pragma link "wxmsw29ud_stc.lib" +#pragma link "wxmsw29ud_richtext.lib" //graphics libs #pragma link "wxpngd.lib" -#pragma link "wxregexd.lib" +#pragma link "wxregexud.lib" #pragma link "wxtiffd.lib" #pragma link "wxzlibd.lib" +//code aware lib +#pragma link "wxscintillad.lib"