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
a6cc5906
Commit
a6cc5906
authored
Dec 19, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed mingwrap to winegcc.
Removed -DWINE_DEFINE_WCHAR_T.
parent
7e1722d9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
.cvsignore
tools/.cvsignore
+1
-1
Makefile.in
tools/Makefile.in
+6
-6
winegcc.c
tools/winegcc.c
+0
-1
No files found.
tools/.cvsignore
View file @
a6cc5906
...
...
@@ -2,5 +2,5 @@ Makefile
bin2res
fnt2bdf
makedep
mingwrap
winegcc
winewrap
tools/Makefile.in
View file @
a6cc5906
...
...
@@ -9,14 +9,14 @@ PROGRAMS = \
bin2res
\
fnt2bdf
\
makedep
\
mingwrap
\
winegcc
\
winewrap
C_SRCS
=
\
bin2res.c
\
fnt2bdf.c
\
makedep.c
\
mingwrap
.c
\
winegcc
.c
\
winewrap.c
SUBDIRS
=
\
...
...
@@ -48,8 +48,8 @@ fnt2bdf: fnt2bdf.o
bin2res
:
bin2res.o
$(CC)
$(CFLAGS)
-o
bin2res bin2res.o
mingwrap
:
mingwrap
.o
$(CC)
$(CFLAGS)
-o
mingwrap mingwrap
.o
winegcc
:
winegcc
.o
$(CC)
$(CFLAGS)
-o
winegcc winegcc
.o
winewrap
:
winewrap.o
$(CC)
$(CFLAGS)
-o
winewrap winewrap.o
...
...
@@ -57,11 +57,11 @@ winewrap: winewrap.o
install
::
$(MKINSTALLDIRS)
$(bindir)
$(mandir)
/man
$(prog_manext)
$(INSTALL_SCRIPT)
$(SRCDIR)
/winemaker
$(bindir)
/winemaker
$(INSTALL_PROGRAM)
mingwrap
$(bindir)
/mingwrap
$(INSTALL_PROGRAM)
winegcc
$(bindir)
/winegcc
$(INSTALL_PROGRAM)
winewrap
$(bindir)
/winewrap
$(INSTALL_DATA)
$(SRCDIR)
/winemaker.man
$(mandir)
/man
$(prog_manext)
/winemaker.
$(prog_manext)
uninstall
::
$(RM)
$(bindir)
/winemaker
$(bindir)
/
mingwrap
$(bindir)
/winewrap
$(mandir)
/man
$(prog_manext)
/winemaker.
$(prog_manext)
$(RM)
$(bindir)
/winemaker
$(bindir)
/
winegcc
$(bindir)
/winewrap
$(mandir)
/man
$(prog_manext)
/winemaker.
$(prog_manext)
### Dependencies:
tools/
mingwrap
.c
→
tools/
winegcc
.c
View file @
a6cc5906
...
...
@@ -124,7 +124,6 @@ int main(int argc, char **argv)
{
if
(
use_msvcrt
)
gcc_argv
[
i
++
]
=
"-I"
INCLUDEDIR
"/msvcrt"
;
gcc_argv
[
i
++
]
=
"-I"
INCLUDEDIR
"/windows"
;
gcc_argv
[
i
++
]
=
"-DWINE_DEFINE_WCHAR_T"
;
}
gcc_argv
[
i
++
]
=
"-D__int8=char"
;
gcc_argv
[
i
++
]
=
"-D__int16=short"
;
...
...
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