fix dll path
[wxWidgets.git] / samples / minimal / borland_ide.cpp
1 /*************************************************
2 // Name: borland_ide.cpp
3 // Author: Chris Elliott
4 // Modified by:
5 // Created: 26/Apr/07
6 // RCS-ID: $Id$
7 // Copyright: (c) wxWidgets team
8 // Licence: wxWindows licence
9 //
10 // Purpose: Minimal wxWidgets sample file for Borland
11 // To use this with other samples, copy the borland_ide.cpp
12 // and borland.bdsproj files, then replace all occurences of
13 // "minimal" with the name of the new project files
14 **************************************************/
15
16 #define WinMain WinMain
17
18 //wx libs (you may not need all of these
19 #pragma link "wxbase29d.lib"
20 #pragma link "wxmsw29d_adv.lib"
21 #pragma link "wxmsw29d_core.lib"
22 #pragma link "wxmsw29d_html.lib"
23 #pragma link "wxmsw29d_media.lib"
24 #pragma link "wxmsw29d_xrc.lib"
25 #pragma link "wxmsw29d_aui.lib"
26 #pragma link "wxmsw29d_stc.lib"
27 #pragma link "wxmsw29d_richtext.lib"
28
29 //graphics libs
30 #pragma link "wxpngd.lib"
31 #pragma link "wxregexd.lib"
32 #pragma link "wxtiffd.lib"
33 #pragma link "wxzlibd.lib"
34