Revision: 41978
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41978&view=rev
Author:   starseeker
Date:     2011-01-06 18:52:57 +0000 (Thu, 06 Jan 2011)

Log Message:
-----------
Comment out dbcp and ttcp on WIN32 for now, but add a note that they need to be 
fixed (particularly ttcp)

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-06 17:11:18 UTC 
(rev 41977)
+++ brlcad/branches/cmake/src/util/CMakeLists.txt       2011-01-06 18:52:57 UTC 
(rev 41978)
@@ -56,7 +56,11 @@
 BRLCAD_ADDEXEC(bwstat bwstat.c "libbu ${M_LIBRARY}" STRICT)
 BRLCAD_ADDEXEC(bwthresh bwthresh.c libbu STRICT)
 BRLCAD_ADDEXEC(cv cv.c libbu STRICT)
-BRLCAD_ADDEXEC(dbcp dbcp.c libbu STRICT)
+# FIXME dbcp is a "copy program for UNIX" - will need some porting
+# work for Windows
+IF(NOT WIN32)
+       BRLCAD_ADDEXEC(dbcp dbcp.c libbu STRICT)
+ENDIF(NOT WIN32)
 BRLCAD_ADDEXEC(decimate decimate.c libbu STRICT)
 BRLCAD_ADDEXEC(double-asc double-asc.c "libfb libbu" STRICT)
 BRLCAD_ADDEXEC(dpix-pix dpix-pix.c libbu STRICT)
@@ -140,9 +144,11 @@
 BRLCAD_ADDEXEC(sun-pix sun-pix.c libbu STRICT)
 BRLCAD_ADDEXEC(terrain terrain.c "libbn libbu" STRICT)
 BRLCAD_ADDEXEC(texturescale texturescale.c "libfb libbn libbu" STRICT)
-IF(HAVE_NETINET_IN_H)
+#FIXME - Need to look at pcattcp port to Windows - ttcp should be
+#maintained and ported
+IF(WIN32)
    BRLCAD_ADDEXEC(ttcp ttcp.c libbu STRICT)
-ENDIF(HAVE_NETINET_IN_H)
+ENDIF(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.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
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