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
e475ef89
Commit
e475ef89
authored
Mar 23, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rasapi32: Make rasapi16.dll into a stand-alone 16-bit module.
parent
2b67a23f
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
23 additions
and
7 deletions
+23
-7
.gitignore
.gitignore
+0
-1
configure
configure
+9
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/Makefile.in
+0
-4
Makefile.in
dlls/rasapi16.dll16/Makefile.in
+13
-0
rasapi16.dll16.spec
dlls/rasapi16.dll16/rasapi16.dll16.spec
+0
-0
Makefile.in
dlls/rasapi32/Makefile.in
+0
-2
No files found.
.gitignore
View file @
e475ef89
...
...
@@ -78,7 +78,6 @@ dlls/qmgr/qmgr_local_i.c
dlls/qmgrprxy/qmgrprxy.h
dlls/qmgrprxy/qmgrprxy_i.c
dlls/qmgrprxy/qmgrprxy_p.c
dlls/rasapi16.dll16
dlls/rpcrt4/epm.h
dlls/rpcrt4/epm_c.c
dlls/rpcrt4/tests/server.h
...
...
configure
View file @
e475ef89
...
...
@@ -26800,6 +26800,14 @@ dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
ac_config_files
=
"
$ac_config_files
dlls/query/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
dlls/rasapi16.dll16/Makefile"
test
"x
$enable_win16
"
!=
xno
&&
ALL_DLL_DIRS
=
"
$ALL_DLL_DIRS
\\
rasapi16.dll16"
ALL_MAKEFILE_DEPENDS
=
"
$ALL_MAKEFILE_DEPENDS
dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
ac_config_files
=
"
$ac_config_files
dlls/rasapi16.dll16/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
dlls/rasapi32/Makefile"
test
"x
$enable_rasapi32
"
!=
xno
&&
ALL_DLL_DIRS
=
"
$ALL_DLL_DIRS
\\
rasapi32"
...
...
@@ -29325,6 +29333,7 @@ do
"dlls/quartz/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/quartz/Makefile" ;;
"dlls/quartz/tests/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/quartz/tests/Makefile" ;;
"dlls/query/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/query/Makefile" ;;
"dlls/rasapi16.dll16/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/rasapi16.dll16/Makefile" ;;
"dlls/rasapi32/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/rasapi32/Makefile" ;;
"dlls/rasapi32/tests/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/rasapi32/tests/Makefile" ;;
"dlls/rasdlg/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/rasdlg/Makefile" ;;
...
...
configure.ac
View file @
e475ef89
...
...
@@ -2164,6 +2164,7 @@ WINE_CONFIG_MAKEFILE([dlls/qmgrprxy/Makefile],[dlls/Makedll.rules],[dlls],[ALL_D
WINE_CONFIG_MAKEFILE([dlls/quartz/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/quartz/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS],[enable_tests])
WINE_CONFIG_MAKEFILE([dlls/query/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/rasapi16.dll16/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS],[enable_win16])
WINE_CONFIG_MAKEFILE([dlls/rasapi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/rasapi32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS],[enable_tests])
WINE_CONFIG_MAKEFILE([dlls/rasdlg/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
...
...
dlls/Makefile.in
View file @
e475ef89
...
...
@@ -25,7 +25,6 @@ WIN16_FILES = \
krnl386.exe16
\
mmsystem.dll16
\
msvideo.dll16
\
rasapi16.dll16
\
setupx.dll16
\
shell.dll16
\
sound.drv16
\
...
...
@@ -64,9 +63,6 @@ krnl386.exe16 system.drv16 toolhelp.dll16:
msvideo.dll16
:
echo
"msvfw32.dll"
>
$@
rasapi16.dll16
:
echo
"rasapi32.dll"
>
$@
setupx.dll16
:
echo
"setupapi.dll"
>
$@
...
...
dlls/rasapi16.dll16/Makefile.in
0 → 100644
View file @
e475ef89
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
rasapi16.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,rasapi32.dll
SPEC_SRCS
=
rasapi16.dll16.spec
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/rasapi
32/rasapi
16.spec
→
dlls/rasapi
16.dll16/rasapi16.dll
16.spec
View file @
e475ef89
File moved
dlls/rasapi32/Makefile.in
View file @
e475ef89
...
...
@@ -8,8 +8,6 @@ IMPORTS = kernel32
C_SRCS
=
rasapi.c
SPEC_SRCS16
=
rasapi16.spec
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
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