[asterisk-commits] dsessions: testsuite/bamboo/trunk r1356 - /bamboo/trunk/bin/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 31 09:59:53 CST 2011
Author: dsessions
Date: Mon Jan 31 09:59:47 2011
New Revision: 1356
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1356
Log:
slice-plugins build on Windows fix
Modified:
bamboo/trunk/bin/build-asterisk-scf.sh
Modified: bamboo/trunk/bin/build-asterisk-scf.sh
URL: http://svnview.digium.com/svn/testsuite/bamboo/trunk/bin/build-asterisk-scf.sh?view=diff&rev=1356&r1=1355&r2=1356
==============================================================================
--- bamboo/trunk/bin/build-asterisk-scf.sh (original)
+++ bamboo/trunk/bin/build-asterisk-scf.sh Mon Jan 31 09:59:47 2011
@@ -52,8 +52,8 @@
then
export CPP_COMPILER=VC100_EXPRESS
cmake .
- nmake -F Makefile.mak
- nmake -F Makefile.mak install
+ nmake -F Makefile
+ nmake -F Makefile install
else
cmake .
make
More information about the asterisk-commits
mailing list