New winecfg skeleton app, based heavily on original work by Jaco
commit82ce2cc7df4124494f1823ea6b0b2ab1129c6c96
authorDimitrie O. Paun <dpaun@rogers.com>
Mon, 31 Mar 2003 19:41:55 +0000 (31 19:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 31 Mar 2003 19:41:55 +0000 (31 19:41 +0000)
tree3fa3e67b676bd28f1868f4b718c02f8900267b39
parent8f4d437a9ac32e2f0ef40aaede061f3c5f7d8142
New winecfg skeleton app, based heavily on original work by Jaco
Greeff.
12 files changed:
configure
configure.ac
programs/Makefile.in
programs/winecfg/.cvsignore [new file with mode: 0644]
programs/winecfg/Makefile.in [new file with mode: 0644]
programs/winecfg/main.c [new file with mode: 0644]
programs/winecfg/properties.c [new file with mode: 0644]
programs/winecfg/properties.h [new file with mode: 0644]
programs/winecfg/resource.h [new file with mode: 0644]
programs/winecfg/winecfg.c [new file with mode: 0644]
programs/winecfg/winecfg.h [new file with mode: 0644]
programs/winecfg/winecfg.rc [new file with mode: 0644]