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
60723297
Commit
60723297
authored
May 22, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winetest: Get rid of the dist rules.
parent
e4eff85c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
Makefile.in
programs/winetest/Makefile.in
+1
-11
No files found.
programs/winetest/Makefile.in
View file @
60723297
...
...
@@ -20,7 +20,7 @@ EXTRA_OBJS = build.res $(TESTBINS:.exe=.res)
@MAKE_PROG_RULES@
clean
::
$(RM)
build.rc build.nfo
winetest-dist.exe
$(TESTBINS)
$(RM)
build.rc build.nfo
$(TESTBINS)
build.rc
:
dummy
build
=
"BUILD_INFO STRINGRES build.nfo STRINGTABLE { 1
\"
`
GIT_DIR
=
$(top_srcdir)
/.git git rev-parse HEAD 2>/dev/null
`
\"
}"
&&
(
echo
$$
build | cmp
-s
-
$@
)
||
echo
$$
build
>
$@
||
(
$(RM)
$@
&&
exit
1
)
...
...
@@ -29,13 +29,3 @@ build.nfo:
-
$(CC)
-v
2>
$@
build.res
:
build.nfo
# Rules for building distributable executable
.PHONY
:
dist
dist
:
winetest-dist.exe$(DLLEXT)
winetest-dist.exe$(DLLEXT)
:
winetest.exe$(DLLEXT)
cp
winetest.exe
$(DLLEXT)
$@
-
upx
-9
-qqq
$@
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