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
3842ab09
Commit
3842ab09
authored
Aug 19, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Add missing entries for mstask tests.
parent
c2a26cee
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
0 deletions
+12
-0
.gitignore
.gitignore
+1
-0
Makefile.in
Makefile.in
+2
-0
configure
configure
+3
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/Makefile.in
+1
-0
Makefile.in
programs/winetest/Makefile.in
+3
-0
winetest.rc
programs/winetest/winetest.rc
+1
-0
No files found.
.gitignore
View file @
3842ab09
...
@@ -296,6 +296,7 @@ programs/winetest/msacm32_test.exe
...
@@ -296,6 +296,7 @@ programs/winetest/msacm32_test.exe
programs/winetest/mscms_test.exe
programs/winetest/mscms_test.exe
programs/winetest/mshtml_test.exe
programs/winetest/mshtml_test.exe
programs/winetest/msi_test.exe
programs/winetest/msi_test.exe
programs/winetest/mstask_test.exe
programs/winetest/msvcrt_test.exe
programs/winetest/msvcrt_test.exe
programs/winetest/msvcrtd_test.exe
programs/winetest/msvcrtd_test.exe
programs/winetest/msxml3_test.exe
programs/winetest/msxml3_test.exe
...
...
Makefile.in
View file @
3842ab09
...
@@ -353,6 +353,7 @@ ALL_MAKEFILES = \
...
@@ -353,6 +353,7 @@ ALL_MAKEFILES = \
dlls/msrle32/Makefile
\
dlls/msrle32/Makefile
\
dlls/mssip32/Makefile
\
dlls/mssip32/Makefile
\
dlls/mstask/Makefile
\
dlls/mstask/Makefile
\
dlls/mstask/tests/Makefile
\
dlls/msvcirt/Makefile
\
dlls/msvcirt/Makefile
\
dlls/msvcr71/Makefile
\
dlls/msvcr71/Makefile
\
dlls/msvcrt/Makefile
\
dlls/msvcrt/Makefile
\
...
@@ -787,6 +788,7 @@ dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules
...
@@ -787,6 +788,7 @@ dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules
dlls/msrle32/Makefile
:
dlls/msrle32/Makefile.in dlls/Makedll.rules
dlls/msrle32/Makefile
:
dlls/msrle32/Makefile.in dlls/Makedll.rules
dlls/mssip32/Makefile
:
dlls/mssip32/Makefile.in dlls/Makedll.rules
dlls/mssip32/Makefile
:
dlls/mssip32/Makefile.in dlls/Makedll.rules
dlls/mstask/Makefile
:
dlls/mstask/Makefile.in dlls/Makedll.rules
dlls/mstask/Makefile
:
dlls/mstask/Makefile.in dlls/Makedll.rules
dlls/mstask/tests/Makefile
:
dlls/mstask/tests/Makefile.in dlls/Maketest.rules
dlls/msvcirt/Makefile
:
dlls/msvcirt/Makefile.in dlls/Makedll.rules
dlls/msvcirt/Makefile
:
dlls/msvcirt/Makefile.in dlls/Makedll.rules
dlls/msvcr71/Makefile
:
dlls/msvcr71/Makefile.in dlls/Makedll.rules
dlls/msvcr71/Makefile
:
dlls/msvcr71/Makefile.in dlls/Makedll.rules
dlls/msvcrt/Makefile
:
dlls/msvcrt/Makefile.in dlls/Makedll.rules
dlls/msvcrt/Makefile
:
dlls/msvcrt/Makefile.in dlls/Makedll.rules
...
...
configure
View file @
3842ab09
...
@@ -22285,6 +22285,8 @@ ac_config_files="$ac_config_files dlls/mssip32/Makefile"
...
@@ -22285,6 +22285,8 @@ ac_config_files="$ac_config_files dlls/mssip32/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/mstask/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/mstask/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/mstask/tests/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/msvcirt/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/msvcirt/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/msvcr71/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/msvcr71/Makefile"
...
@@ -23502,6 +23504,7 @@ do
...
@@ -23502,6 +23504,7 @@ do
"dlls/msrle32/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msrle32/Makefile" ;;
"dlls/msrle32/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msrle32/Makefile" ;;
"dlls/mssip32/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mssip32/Makefile" ;;
"dlls/mssip32/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mssip32/Makefile" ;;
"dlls/mstask/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mstask/Makefile" ;;
"dlls/mstask/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mstask/Makefile" ;;
"dlls/mstask/tests/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mstask/tests/Makefile" ;;
"dlls/msvcirt/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msvcirt/Makefile" ;;
"dlls/msvcirt/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msvcirt/Makefile" ;;
"dlls/msvcr71/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msvcr71/Makefile" ;;
"dlls/msvcr71/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msvcr71/Makefile" ;;
"dlls/msvcrt/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msvcrt/Makefile" ;;
"dlls/msvcrt/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msvcrt/Makefile" ;;
...
...
configure.ac
View file @
3842ab09
...
@@ -1905,6 +1905,7 @@ AC_CONFIG_FILES([dlls/msnet32/Makefile])
...
@@ -1905,6 +1905,7 @@ AC_CONFIG_FILES([dlls/msnet32/Makefile])
AC_CONFIG_FILES([dlls/msrle32/Makefile])
AC_CONFIG_FILES([dlls/msrle32/Makefile])
AC_CONFIG_FILES([dlls/mssip32/Makefile])
AC_CONFIG_FILES([dlls/mssip32/Makefile])
AC_CONFIG_FILES([dlls/mstask/Makefile])
AC_CONFIG_FILES([dlls/mstask/Makefile])
AC_CONFIG_FILES([dlls/mstask/tests/Makefile])
AC_CONFIG_FILES([dlls/msvcirt/Makefile])
AC_CONFIG_FILES([dlls/msvcirt/Makefile])
AC_CONFIG_FILES([dlls/msvcr71/Makefile])
AC_CONFIG_FILES([dlls/msvcr71/Makefile])
AC_CONFIG_FILES([dlls/msvcrt/Makefile])
AC_CONFIG_FILES([dlls/msvcrt/Makefile])
...
...
dlls/Makefile.in
View file @
3842ab09
...
@@ -330,6 +330,7 @@ TESTSUBDIRS = \
...
@@ -330,6 +330,7 @@ TESTSUBDIRS = \
mscms/tests
\
mscms/tests
\
mshtml/tests
\
mshtml/tests
\
msi/tests
\
msi/tests
\
mstask/tests
\
msvcrt/tests
\
msvcrt/tests
\
msvcrtd/tests
\
msvcrtd/tests
\
msxml3/tests
\
msxml3/tests
\
...
...
programs/winetest/Makefile.in
View file @
3842ab09
...
@@ -65,6 +65,7 @@ TESTBINS = \
...
@@ -65,6 +65,7 @@ TESTBINS = \
mscms_test.exe
\
mscms_test.exe
\
mshtml_test.exe
\
mshtml_test.exe
\
msi_test.exe
\
msi_test.exe
\
mstask_test.exe
\
msvcrt_test.exe
\
msvcrt_test.exe
\
msvcrtd_test.exe
\
msvcrtd_test.exe
\
msxml3_test.exe
\
msxml3_test.exe
\
...
@@ -190,6 +191,8 @@ mshtml_test.exe: $(DLLDIR)/mshtml/tests/mshtml_test.exe$(DLLEXT)
...
@@ -190,6 +191,8 @@ mshtml_test.exe: $(DLLDIR)/mshtml/tests/mshtml_test.exe$(DLLEXT)
cp
$(DLLDIR)
/mshtml/tests/mshtml_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
cp
$(DLLDIR)
/mshtml/tests/mshtml_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
msi_test.exe
:
$(DLLDIR)/msi/tests/msi_test.exe$(DLLEXT)
msi_test.exe
:
$(DLLDIR)/msi/tests/msi_test.exe$(DLLEXT)
cp
$(DLLDIR)
/msi/tests/msi_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
cp
$(DLLDIR)
/msi/tests/msi_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
mstask_test.exe
:
$(DLLDIR)/mstask/tests/mstask_test.exe$(DLLEXT)
cp
$(DLLDIR)
/mstask/tests/mstask_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
msvcrt_test.exe
:
$(DLLDIR)/msvcrt/tests/msvcrt_test.exe$(DLLEXT)
msvcrt_test.exe
:
$(DLLDIR)/msvcrt/tests/msvcrt_test.exe$(DLLEXT)
cp
$(DLLDIR)
/msvcrt/tests/msvcrt_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
cp
$(DLLDIR)
/msvcrt/tests/msvcrt_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
msvcrtd_test.exe
:
$(DLLDIR)/msvcrtd/tests/msvcrtd_test.exe$(DLLEXT)
msvcrtd_test.exe
:
$(DLLDIR)/msvcrtd/tests/msvcrtd_test.exe$(DLLEXT)
...
...
programs/winetest/winetest.rc
View file @
3842ab09
...
@@ -126,6 +126,7 @@ msacm32_test.exe TESTRES "msacm32_test.exe"
...
@@ -126,6 +126,7 @@ msacm32_test.exe TESTRES "msacm32_test.exe"
mscms_test.exe TESTRES "mscms_test.exe"
mscms_test.exe TESTRES "mscms_test.exe"
mshtml_test.exe TESTRES "mshtml_test.exe"
mshtml_test.exe TESTRES "mshtml_test.exe"
msi_test.exe TESTRES "msi_test.exe"
msi_test.exe TESTRES "msi_test.exe"
mstask_test.exe TESTRES "mstask_test.exe"
msvcrt_test.exe TESTRES "msvcrt_test.exe"
msvcrt_test.exe TESTRES "msvcrt_test.exe"
msvcrtd_test.exe TESTRES "msvcrtd_test.exe"
msvcrtd_test.exe TESTRES "msvcrtd_test.exe"
msxml3_test.exe TESTRES "msxml3_test.exe"
msxml3_test.exe TESTRES "msxml3_test.exe"
...
...
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