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
017a61e0
Commit
017a61e0
authored
Nov 06, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use .mc.rc extension for rc files generated by the message compiler.
parent
786c9a68
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
13 deletions
+14
-13
Make.rules.in
Make.rules.in
+11
-10
Makefile.in
dlls/kernel/Makefile.in
+1
-1
kernel.rc
dlls/kernel/kernel.rc
+1
-1
.cvsignore
dlls/kernel/messages/.cvsignore
+1
-1
No files found.
Make.rules.in
View file @
017a61e0
...
...
@@ -60,6 +60,7 @@ WINEBUILD = $(TOPOBJDIR)/tools/winebuild/winebuild
MAKEDEP = $(TOPOBJDIR)/tools/makedep
WRC = $(TOPOBJDIR)/tools/wrc/wrc
WMC = $(TOPOBJDIR)/tools/wmc/wmc
LDPATH = LD_LIBRARY_PATH="$(TOPOBJDIR):$$LD_LIBRARY_PATH"
DLLDIR = $(TOPOBJDIR)/dlls
@SET_MAKE@
...
...
@@ -156,7 +157,7 @@ DLLS = \
# Implicit rules
.SUFFIXES: .mc .rc .res .spec .spec.c .spec.o .glue.c
.SUFFIXES: .mc .rc .
mc.rc .
res .spec .spec.c .spec.o .glue.c
.c.o:
$(CC) -c $(ALLCFLAGS) -o $*.o $<
...
...
@@ -170,17 +171,17 @@ DLLS = \
.S.o:
$(CC) -c -o $*.o $<
.mc.rc:
LD_LIBRARY_PATH="$(TOPOBJDIR):$$LD_LIBRARY_PATH"
$(WMC) -i -H /dev/null -o $@ $<
.mc.
mc.
rc:
$(LDPATH)
$(WMC) -i -H /dev/null -o $@ $<
.rc.res:
LD_LIBRARY_PATH="$(TOPOBJDIR):$$LD_LIBRARY_PATH"
$(WRC) $(WRCFLAGS) $(DIVINCL) -o $@ -r $<
$(LDPATH)
$(WRC) $(WRCFLAGS) $(DIVINCL) -o $@ -r $<
.spec.spec.c:
LD_LIBRARY_PATH="$(TOPOBJDIR):$$LD_LIBRARY_PATH"
$(WINEBUILD) @DLLFLAGS@ -o $@ -spec $<
$(LDPATH)
$(WINEBUILD) @DLLFLAGS@ -o $@ -spec $<
.c.glue.c:
LD_LIBRARY_PATH="$(TOPOBJDIR):$$LD_LIBRARY_PATH"
$(WINEBUILD) @DLLFLAGS@ -o $@ -glue $<
$(LDPATH)
$(WINEBUILD) @DLLFLAGS@ -o $@ -glue $<
.c.ln:
$(LINT) -c $(ALLLINTFLAGS) $< || ( $(RM) $@ && exit 1 )
...
...
@@ -252,8 +253,8 @@ winapi_check::
$(SUBDIRS:%=%/__depend__): $(MAKEDEP) dummy
cd `dirname $@` && $(MAKE) depend
depend: $(MAKEDEP) $(
C_SRCS) $(RC_SRCS) $(EXTRA_SRCS) $(
GEN_C_SRCS) $(SUBDIRS:%=%/__depend__)
$(MAKEDEP) $(DIVINCL) -C$(SRCDIR) $(C_SRCS) $(RC_SRCS) $(EXTRA_SRCS) -C. $(GEN_C_SRCS)
depend: $(MAKEDEP) $(GEN_C_SRCS) $(SUBDIRS:%=%/__depend__)
$(MAKEDEP) $(DIVINCL) -C$(SRCDIR) $(C_SRCS) $(RC_SRCS) $(
MC_SRCS) $(
EXTRA_SRCS) -C. $(GEN_C_SRCS)
# Rules for cleaning
...
...
@@ -264,7 +265,7 @@ $(EXTRASUBDIRS:%=%/__clean__): dummy
-cd `dirname $@` && $(RM) $(CLEAN_FILES)
clean:: $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
$(RM) $(CLEAN_FILES) $(GEN_C_SRCS) $(GEN_ASM_SRCS) $(RC_SRCS:.rc=.res) $(MC_SRCS:.mc=.rc) $(PROGRAMS)
$(RM) $(CLEAN_FILES) $(GEN_C_SRCS) $(GEN_ASM_SRCS) $(RC_SRCS:.rc=.res) $(MC_SRCS:.mc=.
mc.
rc) $(PROGRAMS)
# Rules for installing
...
...
@@ -282,7 +283,7 @@ $(GLUE:.c=.glue.c): $(WINEBUILD) $(TOPSRCDIR)/include/builtin16.h
$(RC_SRCS:.rc=.res): $(WRC)
$(MC_SRCS:.mc=.rc): $(WMC)
$(MC_SRCS:.mc=.
mc.
rc): $(WMC)
$(SUBDIRS): dummy
@cd $@ && $(MAKE)
...
...
dlls/kernel/Makefile.in
View file @
017a61e0
...
...
@@ -35,6 +35,6 @@ EXTRASUBDIRS = \
@MAKE_DLL_RULES@
depend $(RC_SRCS
:
.rc=.res): $(MC_SRCS:.mc=
.rc)
kernel.res
:
$(MC_SRCS:.mc=.mc
.rc)
### Dependencies:
dlls/kernel/kernel.rc
View file @
017a61e0
#include "locale_rc.rc"
#include "messages/winerr_enu.rc"
#include "messages/winerr_enu.
mc.
rc"
dlls/kernel/messages/.cvsignore
View file @
017a61e0
*.rc
*.
mc.
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