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
01e819ad
Commit
01e819ad
authored
Jun 08, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplified wrc flags handling.
parent
6aa2843f
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
3 additions
and
11 deletions
+3
-11
Make.rules.in
Make.rules.in
+1
-1
Makefile.in
debugger/Makefile.in
+0
-1
Makefile.in
dlls/richedit/Makefile.in
+0
-1
Makefile.in
dlls/shell32/Makefile.in
+0
-1
shell32.spec
dlls/shell32/shell32.spec
+1
-1
Makefile.in
dlls/urlmon/Makefile.in
+0
-1
Makefile.in
dlls/winmm/Makefile.in
+0
-1
winmm.spec
dlls/winmm/winmm.spec
+1
-1
Makefile.in
libtest/Makefile.in
+0
-1
Makefile.in
programs/avitools/Makefile.in
+0
-1
Makefile.in
resources/Makefile.in
+0
-1
No files found.
Make.rules.in
View file @
01e819ad
...
...
@@ -57,7 +57,7 @@ WINAPI_CHECK = $(TOPSRCDIR)/tools/winapi_check/winapi_check
BUILD = $(TOPOBJDIR)/tools/build@PROGEXT@
MAKEDEP = $(TOPOBJDIR)/tools/makedep@PROGEXT@
WRC = $(TOPOBJDIR)/tools/wrc/wrc@PROGEXT@
WRCFLAGS = -c
WRCFLAGS = -c
-s -p $*
DLLDIR = $(TOPOBJDIR)/dlls
@SET_MAKE@
...
...
debugger/Makefile.in
View file @
01e819ad
...
...
@@ -5,7 +5,6 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
winedbg
WRCEXTRA
=
-A
-p
$*
C_SRCS
=
\
break.c
\
...
...
dlls/richedit/Makefile.in
View file @
01e819ad
...
...
@@ -4,7 +4,6 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
riched32
SOVERSION
=
1.0
WRCEXTRA
=
-s
-p
$(MODULE)
SPEC_SRCS
=
riched32.spec
...
...
dlls/shell32/Makefile.in
View file @
01e819ad
...
...
@@ -6,7 +6,6 @@ MODULE = shell32
SOVERSION
=
1.0
ALTNAMES
=
shell shlwapi
IMPORTS
=
ole32
WRCEXTRA
=
-s
-p
$(MODULE)
SPEC_SRCS
=
\
shell.spec
\
...
...
dlls/shell32/shell32.spec
View file @
01e819ad
name shell32
type win32
init Shell32LibMain
rsrc sh
ell32
rsrc sh
res
import user32.dll
import comctl32.dll
...
...
dlls/urlmon/Makefile.in
View file @
01e819ad
...
...
@@ -5,7 +5,6 @@ VPATH = @srcdir@
MODULE
=
urlmon
SOVERSION
=
1.0
IMPORTS
=
ole32
WRCEXTRA
=
-s
-p
$(MODULE)
SPEC_SRCS
=
urlmon.spec
...
...
dlls/winmm/Makefile.in
View file @
01e819ad
...
...
@@ -5,7 +5,6 @@ VPATH = @srcdir@
MODULE
=
winmm
SOVERSION
=
1.0
ALTNAMES
=
mmsystem
WRCEXTRA
=
-s
-pwinmm
SPEC_SRCS
=
\
mmsystem.spec
\
...
...
dlls/winmm/winmm.spec
View file @
01e819ad
name winmm
type win32
init WINMM_LibMain
rsrc winmm
rsrc winmm
_res
# ordinal exports
1 stdcall @(ptr long long) PlaySoundA
...
...
libtest/Makefile.in
View file @
01e819ad
...
...
@@ -4,7 +4,6 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
none
PROGRAMS
=
expand
hello hello2 hello3 hello4 hello5 new rolex vartest volinfo
WRCEXTRA
=
-s
-p
$*
SPEC_SRCS
=
\
expand.spec
\
...
...
programs/avitools/Makefile.in
View file @
01e819ad
...
...
@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE
=
none
PROGRAMS
=
icinfo aviinfo aviplay
IMPORTS
=
msvfw32 winmm ddraw x11drv
WRCEXTRA
=
-s
-p
$*
SPEC_SRCS
=
\
icinfo.spec
\
...
...
resources/Makefile.in
View file @
01e819ad
...
...
@@ -4,7 +4,6 @@ TOPOBJDIR = ..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
resources
WRCEXTRA
=
-s
-puser32
RC_SRCS
=
\
user32.rc
...
...
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