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
bef8e16f
Commit
bef8e16f
authored
Nov 24, 2001
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
parent
e806c976
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
4 additions
and
18 deletions
+4
-18
Makeprog.rules.in
programs/Makeprog.rules.in
+1
-1
Makefile.in
programs/avitools/Makefile.in
+1
-1
Makefile.in
programs/clock/Makefile.in
+0
-1
Makefile.in
programs/cmdlgtst/Makefile.in
+0
-1
Makefile.in
programs/control/Makefile.in
+0
-1
Makefile.in
programs/notepad/Makefile.in
+0
-1
Makefile.in
programs/osversioncheck/Makefile.in
+0
-1
Makefile.in
programs/progman/Makefile.in
+0
-1
Makefile.in
programs/regapi/Makefile.in
+0
-1
Makefile.in
programs/regtest/Makefile.in
+0
-1
Makefile.in
programs/uninstaller/Makefile.in
+0
-1
Makefile.in
programs/view/Makefile.in
+0
-1
Makefile.in
programs/wcmd/Makefile.in
+0
-1
Makefile.in
programs/wineconsole/Makefile.in
+1
-1
Makefile.in
programs/winemine/Makefile.in
+0
-1
Makefile.in
programs/winetest/Makefile.in
+1
-1
Makefile.in
programs/winhelp/Makefile.in
+0
-1
Makefile.in
programs/winver/Makefile.in
+0
-1
No files found.
programs/Makeprog.rules.in
View file @
bef8e16f
...
...
@@ -8,7 +8,7 @@
# plus all variables required by the global Make.rules.in
#
DEFS = @DLLFLAGS@ $(EXTRADEFS)
DEFS = @DLLFLAGS@
-DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT
$(EXTRADEFS)
LDDLLFLAGS = @LDDLLFLAGS@
ALL_OBJS = $(MODULE).spec.o $(OBJS)
ALL_LIBS = $(LIBWINE) $(EXTRALIBS) $(LIBS)
...
...
programs/avitools/Makefile.in
View file @
bef8e16f
DEFS
=
@DLLFLAGS@
DEFS
=
@DLLFLAGS@
-DSTRICT
-DNONAMELESSUNION
-DNONAMELESSSTRUCT
LDDLLFLAGS
=
@LDDLLFLAGS@
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
...
...
programs/clock/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/cmdlgtst/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/control/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/notepad/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/osversioncheck/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/progman/Makefile.in
View file @
bef8e16f
DEFS
=
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/regapi/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/regtest/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/uninstaller/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/view/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/wcmd/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/wineconsole/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-D
STRICT
-D
UNICODE
EXTRADEFS
=
-DUNICODE
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/winemine/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/winetest/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DSTRICT
`
perl
-MExtUtils
::Embed
-e
ccflags
`
EXTRADEFS
=
`
perl
-MExtUtils
::Embed
-e
ccflags
`
EXTRALIBS
=
`
perl
-MExtUtils
::Embed
-e
ldopts
`
EXTRAINCL
=
`
perl
-MExtUtils
::Embed
-e
perl_inc
`
XSUBPPDIR
=
`
perl
-MConfig
-e
'print $$Config::Config{privlibexp}'
`
/ExtUtils
...
...
programs/winhelp/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DWINELIB
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
programs/winver/Makefile.in
View file @
bef8e16f
EXTRADEFS
=
-DSTRICT
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
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