Alexandre Julliard : mciwave: Renamed mciwave.drv to mciwave.dll, and moved the directory to the top-level.

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 9 05:56:22 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 252398d28635ad58dccc1690072a91aaca0bf732
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=252398d28635ad58dccc1690072a91aaca0bf732

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May  9 11:32:21 2006 +0200

mciwave: Renamed mciwave.drv to mciwave.dll, and moved the directory to the top-level.

---

 configure                           |    4 
 configure.ac                        |    2 
 dlls/Makefile.in                    |    7 
 dlls/mciwave/.gitignore             |    1 
 dlls/mciwave/Makefile.in            |   13 
 dlls/mciwave/mciwave.c              | 1668 +++++++++++++++++++++++++++++++++++
 dlls/mciwave/mciwave.spec           |    1 
 dlls/winmm/mciwave/.gitignore       |    1 
 dlls/winmm/mciwave/Makefile.in      |   13 
 dlls/winmm/mciwave/mciwave.c        | 1668 -----------------------------------
 dlls/winmm/mciwave/mciwave.drv.spec |    1 
 tools/wine.inf                      |    4 
 12 files changed, 1689 insertions(+), 1694 deletions(-)
 create mode 100644 dlls/mciwave/.gitignore
 create mode 100644 dlls/mciwave/Makefile.in
 create mode 100644 dlls/mciwave/mciwave.c
 create mode 100644 dlls/mciwave/mciwave.spec
 delete mode 100644 dlls/winmm/mciwave/.gitignore
 delete mode 100644 dlls/winmm/mciwave/Makefile.in
 delete mode 100644 dlls/winmm/mciwave/mciwave.c
 delete mode 100644 dlls/winmm/mciwave/mciwave.drv.spec

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=252398d28635ad58dccc1690072a91aaca0bf732



More information about the wine-cvs mailing list