TODO:
-   setup.h



~~~~~~~~
1)  ,   VisualStudio  :
     -      20
   .       , 
     makefile-.
2)  debug-     debug dll
   wxWidgets ( , -    msvcrt  debug
    release  ).
3)    -    OpenGL canvas.
4) wxWidgets 2.9.1      MONOLITHIC build, linker 
    http://support.microsoft.com/kb/831995
   -       config.vc


 
~~~~~~~~~~~~~~~~~~~~~
      include/wx/   (
   ):
    cocoa
    dfb
    gtk
    gtk1
    mac
    mgl
    motif
    msdos
    os2
    palmos
    univ
    unix
    x11


  
~~~~~~~~~~~~~~~~~~~
http://www.wxwidgets.org/
   
http://wxpropgrid.sourceforge.net/
      PropertyGrid



   WXWIDGETS
==============================


~~~~~
config.vc -   wxWidgets/build/msw
setup.h   -   wxWidgets/include/wx/msw


  setup.h
~~~~~~~~~~~~~~~~~~~
wxUSE_GLCANVAS = 1
     OpenGL canvas.
  (wxWidgets 2.9.1:  )


  config.vc
~~~~~~~~~~~~~~~~~~~~~
LDFLAGS = /debug /opt:ref /opt:icf
   . "/debug"   pdb,  "/opt:..." 
    dll,  ""   debug.
SHARED = 1
    dll.     .
BUILD = debug
BUILD = release
     (   )
DEBUG_FLAG = 0
    "d"   dll  debug build.
MONOLITHIC = 1
   "" ,     dll.  
      dll.
UNICODE = 0
    -  wxWidgets 2.9.1 ,  Unicode  
USE_MEDIA = 0
USE_QA = 0
USE_RTTI = 0
USE_THREADS = 0
     ( ).
USE_OPENGL = 1
     OpenGL canvas.
OFFICIAL_BUILD = 1
VENDOR =
      dll.

:       setup.h  config.vc.
 UNICODE  wxUSE_UNICODE.       
  ( ).



~~~~~~~~~~
     wxWidgets/build/msw bat- 
:
    call "C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat"
      (     VisualStudio)
    nmake -nologo -s -f makefile.vc
    vc_mswdll -    
obj-,   (      - ) .
     wxWidgets/lib/vc_dll. 
   wxmsw*.dll, wxmsw*.pdb  wxmsw*.lib.

: vc32tools --make ...  . ,    -
 (  target).

setup.h    wx/include.


   PROPGRID
=============================

wxWidgets    2.9 (2.9.1?)  "" PropGrid  
  .


~~~~~
makefile.vc -   wxPropGrig/build


  makefile.vc
~~~~~~~~~~~~~~~~~~~~~~~
LDFLAGS = /debug /opt:ref /opt:icf
WX_SHARED = 1
WX_DEBUG = 0
WX_MONOLITHIC = 1
       config.vc   wxWidgets
WXLIBPOSTFIX = d
WX3RDPARTYLIBPOSTFIX = d
      ( '#'   ) 
  .     dll  debug build  
  "d".
__WXLIB_BASE_NAME_p = wxmsw28.lib
    .    "d".



~~~~~~~~~~
     wxPropGrig/build bat- 
:
    call "C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat"
    nmake -nologo -s -f makefile.vc WXWIN=..\..\wxWidgets
   WXWIN     wxWidgets (
    lib-).
       .
  :
    wxcode_msw*_propgrid.dll
    wxcode_msw*_propgrid.lib
    wxcode_msw*_propgrid.pdb


~~~~~~~~~~
27.10.2010
   propgrid   wxWidgets    propgrid.h
WXDLLIMPEXP_FWD_CORE  WXDLLIMPEXP_CORE.
