Revision: 41026
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41026&view=rev
Author:   starseeker
Date:     2010-10-17 18:58:43 +0000 (Sun, 17 Oct 2010)

Log Message:
-----------
As a first cut, try doing this define for all the framebuffer tools.

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

Modified: brlcad/branches/cmake/src/fb/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/fb/CMakeLists.txt 2010-10-17 05:57:49 UTC (rev 
41025)
+++ brlcad/branches/cmake/src/fb/CMakeLists.txt 2010-10-17 18:58:43 UTC (rev 
41026)
@@ -5,7 +5,11 @@
   ${TK_INCLUDE_PATH}
   ${UTAHRLE_INCLUDE_DIR}
 )
-
+IF(MSVC)
+                 add_definitions(
+                                        -DIF_WGL
+                                        )
+ENDIF(MSVC)
 BRLCAD_ADDEXEC(bw-fb bw-fb.c libfb)
 BRLCAD_ADDEXEC(cat-fb cat-fb.c libfb)
 BRLCAD_ADDEXEC(cell-fb cell-fb.c "libbn libfb")


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

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to