]> git.saurik.com Git - wxWidgets.git/commit
Added ProjGen for generating sample VC++ project files
authorJulian Smart <julian@anthemion.co.uk>
Mon, 4 Oct 1999 13:31:50 +0000 (13:31 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 4 Oct 1999 13:31:50 +0000 (13:31 +0000)
commit302aa842e96914fb11dd86972c3e6d79f35bc44d
tree01d8dc94831036dfc952d89a0c26a05ee5ac1380
parent4658cb18f179dc9f34e24187bbab2ef7bb59af6e
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
17 files changed:
utils/projgen/makefile.vc [new file with mode: 0644]
utils/projgen/makeproj.cpp [new file with mode: 0644]
utils/projgen/makeproj.dsp [new file with mode: 0644]
utils/projgen/makeproj.dsw [new file with mode: 0644]
utils/projgen/makeproj.exe [new file with mode: 0755]
utils/projgen/makeproj.h [new file with mode: 0644]
utils/projgen/makeproj.ncb [new file with mode: 0644]
utils/projgen/makeproj.obj [new file with mode: 0644]
utils/projgen/makeproj.opt [new file with mode: 0644]
utils/projgen/makeproj.pdb [new file with mode: 0644]
utils/projgen/makeproj.rc [new file with mode: 0644]
utils/projgen/makeproj.res [new file with mode: 0644]
utils/projgen/mondrian.ico [new file with mode: 0644]
utils/projgen/projgen.h [new file with mode: 0644]
utils/projgen/projgenrc.h [new file with mode: 0644]
utils/projgen/projgenrc.wxr [new file with mode: 0644]
utils/projgen/readme.txt [new file with mode: 0644]