Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
d43a46a4
Commit
d43a46a4
authored
Jan 31, 1999
by
Ulrich Weigand
Committed by
Alexandre Julliard
Jan 31, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new subdirectories dlls/ver and dlls/version.
parent
667fc3af
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
Makefile.in
Makefile.in
+4
-0
configure
configure
+4
-0
configure.in
configure.in
+2
-0
Makefile.in
dlls/Makefile.in
+2
-0
No files found.
Makefile.in
View file @
d43a46a4
...
@@ -37,6 +37,8 @@ LIBSUBDIRS = \
...
@@ -37,6 +37,8 @@ LIBSUBDIRS = \
dlls/psapi
\
dlls/psapi
\
dlls/rasapi32
\
dlls/rasapi32
\
dlls/shell32
\
dlls/shell32
\
dlls/ver
\
dlls/version
\
dlls/winaspi
\
dlls/winaspi
\
dlls/wnaspi32
\
dlls/wnaspi32
\
files
\
files
\
...
@@ -103,6 +105,8 @@ LIBOBJS = \
...
@@ -103,6 +105,8 @@ LIBOBJS = \
dlls/psapi/psapi.o
\
dlls/psapi/psapi.o
\
dlls/rasapi32/rasapi32.o
\
dlls/rasapi32/rasapi32.o
\
dlls/shell32/shell32.o
\
dlls/shell32/shell32.o
\
dlls/ver/ver.o
\
dlls/version/version.o
\
dlls/winaspi/winaspi.o
\
dlls/winaspi/winaspi.o
\
dlls/wnaspi32/wnaspi32.o
\
dlls/wnaspi32/wnaspi32.o
\
files/files.o
\
files/files.o
\
...
...
configure
View file @
d43a46a4
...
@@ -4170,6 +4170,8 @@ dlls/ntdll/Makefile
...
@@ -4170,6 +4170,8 @@ dlls/ntdll/Makefile
dlls/psapi/Makefile
dlls/psapi/Makefile
dlls/rasapi32/Makefile
dlls/rasapi32/Makefile
dlls/shell32/Makefile
dlls/shell32/Makefile
dlls/ver/Makefile
dlls/version/Makefile
dlls/winaspi/Makefile
dlls/winaspi/Makefile
dlls/wnaspi32/Makefile
dlls/wnaspi32/Makefile
documentation/Makefile
documentation/Makefile
...
@@ -4325,6 +4327,8 @@ dlls/ntdll/Makefile
...
@@ -4325,6 +4327,8 @@ dlls/ntdll/Makefile
dlls/psapi/Makefile
dlls/psapi/Makefile
dlls/rasapi32/Makefile
dlls/rasapi32/Makefile
dlls/shell32/Makefile
dlls/shell32/Makefile
dlls/ver/Makefile
dlls/version/Makefile
dlls/winaspi/Makefile
dlls/winaspi/Makefile
dlls/wnaspi32/Makefile
dlls/wnaspi32/Makefile
documentation/Makefile
documentation/Makefile
...
...
configure.in
View file @
d43a46a4
...
@@ -575,6 +575,8 @@ dlls/ntdll/Makefile
...
@@ -575,6 +575,8 @@ dlls/ntdll/Makefile
dlls/psapi/Makefile
dlls/psapi/Makefile
dlls/rasapi32/Makefile
dlls/rasapi32/Makefile
dlls/shell32/Makefile
dlls/shell32/Makefile
dlls/ver/Makefile
dlls/version/Makefile
dlls/winaspi/Makefile
dlls/winaspi/Makefile
dlls/wnaspi32/Makefile
dlls/wnaspi32/Makefile
documentation/Makefile
documentation/Makefile
...
...
dlls/Makefile.in
View file @
d43a46a4
...
@@ -7,6 +7,8 @@ SUBDIRS = \
...
@@ -7,6 +7,8 @@ SUBDIRS = \
ntdll
\
ntdll
\
psapi
\
psapi
\
shell32
\
shell32
\
ver
\
version
\
winaspi
\
winaspi
\
wnaspi32
wnaspi32
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment