Revision: 41837
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41837&view=rev
Author:   brlcad
Date:     2010-12-29 09:52:06 +0000 (Wed, 29 Dec 2010)

Log Message:
-----------
add screengrab.c and bntester.c to the windows builds.

Modified Paths:
--------------
    brlcad/trunk/misc/win32-msvc8/libbn/libbn.vcproj
    brlcad/trunk/src/libbn/CMakeLists.txt

Modified: brlcad/trunk/misc/win32-msvc8/libbn/libbn.vcproj
===================================================================
--- brlcad/trunk/misc/win32-msvc8/libbn/libbn.vcproj    2010-12-29 07:41:38 UTC 
(rev 41836)
+++ brlcad/trunk/misc/win32-msvc8/libbn/libbn.vcproj    2010-12-29 09:52:06 UTC 
(rev 41837)
@@ -573,6 +573,26 @@
                                </FileConfiguration>
                        </File>
                        <File
+                               RelativePath="..\..\..\src\libbn\screengrab.c"
+                               >
+                               <FileConfiguration
+                                       
Name="$(PlatformName)\$(ConfigurationName)|Win32"
+                                       >
+                                       <Tool
+                                               Name="VCCLCompilerTool"
+                                               AdditionalIncludeDirectories=""
+                                       />
+                               </FileConfiguration>
+                               <FileConfiguration
+                                       
Name="$(PlatformName)\$(ConfigurationName)|x64"
+                                       >
+                                       <Tool
+                                               Name="VCCLCompilerTool"
+                                               AdditionalIncludeDirectories=""
+                                       />
+                               </FileConfiguration>
+                       </File>
+                       <File
                                RelativePath="..\..\..\src\libbn\sphmap.c"
                                >
                                <FileConfiguration

Modified: brlcad/trunk/src/libbn/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libbn/CMakeLists.txt       2010-12-29 07:41:38 UTC (rev 
41836)
+++ brlcad/trunk/src/libbn/CMakeLists.txt       2010-12-29 09:52:06 UTC (rev 
41837)
@@ -18,6 +18,7 @@
     rand.c
     randmt.c
     scale.c
+    screengrab.c
     sphmap.c
     symbol.c
     tabdata.c
@@ -41,3 +42,10 @@
 )
 
 add_library(libbn ${LIBBN_SOURCES})
+
+set(BNTESTER_SOURCES
+    bntester.c
+)
+
+add_executable(bntester ${BNTESTER_SOURCES})
+target_link_libraries(bntester libbu libbn)


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