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
db790455
Commit
db790455
authored
May 31, 2001
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
May 31, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
List 16-bit resources separately as RC_SRCS16.
parent
d28955d8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
5 deletions
+13
-5
Make.rules.in
Make.rules.in
+4
-2
Makefile.in
dlls/gdi/Makefile.in
+3
-1
Makefile.in
dlls/kernel/Makefile.in
+3
-1
Makefile.in
dlls/user/Makefile.in
+3
-1
No files found.
Make.rules.in
View file @
db790455
...
...
@@ -271,7 +271,7 @@ $(SUBDIRS:%=%/__depend__): $(MAKEDEP) dummy
cd `dirname $@` && $(MAKE) depend
depend: $(MAKEDEP) $(GEN_C_SRCS) $(SUBDIRS:%=%/__depend__)
$(MAKEDEP) $(DIVINCL) -C$(SRCDIR) $(C_SRCS) $(RC_SRCS) $(MC_SRCS) $(EXTRA_SRCS) -C. $(GEN_C_SRCS)
$(MAKEDEP) $(DIVINCL) -C$(SRCDIR) $(C_SRCS) $(RC_SRCS) $(
RC_SRCS16) $(
MC_SRCS) $(EXTRA_SRCS) -C. $(GEN_C_SRCS)
# Rules for cleaning
...
...
@@ -282,7 +282,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=.mc.rc) $(PROGRAMS)
$(RM) $(CLEAN_FILES) $(GEN_C_SRCS) $(GEN_ASM_SRCS) $(RC_SRCS:.rc=.res) $(
RC_SRCS16:.rc=.res) $(
MC_SRCS:.mc=.mc.rc) $(PROGRAMS)
# Rules for installing
...
...
@@ -300,6 +300,8 @@ $(GLUE:.c=.glue.c): $(WINEBUILD) $(TOPSRCDIR)/include/builtin16.h
$(RC_SRCS:.rc=.res): $(WRC)
$(RC_SRCS16:.rc=.res): $(WRC)
$(MC_SRCS:.mc=.mc.rc): $(WMC)
$(SUBDIRS): dummy
...
...
dlls/gdi/Makefile.in
View file @
db790455
...
...
@@ -15,7 +15,9 @@ C_SRCS = \
wing.c
RC_SRCS
=
\
version.rc
\
version.rc
RC_SRCS16
=
\
version16.rc
GLUE
=
printdrv.c thunk.c
...
...
dlls/kernel/Makefile.in
View file @
db790455
...
...
@@ -24,7 +24,9 @@ C_SRCS = \
wowthunk.c
RC_SRCS
=
\
kernel.rc
\
kernel.rc
RC_SRCS16
=
\
version16.rc
MC_SRCS
=
\
...
...
dlls/user/Makefile.in
View file @
db790455
...
...
@@ -24,9 +24,11 @@ C_SRCS = \
wsprintf.c
RC_SRCS
=
\
resources/user32.rc
RC_SRCS16
=
\
resources/display.rc
\
resources/mouse.rc
\
resources/user32.rc
\
resources/version16.rc
GLUE
=
thunk.c
...
...
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