Revision: 55294
          http://sourceforge.net/p/brlcad/code/55294
Author:   starseeker
Date:     2013-05-02 17:21:50 +0000 (Thu, 02 May 2013)
Log Message:
-----------
Install brlman.bat

Modified Paths:
--------------
    brlcad/trunk/src/brlman/CMakeLists.txt

Modified: brlcad/trunk/src/brlman/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/brlman/CMakeLists.txt      2013-05-02 15:52:35 UTC (rev 
55293)
+++ brlcad/trunk/src/brlman/CMakeLists.txt      2013-05-02 17:21:50 UTC (rev 
55294)
@@ -44,12 +44,18 @@
   DISTCLEAN(${CMAKE_BINARY_DIR}/${BIN_DIR}/brlman.tcl)
   DISTCLEAN(${CMAKE_BINARY_DIR}/${BIN_DIR}/brlman.bat)
 endif(CMAKE_CONFIGURATION_TYPES)
+file(COPY brlman.bat
+  DESTINATION ${CMAKE_BINARY_DIR}/src/brlman
+  FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ
+  GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
+DISTCLEAN(${CMAKE_BINARY_DIR}/src/brlman/brlman.bat)
 
 set(BTCLSH_BIN_DIR "${CMAKE_INSTALL_PREFIX}/${BIN_DIR}")
 configure_file(brlman.sh.in ${CMAKE_BINARY_DIR}/src/brlman/brlman @ONLY)
 install(PROGRAMS ${CMAKE_BINARY_DIR}/src/brlman/brlman DESTINATION ${BIN_DIR})
 configure_file(brlman.tcl.in ${CMAKE_BINARY_DIR}/src/brlman/brlman.tcl @ONLY)
 install(PROGRAMS ${CMAKE_BINARY_DIR}/src/brlman/brlman.tcl DESTINATION 
${BIN_DIR})
+install(PROGRAMS ${CMAKE_BINARY_DIR}/src/brlman/brlman.bat DESTINATION 
${BIN_DIR})
 
 CMAKEFILES(brlman.tcl.in brlman.sh.in brlman.bat)
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to