]> git.saurik.com Git - wxWidgets.git/blame - samples/minimal/borland_ide.cpp
Compilo.
[wxWidgets.git] / samples / minimal / borland_ide.cpp
CommitLineData
1b54a5d2
CE
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//
32326dc3
CE
10// Purpose: Minimal wxWidgets start source file for
11// Borland's Turbo explorer or Developer Studio 2006.
12// Doubleclick / open borland.bdsproj. The current version is
13// to be used with a dynamic build of wxWidgets-made by running
14// make -f Makefile.bcc -DBUILD=debug -DSHARED=1
15// in wxWidgets\build\msw. You also need the wxWidgets\lib\bcc_dll
16// directory in your PATH.
17
18// To use this to debug other samples, copy the borland_ide.cpp
1b54a5d2
CE
19// and borland.bdsproj files, then replace all occurences of
20// "minimal" with the name of the new project files
21**************************************************/
22
23#define WinMain WinMain
24
25//wx libs (you may not need all of these
26#pragma link "wxbase29d.lib"
27#pragma link "wxmsw29d_adv.lib"
28#pragma link "wxmsw29d_core.lib"
29#pragma link "wxmsw29d_html.lib"
30#pragma link "wxmsw29d_media.lib"
31#pragma link "wxmsw29d_xrc.lib"
32#pragma link "wxmsw29d_aui.lib"
33#pragma link "wxmsw29d_stc.lib"
34#pragma link "wxmsw29d_richtext.lib"
35
36//graphics libs
37#pragma link "wxpngd.lib"
38#pragma link "wxregexd.lib"
39#pragma link "wxtiffd.lib"
40#pragma link "wxzlibd.lib"
41