diff --git a/dlls/atl/Makefile.in b/dlls/atl/Makefile.in index c2c56fd9664..4f87b271f22 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 1b0668003b6..35b37ac01bd 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 3b6ccfebd13..ed357f6ad7a 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 cbd10ec7d08..2ada9257315 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 3e5114b7c81..a5082bc1f69 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 \