[hydra-commits] kpfleming: branch ice/slice-preserving-translators r595 - /ice/branches/slice...
SVN commits to the Hydra project
hydra-commits at lists.digium.com
Mon Apr 26 10:41:24 CDT 2010
Author: kpfleming
Date: Mon Apr 26 10:41:24 2010
New Revision: 595
URL: https://origsvn.digium.com/svn-view/hydra?view=rev&rev=595
Log:
Use correct object file name suffix on Windows
Modified:
ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/exceptions/Makefile.mak
Modified: ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/exceptions/Makefile.mak
URL: https://origsvn.digium.com/svn-view/hydra/ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/exceptions/Makefile.mak?view=diff&rev=595&r1=594&r2=595
==============================================================================
--- ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/exceptions/Makefile.mak (original)
+++ ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/exceptions/Makefile.mak Mon Apr 26 10:41:24 2010
@@ -17,7 +17,7 @@
COBJS = Test.obj \
Client.obj \
- ClientPrivate.o \
+ ClientPrivate.obj \
AllTests.obj
SOBJS = Test.obj \
More information about the asterisk-scf-commits
mailing list