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
8cbdb978
Commit
8cbdb978
authored
Mar 20, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't use libwine_port in makedep to avoid dependency problems.
parent
2ee8b5bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Makefile.in
tools/Makefile.in
+1
-1
makedep.c
tools/makedep.c
+1
-0
No files found.
tools/Makefile.in
View file @
8cbdb978
...
...
@@ -40,7 +40,7 @@ all: $(PROGRAMS) $(SUBDIRS)
widl wrc
:
wpp
makedep
:
makedep.o
$(CC)
$(CFLAGS)
-o
makedep makedep.o
$(LIBPORT)
$(CC)
$(CFLAGS)
-o
makedep makedep.o
fnt2bdf
:
fnt2bdf.o
$(CC)
$(CFLAGS)
-o
fnt2bdf fnt2bdf.o
$(LIBPORT)
...
...
tools/makedep.c
View file @
8cbdb978
...
...
@@ -19,6 +19,7 @@
*/
#include "config.h"
#define NO_LIBWINE_PORT
#include "wine/port.h"
#include <ctype.h>
...
...
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