atl: Moved source files from atl100 to atl directory.

oldstable
Jacek Caban 2014-02-14 10:44:55 +01:00 committed by Alexandre Julliard
parent 9a483d08e0
commit 1334fd9d70
8 changed files with 4 additions and 4 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \