[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Aug 26 15:53:06 CDT 2010


branch "master" has been updated
       via  94277c867881ebca84f857731b0c5f4a7020e77b (commit)
      from  04753f6f7fa868ddef161d09c844438e8d76904e (commit)

Summary of changes:
 build/runcmake.bat |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100644 build/runcmake.bat


- Log -----------------------------------------------------------------
commit 94277c867881ebca84f857731b0c5f4a7020e77b
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Thu Aug 26 15:52:47 2010 -0500

    Added a runcmake.bat file for windows.

diff --git a/build/runcmake.bat b/build/runcmake.bat
new file mode 100644
index 0000000..f04369f
--- /dev/null
+++ b/build/runcmake.bat
@@ -0,0 +1,6 @@
+ at ECHO OFF
+REM  -Wdev: Enable developer warnings.
+REM --build <sourcedir> : for out-of-source building 
+
+cmake -Wdev --build .. -G "Visual Studio 9 2008"
+

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/gitall.git



More information about the asterisk-scf-commits mailing list