Rob Shearman : Maketest.rules.in: Make CROSSOBJS consistent with the equivalent OBJS rule in the toplevel Make .rules.in.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 7 15:02:31 CST 2007


Module: wine
Branch: master
Commit: dcc642356b382da34c0574beea5891e1b43980c9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dcc642356b382da34c0574beea5891e1b43980c9

Author: Rob Shearman <rob at codeweavers.com>
Date:   Wed Mar  7 13:30:53 2007 +0000

Maketest.rules.in: Make CROSSOBJS consistent with the equivalent OBJS rule in the toplevel Make.rules.in.

---

 dlls/Maketest.rules.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/Maketest.rules.in b/dlls/Maketest.rules.in
index a7095a5..73bf4d9 100644
--- a/dlls/Maketest.rules.in
+++ b/dlls/Maketest.rules.in
@@ -22,7 +22,7 @@ ALL_LIBS     = $(IMPORTS:%=-l%) $(EXTRALIBS) $(LDFLAGS) $(LIBS)
 EXTRA_OBJS   = testlist.o
 
 CROSSTEST    = $(TESTDLL:%.dll=%)_crosstest.exe
-CROSSOBJS    = $(C_SRCS:.c=.cross.o) $(RC_SRCS:.rc=.res.cross.o) testlist.cross.o
+CROSSOBJS    = $(C_SRCS:.c=.cross.o) $(RC_SRCS:.rc=.res.cross.o) $(BISON_SRCS:.y=.tab.cross.o) $(LEX_SRCS:.l=.yy.cross.o) $(IDL_GEN_C_SRCS:.c=.cross.o) testlist.cross.o
 CROSSCC      = @CROSSCC@
 CROSSWINDRES = @CROSSWINDRES@
 




More information about the wine-cvs mailing list