Revision: 41740
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41740&view=rev
Author:   starseeker
Date:     2010-12-21 18:34:19 +0000 (Tue, 21 Dec 2010)

Log Message:
-----------
Tweaks to liboptical and libmultispectral to get multispectral building on 
Windows

Modified Paths:
--------------
    brlcad/branches/cmake/include/optical.h
    brlcad/branches/cmake/src/libmultispectral/init.c

Modified: brlcad/branches/cmake/include/optical.h
===================================================================
--- brlcad/branches/cmake/include/optical.h     2010-12-21 18:05:11 UTC (rev 
41739)
+++ brlcad/branches/cmake/include/optical.h     2010-12-21 18:34:19 UTC (rev 
41740)
@@ -85,6 +85,12 @@
 /* defined in vers.c */
 OPTICAL_EXPORT extern const char *optical_version(void);
 
+/* for libmultispectral */
+OPTICAL_EXPORT extern struct mfuncs camo_mfuncs[];
+OPTICAL_EXPORT extern struct mfuncs light_mfuncs[];
+OPTICAL_EXPORT extern struct mfuncs stk_mfuncs[];
+OPTICAL_EXPORT extern struct mfuncs phg_mfuncs[];
+OPTICAL_EXPORT extern struct mfuncs noise_mfuncs[];
 
 OPTICAL_EXPORT extern int      rdebug;
 

Modified: brlcad/branches/cmake/src/libmultispectral/init.c
===================================================================
--- brlcad/branches/cmake/src/libmultispectral/init.c   2010-12-21 18:05:11 UTC 
(rev 41739)
+++ brlcad/branches/cmake/src/libmultispectral/init.c   2010-12-21 18:34:19 UTC 
(rev 41740)
@@ -37,6 +37,7 @@
 #include "shadefuncs.h"
 #include "shadework.h"
 #include "rtprivate.h"
+#include "optical.h"
 
 
 #define MFUNCS(_name)  \


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

------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to