Added ProjGen for generating sample VC++ project files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-10-04 13:31:50 +00:00
parent 4658cb18f1
commit 302aa842e9
17 changed files with 1647 additions and 0 deletions

11
utils/projgen/readme.txt Normal file
View File

@@ -0,0 +1,11 @@
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