Revision: 42025
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42025&view=rev
Author:   starseeker
Date:     2011-01-07 20:22:41 +0000 (Fri, 07 Jan 2011)

Log Message:
-----------
Er, whoops - NOT WIN32, not try it only ON WIN32...

Modified Paths:
--------------
    brlcad/branches/cmake/src/util/CMakeLists.txt

Modified: brlcad/branches/cmake/src/util/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/util/CMakeLists.txt       2011-01-07 20:20:54 UTC 
(rev 42024)
+++ brlcad/branches/cmake/src/util/CMakeLists.txt       2011-01-07 20:22:41 UTC 
(rev 42025)
@@ -146,9 +146,9 @@
 BRLCAD_ADDEXEC(texturescale texturescale.c "libfb libbn libbu" STRICT)
 #FIXME - Need to look at pcattcp port to Windows - ttcp should be
 #maintained and ported
-IF(WIN32)
+IF(NOT WIN32)
    BRLCAD_ADDEXEC(ttcp ttcp.c libbu STRICT)
-ENDIF(WIN32)
+ENDIF(NOT WIN32)
 BRLCAD_ADDEXEC(wavelet wavelet.c "libfb libbn libbu" STRICT)
 BRLCAD_ADDEXEC(xyz-pl xyz-pl.c "libbn libbu" STRICT)
 BRLCAD_ADDEXEC(yuv-pix yuv-pix.c "libfb libbn libbu" STRICT)


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

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to