Commit 54dc94eb authored by Alexandre Julliard's avatar Alexandre Julliard

Merged dlls/ver into dlls/version.

parent 02d45e52
...@@ -62,7 +62,6 @@ LIBSUBDIRS = \ ...@@ -62,7 +62,6 @@ LIBSUBDIRS = \
dlls/sound \ dlls/sound \
dlls/stress \ dlls/stress \
dlls/tapi32 \ dlls/tapi32 \
dlls/ver \
dlls/version \ dlls/version \
dlls/win32s \ dlls/win32s \
dlls/win87em \ dlls/win87em \
...@@ -177,7 +176,6 @@ LIBOBJS = \ ...@@ -177,7 +176,6 @@ LIBOBJS = \
dlls/sound/sound.o \ dlls/sound/sound.o \
dlls/stress/stress.o \ dlls/stress/stress.o \
dlls/tapi32/tapi32.o \ dlls/tapi32/tapi32.o \
dlls/ver/ver.o \
dlls/version/version.o \ dlls/version/version.o \
dlls/win32s/win32s.o \ dlls/win32s/win32s.o \
dlls/win87em/win87em.o \ dlls/win87em/win87em.o \
......
...@@ -6106,7 +6106,6 @@ dlls/shell32/Makefile ...@@ -6106,7 +6106,6 @@ dlls/shell32/Makefile
dlls/sound/Makefile dlls/sound/Makefile
dlls/stress/Makefile dlls/stress/Makefile
dlls/tapi32/Makefile dlls/tapi32/Makefile
dlls/ver/Makefile
dlls/version/Makefile dlls/version/Makefile
dlls/win32s/Makefile dlls/win32s/Makefile
dlls/win87em/Makefile dlls/win87em/Makefile
...@@ -6317,7 +6316,6 @@ dlls/shell32/Makefile ...@@ -6317,7 +6316,6 @@ dlls/shell32/Makefile
dlls/sound/Makefile dlls/sound/Makefile
dlls/stress/Makefile dlls/stress/Makefile
dlls/tapi32/Makefile dlls/tapi32/Makefile
dlls/ver/Makefile
dlls/version/Makefile dlls/version/Makefile
dlls/win32s/Makefile dlls/win32s/Makefile
dlls/win87em/Makefile dlls/win87em/Makefile
......
...@@ -934,7 +934,6 @@ dlls/shell32/Makefile ...@@ -934,7 +934,6 @@ dlls/shell32/Makefile
dlls/sound/Makefile dlls/sound/Makefile
dlls/stress/Makefile dlls/stress/Makefile
dlls/tapi32/Makefile dlls/tapi32/Makefile
dlls/ver/Makefile
dlls/version/Makefile dlls/version/Makefile
dlls/win32s/Makefile dlls/win32s/Makefile
dlls/win87em/Makefile dlls/win87em/Makefile
......
...@@ -30,7 +30,6 @@ SUBDIRS = \ ...@@ -30,7 +30,6 @@ SUBDIRS = \
sound \ sound \
stress \ stress \
tapi32 \ tapi32 \
ver \
version \ version \
win32s \ win32s \
win87em \ win87em \
......
Makefile
*.spec.c
*.spec.glue.s
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = ver
SPEC_SRCS = ver.spec
C_SRCS = \
ver16.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
...@@ -5,12 +5,13 @@ SRCDIR = @srcdir@ ...@@ -5,12 +5,13 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = version MODULE = version
SPEC_SRCS = version.spec SPEC_SRCS = ver.spec version.spec
C_SRCS = \ C_SRCS = \
info.c \ info.c \
install.c \ install.c \
resource.c resource.c \
ver16.c
all: $(MODULE).o all: $(MODULE).o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment