From: Chris Elliott Date: Thu, 26 Apr 2007 12:42:31 +0000 (+0000) Subject: add Borland Developer Studio project file (for Turbo Explorer) uses dll build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1b54a5d2cc3fc3f9a291573eacec3c95ec8448c8 add Borland Developer Studio project file (for Turbo Explorer) uses dll build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/minimal/borland.bdsproj b/samples/minimal/borland.bdsproj new file mode 100644 index 0000000000..0a30abd44a --- /dev/null +++ b/samples/minimal/borland.bdsproj @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 2057 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + + False + + + + + + + False + + False + + True + False + + + + + + + + + + minimal.cpp + + + + diff --git a/samples/minimal/borland_ide.cpp b/samples/minimal/borland_ide.cpp new file mode 100644 index 0000000000..c02c4e86f7 --- /dev/null +++ b/samples/minimal/borland_ide.cpp @@ -0,0 +1,34 @@ +/************************************************* +// Name: borland_ide.cpp +// Author: Chris Elliott +// Modified by: +// Created: 26/Apr/07 +// RCS-ID: $Id$ +// 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 +// and borland.bdsproj files, then replace all occurences of +// "minimal" with the name of the new project files +**************************************************/ + +#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" + +//graphics libs +#pragma link "wxpngd.lib" +#pragma link "wxregexd.lib" +#pragma link "wxtiffd.lib" +#pragma link "wxzlibd.lib" +