Update of /cvsroot/simspark/simspark/spark/spark
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16560
Modified Files:
Tag: projectx
spark.h
Log Message:
added compiler warning for compiling without kerosin
Index: spark.h
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/spark/spark.h,v
retrieving revision 1.3.2.1.2.2
retrieving revision 1.3.2.1.2.3
diff -C2 -d -r1.3.2.1.2.2 -r1.3.2.1.2.3
*** spark.h 30 Mar 2007 01:38:42 -0000 1.3.2.1.2.2
--- spark.h 17 Jun 2007 12:06:05 -0000 1.3.2.1.2.3
***************
*** 117,120 ****
--- 117,122 ----
/** returns the render control node */
boost::shared_ptr<kerosin::RenderControl> GetRenderControl();
+ #else
+ #warning "Compiling spark with no I/O"
#endif
|