[hydra-commits] beagles: branch ice/preserve-graphs r644 - /ice/branches/preserve-graphs/cs/t...
SVN commits to the Hydra project
hydra-commits at lists.digium.com
Tue May 25 14:07:12 CDT 2010
Author: beagles
Date: Tue May 25 14:07:11 2010
New Revision: 644
URL: https://origsvn.digium.com/svn-view/hydra?view=rev&rev=644
Log:
fixing windows makefile to link client assembly properly
Modified:
ice/branches/preserve-graphs/cs/test/Ice/slicing/exceptions/Makefile.mak
Modified: ice/branches/preserve-graphs/cs/test/Ice/slicing/exceptions/Makefile.mak
URL: https://origsvn.digium.com/svn-view/hydra/ice/branches/preserve-graphs/cs/test/Ice/slicing/exceptions/Makefile.mak?view=diff&rev=644&r1=643&r2=644
==============================================================================
--- ice/branches/preserve-graphs/cs/test/Ice/slicing/exceptions/Makefile.mak (original)
+++ ice/branches/preserve-graphs/cs/test/Ice/slicing/exceptions/Makefile.mak Tue May 25 14:07:11 2010
@@ -15,8 +15,9 @@
S_SRCS = Server.cs TestI.cs
SAMD_SRCS = Server.cs TestAMDI.cs
-GEN_SRCS = $(GDIR)\Test.cs \
- $(GDIR)\ClientPrivate.cs
+GEN_SRCS = $(GDIR)\Test.cs
+
+CGEN_SRCS = $(GDIR)\ClientPrivate.cs
SGEN_SRCS = $(GDIR)\ServerPrivate.cs
GEN_AMD_SRCS = $(GDIR)\TestAMD.cs
@@ -32,8 +33,8 @@
SLICE2CSFLAGS = $(SLICE2CSFLAGS) -I.
-client.exe: $(C_SRCS) $(GEN_SRCS)
- $(MCS) $(MCSFLAGS) -out:$@ -r:"$(refdir)\Ice.dll" $(C_SRCS) $(GEN_SRCS)
+client.exe: $(C_SRCS) $(GEN_SRCS) $(CGEN_SRCS)
+ $(MCS) $(MCSFLAGS) -out:$@ -r:"$(refdir)\Ice.dll" $(C_SRCS) $(GEN_SRCS) $(CGEN_SRCS)
server.exe: $(S_SRCS) $(GEN_SRCS) $(SGEN_SRCS)
$(MCS) $(MCSFLAGS) -out:$@ -r:"$(refdir)\Ice.dll" $(S_SRCS) $(GEN_SRCS) $(SGEN_SRCS)
More information about the asterisk-scf-commits
mailing list