Module: wine Branch: master Commit: 1334fd9d70e0990ac883564d83b8ec08d56e0740 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1334fd9d70e0990ac883564d83...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Feb 14 10:44:55 2014 +0100
atl: Moved source files from atl100 to atl directory.
---
dlls/atl/Makefile.in | 1 - dlls/{atl100 => atl}/atl.c | 0 dlls/{atl100 => atl}/atl_ax.c | 0 dlls/{atl100 => atl}/registrar.c | 0 dlls/atl100/Makefile.in | 1 + dlls/atl110/Makefile.in | 2 +- dlls/atl80/Makefile.in | 2 +- dlls/atl90/Makefile.in | 2 +- 8 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/atl/Makefile.in b/dlls/atl/Makefile.in index c2c56fd..4f87b27 100644 --- a/dlls/atl/Makefile.in +++ b/dlls/atl/Makefile.in @@ -2,7 +2,6 @@ MODULE = atl.dll IMPORTLIB = atl IMPORTS = uuid oleaut32 ole32 user32 gdi32 advapi32 EXTRADEFS = -D_ATL_VER=_ATL_VER_30 -PARENTSRC = ../atl100
C_SRCS = \ atl.c \ diff --git a/dlls/atl100/atl.c b/dlls/atl/atl.c similarity index 100% rename from dlls/atl100/atl.c rename to dlls/atl/atl.c diff --git a/dlls/atl100/atl_ax.c b/dlls/atl/atl_ax.c similarity index 100% rename from dlls/atl100/atl_ax.c rename to dlls/atl/atl_ax.c diff --git a/dlls/atl100/registrar.c b/dlls/atl/registrar.c similarity index 100% rename from dlls/atl100/registrar.c rename to dlls/atl/registrar.c diff --git a/dlls/atl100/Makefile.in b/dlls/atl100/Makefile.in index 1b06680..35b37ac 100644 --- a/dlls/atl100/Makefile.in +++ b/dlls/atl100/Makefile.in @@ -2,6 +2,7 @@ MODULE = atl100.dll IMPORTLIB = atl100 IMPORTS = uuid ole32 oleaut32 user32 gdi32 advapi32 EXTRADEFS = -D_ATL_VER=_ATL_VER_100 +PARENTSRC = ../atl
C_SRCS = \ atl.c \ diff --git a/dlls/atl110/Makefile.in b/dlls/atl110/Makefile.in index 3b6ccfe..ed357f6 100644 --- a/dlls/atl110/Makefile.in +++ b/dlls/atl110/Makefile.in @@ -1,7 +1,7 @@ MODULE = atl110.dll IMPORTS = oleaut32 ole32 user32 gdi32 advapi32 uuid EXTRADEFS = -D_ATL_VER=_ATL_VER_110 -PARENTSRC = ../atl100 +PARENTSRC = ../atl
C_SRCS = \ atl.c \ diff --git a/dlls/atl80/Makefile.in b/dlls/atl80/Makefile.in index cbd10ec..2ada925 100644 --- a/dlls/atl80/Makefile.in +++ b/dlls/atl80/Makefile.in @@ -2,7 +2,7 @@ MODULE = atl80.dll IMPORTLIB = atl80 IMPORTS = oleaut32 user32 ole32 gdi32 advapi32 uuid EXTRADEFS = -D_ATL_VER=_ATL_VER_80 -PARENTSRC = ../atl100 +PARENTSRC = ../atl
C_SRCS = \ atl.c \ diff --git a/dlls/atl90/Makefile.in b/dlls/atl90/Makefile.in index 3e5114b..a5082bc 100644 --- a/dlls/atl90/Makefile.in +++ b/dlls/atl90/Makefile.in @@ -1,7 +1,7 @@ MODULE = atl90.dll IMPORTS = oleaut32 user32 ole32 gdi32 advapi32 uuid EXTRADEFS = -D_ATL_VER=_ATL_VER_90 -PARENTSRC = ../atl100 +PARENTSRC = ../atl
C_SRCS = \ atl.c \