Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
ca21f154
Commit
ca21f154
authored
Mar 02, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dlls: Remove 16-bit files on make clean.
parent
f8ed06ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.in
dlls/Makefile.in
+1
-1
make_dlls
dlls/make_dlls
+1
-1
No files found.
dlls/Makefile.in
View file @
ca21f154
...
...
@@ -1766,7 +1766,7 @@ uninstall::
-
rmdir
$(DESTDIR)$(dlldir)
clean
::
$(RM)
$(IMPORT_SYMLINKS)
$(RM)
$(IMPORT_SYMLINKS)
$(WIN16_FILES)
check test
::
$(BUILDSUBDIRS:%=%/__test__)
...
...
dlls/make_dlls
View file @
ca21f154
...
...
@@ -351,7 +351,7 @@ uninstall::
-rmdir \$(DESTDIR)\$(dlldir)
clean::
\$(RM) \$(IMPORT_SYMLINKS)
\$(RM) \$(IMPORT_SYMLINKS)
\$(WIN16_FILES)
check test:: \$(BUILDSUBDIRS:%=%/__test__)
...
...
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