]> git.saurik.com Git - wxWidgets.git/commit
makegen program for makefile generation for the samples
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jan 2000 13:45:00 +0000 (13:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jan 2000 13:45:00 +0000 (13:45 +0000)
commit6809ee4b8eb48911f946bad77458fbf1a47f45be
tree4b35d0337a7cd6a84ef60f8957a34959beb5e2c1
parent273b7ed9d0727d94f80e6ac65778ceea5fd87d43
makegen program for makefile generation for the samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 files changed:
utils/makegen/Makefile.in [new file with mode: 0644]
utils/makegen/makefile.b32 [new file with mode: 0644]
utils/makegen/makefile.bcc [new file with mode: 0644]
utils/makegen/makefile.dos [new file with mode: 0644]
utils/makegen/makefile.g95 [new file with mode: 0644]
utils/makegen/makefile.sc [new file with mode: 0644]
utils/makegen/makefile.sl [new file with mode: 0644]
utils/makegen/makefile.twn [new file with mode: 0644]
utils/makegen/makefile.unx [new file with mode: 0644]
utils/makegen/makefile.vc [new file with mode: 0644]
utils/makegen/makefile.wat [new file with mode: 0644]
utils/makegen/makegen.cpp [new file with mode: 0644]
utils/makegen/templates/Makefile.in [new file with mode: 0644]
utils/makegen/templates/makefile.b32 [new file with mode: 0644]
utils/makegen/templates/makefile.bcc [new file with mode: 0644]
utils/makegen/templates/makefile.dos [new file with mode: 0644]
utils/makegen/templates/makefile.g95 [new file with mode: 0644]
utils/makegen/templates/makefile.sc [new file with mode: 0644]
utils/makegen/templates/makefile.sl [new file with mode: 0644]
utils/makegen/templates/makefile.twn [new file with mode: 0644]
utils/makegen/templates/makefile.unx [new file with mode: 0644]
utils/makegen/templates/makefile.vc [new file with mode: 0644]
utils/makegen/templates/makefile.wat [new file with mode: 0644]