wxWidgets/utils/projgen
Julian Smart d1e418eaea Set RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but...); fixed a
Dialog Editor crash problem; made wxStaticBitmap movable again


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-13 13:17:19 +00:00
..
makefile.vc Added ProjGen for generating sample VC++ project files 1999-10-04 13:31:50 +00:00
makeproj.cpp Set RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but...); fixed a 2000-01-13 13:17:19 +00:00
makeproj.dsp Added ProjGen for generating sample VC++ project files 1999-10-04 13:31:50 +00:00
makeproj.dsw Added ProjGen for generating sample VC++ project files 1999-10-04 13:31:50 +00:00
makeproj.h Added ProjGen for generating sample VC++ project files 1999-10-04 13:31:50 +00:00
makeproj.rc Added ProjGen for generating sample VC++ project files 1999-10-04 13:31:50 +00:00
mondrian.ico Added ProjGen for generating sample VC++ project files 1999-10-04 13:31:50 +00:00
projgen.h Added ProjGen for generating sample VC++ project files 1999-10-04 13:31:50 +00:00
projgenrc.h Added ProjGen for generating sample VC++ project files 1999-10-04 13:31:50 +00:00
projgenrc.wxr Added ProjGen for generating sample VC++ project files 1999-10-04 13:31:50 +00:00
readme.txt Added ProjGen for generating sample VC++ project files 1999-10-04 13:31:50 +00:00

About ProjGen

ProjGen generates VC++ 5 project files (convertible to VC++ 6) for the standard wxWindows
samples. These can be used with wxvc.dsp, wxvc6.dsp, wxvc_dll.
dsp. It can't generate library project files, yet.

I started to write code and a UI to allow the user to generate
his own project files, but this is currently unfinished. It
shouldn't be hard to complete, though.

Julian Smart, October 1999