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
269b4097
Commit
269b4097
authored
Aug 04, 2000
by
Hidenori Takeshima
Committed by
Alexandre Julliard
Aug 04, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a few missing imports.
parent
93652e1a
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
15 additions
and
13 deletions
+15
-13
Makefile.in
debugger/Makefile.in
+1
-1
Makefile.in
programs/avitools/Makefile.in
+1
-1
Makefile.in
programs/clock/Makefile.in
+1
-1
Makefile.in
programs/cmdlgtst/Makefile.in
+1
-1
Makefile.in
programs/control/Makefile.in
+1
-1
Makefile.in
programs/notepad/Makefile.in
+1
-1
Makefile.in
programs/progman/Makefile.in
+1
-1
Makefile.in
programs/regapi/Makefile.in
+1
-0
Makefile.in
programs/regtest/Makefile.in
+1
-0
Makefile.in
programs/uninstaller/Makefile.in
+1
-1
Makefile.in
programs/view/Makefile.in
+1
-1
Makefile.in
programs/wcmd/Makefile.in
+1
-1
Makefile.in
programs/winemine/Makefile.in
+1
-1
Makefile.in
programs/winhelp/Makefile.in
+1
-1
Makefile.in
programs/winver/Makefile.in
+1
-1
No files found.
debugger/Makefile.in
View file @
269b4097
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
winedbg
IMPORTS
=
user32 kernel32
IMPORTS
=
user32
gdi32
kernel32
C_SRCS
=
\
break.c
\
...
...
programs/avitools/Makefile.in
View file @
269b4097
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
icinfo aviinfo aviplay
IMPORTS
=
msvfw32 winmm ddraw x11drv
IMPORTS
=
msvfw32 winmm ddraw x11drv
user32 gdi32 kernel32
SPEC_SRCS
=
\
icinfo.spec
\
...
...
programs/clock/Makefile.in
View file @
269b4097
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
clock
IMPORTS
=
kernel32 shlwapi shell32 comdlg32 ole32 rpcrt4 winspool.drv
IMPORTS
=
shlwapi shell32 comdlg32 ole32 rpcrt4 winspool.drv user32 gdi32 kernel32
WRCEXTRA
=
-s
-p
clock
LICENSELANG
=
En
...
...
programs/cmdlgtst/Makefile.in
View file @
269b4097
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
cmdlgtst
IMPORTS
=
comdlg32
winspool.drv
IMPORTS
=
comdlg32
shell32 shlwapi ole32 rpcrt4 winspool.drv user32 gdi32 kernel32
WRCEXTRA
=
-s
-p
cmdlgtst
C_SRCS
=
\
...
...
programs/control/Makefile.in
View file @
269b4097
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
control
IMPORTS
=
kernel32 shlwapi shell32 ole32 rpcrt4
IMPORTS
=
shlwapi shell32 ole32 rpcrt4 user32 gdi32 kernel32
C_SRCS
=
control.c
...
...
programs/notepad/Makefile.in
View file @
269b4097
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
notepad
IMPORTS
=
kernel32 shlwapi shell32 ole32 rpcrt4 comdlg32 winspool.drv
IMPORTS
=
shlwapi shell32 ole32 rpcrt4 comdlg32 winspool.drv user32 gdi32 kernel32
WRCEXTRA
=
-s
-p
notepad
LICENSELANG
=
En
...
...
programs/progman/Makefile.in
View file @
269b4097
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
progman
IMPORTS
=
kernel32 shlwapi shell32 comdlg32 ole32 rpcrt4 winspool.drv
IMPORTS
=
shlwapi shell32 comdlg32 ole32 rpcrt4 winspool.drv user32 gdi32 kernel32
WRCEXTRA
=
-s
-p
progman
LICENSELANG
=
En
...
...
programs/regapi/Makefile.in
View file @
269b4097
...
...
@@ -5,6 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
regapi
IMPORTS
=
kernel32
C_SRCS
=
\
regapi.c
...
...
programs/regtest/Makefile.in
View file @
269b4097
...
...
@@ -5,6 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
regtest
IMPORTS
=
kernel32
C_SRCS
=
regtest.c
...
...
programs/uninstaller/Makefile.in
View file @
269b4097
...
...
@@ -6,7 +6,7 @@ VPATH = @srcdir@
MODULE
=
none
PROGRAMS
=
uninstaller
WRCEXTRA
=
-s
-p
uninstaller
IMPORTS
=
user32
IMPORTS
=
user32
gdi32 kernel32
LICENSELANG
=
En
...
...
programs/view/Makefile.in
View file @
269b4097
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
view
IMPORTS
=
comdlg32
winspool.drv
IMPORTS
=
comdlg32
shell32 shlwapi ole32 rpcrt4 winspool.drv user32 gdi32 kernel32
WRCEXTRA
=
-s
-p
view
C_SRCS
=
\
...
...
programs/wcmd/Makefile.in
View file @
269b4097
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
wcmd
IMPORTS
=
user32 kernel32
IMPORTS
=
user32
gdi32
kernel32
WRCEXTRA
=
-s
-p
wcmd
C_SRCS
=
\
...
...
programs/winemine/Makefile.in
View file @
269b4097
...
...
@@ -6,7 +6,7 @@ VPATH = @srcdir@
MODULE
=
none
PROGRAMS
=
winemine
WRCEXTRA
=
-s
-p
winemine
IMPORTS
=
user32
IMPORTS
=
user32
gdi32 kernel32
LICENSELANG
=
En
...
...
programs/winhelp/Makefile.in
View file @
269b4097
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
winhelp hlp2sgml
IMPORTS
=
kernel32 shlwapi shell32 ole32 rpcrt4 comdlg32 winspool.drv
IMPORTS
=
shlwapi shell32 ole32 rpcrt4 comdlg32 winspool.drv user32 gdi32 kernel32
WRCEXTRA
=
-s
-p
winhelp
C_SRCS
=
\
...
...
programs/winver/Makefile.in
View file @
269b4097
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
winver
IMPORTS
=
kernel32 shlwapi shell32 ole32 rpcrt4
IMPORTS
=
shlwapi shell32 ole32 rpcrt4 user32 gdi32 kernel32
C_SRCS
=
winver.c
...
...
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