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
0e3eda34
Commit
0e3eda34
authored
May 26, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
programs: Use the Wine import libraries when compiling with MinGW.
parent
2e83ea49
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
Makeprog.rules.in
programs/Makeprog.rules.in
+1
-1
Makefile.in
programs/notepad/Makefile.in
+2
-2
Makefile.in
programs/regedit/Makefile.in
+2
-2
Makefile.in
programs/taskmgr/Makefile.in
+2
-2
Makefile.in
programs/wordpad/Makefile.in
+2
-2
Makefile.in
programs/xcopy/Makefile.in
+2
-2
No files found.
programs/Makeprog.rules.in
View file @
0e3eda34
...
...
@@ -31,7 +31,7 @@ $(BASEMODULE): $(WINEWRAPPER)
# Rules for .exe main module
$(MODULE): $(OBJS) $(RCOBJS) Makefile.in
$(CC) $(APPMODE) $(OBJS) $(RCOBJS) -o $@ $(LIBWINE) $(ALL_LIBS)
$(CC) $(APPMODE) $(OBJS) $(RCOBJS) -o $@
-L$(DLLDIR) $(IMPORTS:%=-L$(DLLDIR)/%) $(DELAYIMPORTS:%=-L$(DLLDIR)/%)
$(LIBWINE) $(ALL_LIBS)
# Rules for testing
...
...
programs/notepad/Makefile.in
View file @
0e3eda34
...
...
@@ -3,8 +3,8 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
notepad.exe
APPMODE
=
-mwindows
IMPORTS
=
comdlg32 shell32 shlwapi user32 gdi32
msvcrt
advapi32 kernel32
APPMODE
=
-mwindows
-mno-cygwin
IMPORTS
=
comdlg32 shell32 shlwapi user32 gdi32 advapi32 kernel32
EXTRAINCL
=
-I
$(TOPSRCDIR)
/include/msvcrt
MODCFLAGS
=
@BUILTINFLAG@
EXTRADEFS
=
-DNO_LIBWINE_PORT
...
...
programs/regedit/Makefile.in
View file @
0e3eda34
...
...
@@ -3,8 +3,8 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
regedit.exe
APPMODE
=
-mwindows
IMPORTS
=
msvcrt
advapi32 kernel32
APPMODE
=
-mwindows
-mno-cygwin
IMPORTS
=
advapi32 kernel32
DELAYIMPORTS
=
shlwapi shell32 comdlg32 comctl32 user32 gdi32
EXTRAINCL
=
-I
$(TOPSRCDIR)
/include/msvcrt
EXTRADEFS
=
-DNO_LIBWINE_PORT
...
...
programs/taskmgr/Makefile.in
View file @
0e3eda34
...
...
@@ -3,8 +3,8 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
taskmgr.exe
APPMODE
=
-mwindows
IMPORTS
=
psapi shell32 comctl32
msvcrt
user32 gdi32 advapi32 kernel32
APPMODE
=
-mwindows
-mno-cygwin
IMPORTS
=
psapi shell32 comctl32 user32 gdi32 advapi32 kernel32
EXTRAINCL
=
-I
$(TOPSRCDIR)
/include/msvcrt
EXTRADEFS
=
-DNO_LIBWINE_PORT
MODCFLAGS
=
@BUILTINFLAG@
...
...
programs/wordpad/Makefile.in
View file @
0e3eda34
...
...
@@ -3,8 +3,8 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
wordpad.exe
APPMODE
=
-mwindows
IMPORTS
=
comdlg32 shell32 user32 gdi32
msvcrt
advapi32 kernel32 comctl32
APPMODE
=
-mwindows
-mno-cygwin
IMPORTS
=
comdlg32 shell32 user32 gdi32 advapi32 kernel32 comctl32
EXTRAINCL
=
-I
$(TOPSRCDIR)
/include/msvcrt
EXTRADEFS
=
-DNO_LIBWINE_PORT
MODCFLAGS
=
@BUILTINFLAG@
...
...
programs/xcopy/Makefile.in
View file @
0e3eda34
...
...
@@ -3,8 +3,8 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
xcopy.exe
APPMODE
=
-mconsole
-municode
IMPORTS
=
shell32 user32
msvcrt
kernel32
APPMODE
=
-mconsole
-municode
-mno-cygwin
IMPORTS
=
shell32 user32 kernel32
EXTRADEFS
=
-DUNICODE
EXTRAINCL
=
-I
$(TOPSRCDIR)
/include/msvcrt
MODCFLAGS
=
@BUILTINFLAG@
...
...
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