ChangeSet ID: 102192229692440641911617 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/05/20 14:18:16
Modified files: . : Makefile.in configure configure.ac programs : Makefile.in Added files: programs/expand: .cvsignore Makefile.in expand.c Removed files: libtest : .cvsignore Makefile.in expand.c guitest.c guitest.rc guitest.rh hello.c hello2.c hello3.c hello3res.rc hello4.c hello5.c new.c rolex.c volinfo.c
Log message: Moved expand.c from libtest to programs/expand. Removed the rest of the libtest directory.
Patch: http://cvs.winehq.com/patch.py?id=102192229692440641911617
Revision Changes Path 1.121 +4 -9 wine/Makefile.in 1.300 +2 -2 wine/configure 1.42 +1 -1 wine/configure.ac 1.19 +1 -0 wine/programs/Makefile.in 1.1 +0 -0 wine/programs/expand/.cvsignore 1.1 +0 -0 wine/programs/expand/Makefile.in 1.1 +0 -0 wine/programs/expand/expand.c