Revision: 49048
          http://brlcad.svn.sourceforge.net/brlcad/?rev=49048&view=rev
Author:   starseeker
Date:     2012-01-24 20:46:00 +0000 (Tue, 24 Jan 2012)
Log Message:
-----------
Turn off the step stuff for now on MSVC - we're a ways away from being able to 
build there.

Modified Paths:
--------------
    brlcad/trunk/src/conv/CMakeLists.txt
    brlcad/trunk/src/other/CMakeLists.txt

Modified: brlcad/trunk/src/conv/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/conv/CMakeLists.txt        2012-01-24 20:26:01 UTC (rev 
49047)
+++ brlcad/trunk/src/conv/CMakeLists.txt        2012-01-24 20:46:00 UTC (rev 
49048)
@@ -1,6 +1,6 @@
-if(LEX_EXECUTABLE AND YACC_EXECUTABLE)
+if(NOT MSVC)
        add_subdirectory(step)
-endif(LEX_EXECUTABLE AND YACC_EXECUTABLE)
+endif(NOT MSVC)
 add_subdirectory(iges)
 add_subdirectory(intaval)
 

Modified: brlcad/trunk/src/other/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/CMakeLists.txt       2012-01-24 20:26:01 UTC (rev 
49047)
+++ brlcad/trunk/src/other/CMakeLists.txt       2012-01-24 20:46:00 UTC (rev 
49048)
@@ -623,6 +623,7 @@
 ")
 THIRD_PARTY(openNURBS openNURBS "" opennurbs_ALIASES opennurbs_DESCRIPTION 
NOSYS)
 
+IF(NOT MSVC)
 # STEP Class Libraries
 # Need Lemon/Perplex to build STEP - conditionalize
 set(scl_ALIASES ENABLE_SCL ENABLE_STEP ENABLE_STEP_CLASS_LIBRARIES)
@@ -637,6 +638,9 @@
        SET(FEDEX_PLUS_EXEC fedex_plus CACHE STRING "Fedex plus executable" 
FORCE)
        MARK_AS_ADVANCED(FEDEX_PLUS_EXEC)
 ENDIF(BRLCAD_SCL_BUILD)
+ELSE(NOT MSVC)
+       DISTCHECK_IGNORE_ITEM(step)
+ENDIF(NOT MSVC)
 
 # Clipper polygon clipping library - for now, we're going to use our copy
 ADD_SUBDIRECTORY(clipper)

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to