wine/ tools/winebuild/spec32.c tools/winebuild ...

Alexandre Julliard julliard at wine.codeweavers.com
Thu Dec 12 16:03:15 CST 2002


ChangeSet ID:	6587
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2002/12/12 16:03:15

Modified files:
	tools/winebuild: spec32.c import.c 
	dlls/wineps    : Makefile.in 
	dlls/commdlg   : Makefile.in 
	dlls           : make_dlls Makefile.in Makedll.rules.in 
	.              : configure.ac configure Makefile.in 
	                 Make.rules.in 

Log message:
	Implemented import libraries; on Unix we import the .def file
	directly, on Mingw we use it to build the .a library.

Patch: http://cvs.winehq.com/patch.py?id=6587

Old revision  New revision  Changes     Path
 1.57          1.58          +0 -34      wine/tools/winebuild/spec32.c
 1.42          1.43          +124 -42    wine/tools/winebuild/import.c
 1.22          1.23          +1 -1       wine/dlls/wineps/Makefile.in
 1.25          1.26          +1 -1       wine/dlls/commdlg/Makefile.in
 1.19          1.20          +61 -33     wine/dlls/make_dlls
 1.160         1.161         +574 -112   wine/dlls/Makefile.in
 1.43          1.44          +6 -4       wine/dlls/Makedll.rules.in
 1.107         1.108         +4 -3       wine/configure.ac
 1.374         1.375         +90 -6      wine/configure
 1.135         1.136         +19 -8      wine/Makefile.in
 1.135         1.136         +4 -1       wine/Make.rules.in




More information about the wine-cvs mailing list