Alexandre Julliard : ctl3d32: Renamed ctl3d directory to ctl3d32.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 14 10:46:37 CST 2006


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Feb 14 17:08:59 2006 +0100

ctl3d32: Renamed ctl3d directory to ctl3d32.

---

 configure                 |    4 -
 configure.ac              |    2 
 dlls/.gitignore           |    1 
 dlls/Makefile.in          |   18 +--
 dlls/ctl3d/.gitignore     |    2 
 dlls/ctl3d/Makefile.in    |   19 ----
 dlls/ctl3d/ctl3d.c        |  243 ---------------------------------------------
 dlls/ctl3d/ctl3d.spec     |   25 -----
 dlls/ctl3d/ctl3d32.c      |  168 -------------------------------
 dlls/ctl3d/ctl3d32.spec   |   25 -----
 dlls/ctl3d/ctl3dv2.spec   |   25 -----
 dlls/ctl3d32/.gitignore   |    2 
 dlls/ctl3d32/Makefile.in  |   19 ++++
 dlls/ctl3d32/ctl3d.c      |  243 +++++++++++++++++++++++++++++++++++++++++++++
 dlls/ctl3d32/ctl3d.spec   |   25 +++++
 dlls/ctl3d32/ctl3d32.c    |  168 +++++++++++++++++++++++++++++++
 dlls/ctl3d32/ctl3d32.spec |   25 +++++
 dlls/ctl3d32/ctl3dv2.spec |   25 +++++
 18 files changed, 517 insertions(+), 522 deletions(-)
 delete mode 100644 dlls/ctl3d/.gitignore
 delete mode 100644 dlls/ctl3d/Makefile.in
 delete mode 100644 dlls/ctl3d/ctl3d.c
 delete mode 100644 dlls/ctl3d/ctl3d.spec
 delete mode 100644 dlls/ctl3d/ctl3d32.c
 delete mode 100644 dlls/ctl3d/ctl3d32.spec
 delete mode 100644 dlls/ctl3d/ctl3dv2.spec
 create mode 100644 dlls/ctl3d32/.gitignore
 create mode 100644 dlls/ctl3d32/Makefile.in
 create mode 100644 dlls/ctl3d32/ctl3d.c
 create mode 100644 dlls/ctl3d32/ctl3d.spec
 create mode 100644 dlls/ctl3d32/ctl3d32.c
 create mode 100644 dlls/ctl3d32/ctl3d32.spec
 create mode 100644 dlls/ctl3d32/ctl3dv2.spec

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



More information about the wine-cvs mailing list