[asterisk-scf-commits] asterisk-scf/release/ice.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Nov 4 18:10:22 CDT 2010
branch "master" has been updated
via 46dcb6eb87508eb7954580938dd6dd9d04f65af6 (commit)
from 2f1516d1b17b350329575ecc170fdb429432d1fe (commit)
Summary of changes:
cpp/test/Ice/versioning/version1/Makefile.mak | 2 +-
cpp/test/Ice/versioning/version2/Makefile.mak | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 46dcb6eb87508eb7954580938dd6dd9d04f65af6
Author: Brent Eagles <beagles at digium.com>
Date: Thu Nov 4 20:37:30 2010 -0230
Potential fix for a build error experienced on Windows.
diff --git a/cpp/test/Ice/versioning/version1/Makefile.mak b/cpp/test/Ice/versioning/version1/Makefile.mak
index 380fc8d..260eebd 100644
--- a/cpp/test/Ice/versioning/version1/Makefile.mak
+++ b/cpp/test/Ice/versioning/version1/Makefile.mak
@@ -37,7 +37,7 @@ Test.obj: Test.cpp Test.h
Test.cpp Test.h: ..\Test.ice
del /q Test.h Test.cpp
- $(SLICE2CPP) $(SLICE2CPPFLAGS) $?
+ $(SLICE2CPP) $(SLICE2CPPFLAGS) ..\Test.ice
$(CLIENT): $(OBJS)
$(LINK) $(LD_EXEFLAGS) $(CPDBFLAGS) $(SETARGV) $(OBJS) $(PREOUT)$@ $(PRELIBS)$(LIBS)
diff --git a/cpp/test/Ice/versioning/version2/Makefile.mak b/cpp/test/Ice/versioning/version2/Makefile.mak
index b312ce6..d19d705 100644
--- a/cpp/test/Ice/versioning/version2/Makefile.mak
+++ b/cpp/test/Ice/versioning/version2/Makefile.mak
@@ -37,7 +37,7 @@ Test.obj: Test.cpp Test.h
Test.cpp Test.h: ..\Test.ice
del /q Test.h Test.cpp
- $(SLICE2CPP) $(SLICE2CPPFLAGS) $?
+ $(SLICE2CPP) $(SLICE2CPPFLAGS) ..\Test.ice
$(CLIENT): $(OBJS)
$(LINK) $(LD_EXEFLAGS) $(CPDBFLAGS) $(SETARGV) $(OBJS) $(PREOUT)$@ $(PRELIBS)$(LIBS)
-----------------------------------------------------------------------
--
asterisk-scf/release/ice.git
More information about the asterisk-scf-commits
mailing list