borland_ide.cpp 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*************************************************
  2. // Name: borland_ide.cpp
  3. // Author: Chris Elliott
  4. // Modified by:
  5. // Created: 26/Apr/07
  6. // Copyright: (c) wxWidgets team
  7. // Licence: wxWindows licence
  8. //
  9. // Purpose: Minimal wxWidgets start source file for
  10. // Borland's Turbo explorer or Developer Studio 2006.
  11. // Doubleclick / open borland.bdsproj. The current version is
  12. // to be used with a dynamic build of wxWidgets-made by running
  13. // make -f Makefile.bcc -DBUILD=debug -DSHARED=1
  14. // in wxWidgets\build\msw. You also need the wxWidgets\lib\bcc_dll
  15. // directory in your PATH.
  16. // To use this to debug other samples, copy the borland_ide.cpp
  17. // and borland.bdsproj files, then replace all occurences of
  18. // "minimal" with the name of the new project files
  19. **************************************************/
  20. #define WinMain WinMain
  21. //wx libs (you may not need all of these
  22. #pragma link "wxbase30ud.lib"
  23. #pragma link "wxmsw30ud_adv.lib"
  24. #pragma link "wxmsw30ud_core.lib"
  25. #pragma link "wxmsw30ud_html.lib"
  26. #pragma link "wxmsw30ud_media.lib"
  27. #pragma link "wxmsw30ud_xrc.lib"
  28. #pragma link "wxmsw30ud_aui.lib"
  29. #pragma link "wxmsw30ud_stc.lib"
  30. #pragma link "wxmsw30ud_richtext.lib"
  31. //graphics libs
  32. #pragma link "wxpngd.lib"
  33. #pragma link "wxregexud.lib"
  34. #pragma link "wxtiffd.lib"
  35. #pragma link "wxzlibd.lib"
  36. //code aware lib
  37. #pragma link "wxscintillad.lib"