wxWidgets/samples/minimal/borland_ide.cpp
Vadim Zeitlin 3f66f6a5b3 Remove all lines containing cvs/svn "$Id$" keyword.
This keyword is not expanded by Git which means it's not replaced with the
correct revision value in the releases made using git-based scripts and it's
confusing to have lines with unexpanded "$Id$" in the released files. As
expanding them with Git is not that simple (it could be done with git archive
and export-subst attribute) and there are not many benefits in having them in
the first place, just remove all these lines.

If nothing else, this will make an eventual transition to Git simpler.

Closes #14487.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-26 16:02:46 +00:00

43 lines
1.4 KiB
C++

/*************************************************
// Name: borland_ide.cpp
// Author: Chris Elliott
// Modified by:
// Created: 26/Apr/07
// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
//
// 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
**************************************************/
#define WinMain WinMain
//wx libs (you may not need all of these
#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 "wxregexud.lib"
#pragma link "wxtiffd.lib"
#pragma link "wxzlibd.lib"
//code aware lib
#pragma link "wxscintillad.lib"