Beginnings of a crt0 library.
commit71ae2d7bedb6187fcc5a7a4b93d97bc345136ab0
authorAlexandre Julliard <julliard@winehq.org>
Thu, 25 Aug 2005 11:41:05 +0000 (25 11:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 25 Aug 2005 11:41:05 +0000 (25 11:41 +0000)
tree0fa88bc3c1f3466f88d3d1cb413ac6ad57c75d69
parentaa981732dc9d4771a6fd4bfe8b95944d7866c8d7
Beginnings of a crt0 library.
15 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/winecrt0/.cvsignore [new file with mode: 0644]
dlls/winecrt0/Makefile.in [new file with mode: 0644]
dlls/winecrt0/dll_main.c [new file with mode: 0644]
dlls/winecrt0/exe_main.c [new file with mode: 0644]
dlls/winecrt0/exe_wmain.c [new file with mode: 0644]
programs/uninstaller/Makefile.in
programs/winepath/Makefile.in
tools/winebuild/build.h
tools/winebuild/import.c
tools/winebuild/main.c
tools/winebuild/spec32.c
tools/winegcc/winegcc.c