[Kst] extragear/graphics/kst/kst/extensions/js/kjs

George Staikos staikos at kde.org
Thu May 26 05:31:24 CEST 2005


SVN commit 418271 by staikos:

get it building for now - hardcoded a bit


 M  +0 -7      Makefile.am  
 A             global.h   global.h.in#418244
 D             global.h.in  
 M  +2 -2      operations.cpp  


--- trunk/extragear/graphics/kst/kst/extensions/js/kjs/Makefile.am #418270:418271
@@ -44,10 +44,6 @@
 		 math_object.h object_object.h regexp_object.h error_object.h \
 		 debugger.h array_instance.h context.h dtoa.h regexp.h
 
-if include_VERSION_SCRIPT
-VSCRIPT = -Wl,--version-script=$(srcdir)/libkjs.map
-endif
-
 libkjs_la_LDFLAGS = -version-info 3:0:2 -no-undefined $(VSCRIPT) \
           $(USER_LDFLAGS) $(all_libraries)
 libkjs_la_LIBADD = -lm $(LIBPCRE)
@@ -101,8 +97,5 @@
 testkjs_SOURCES = testkjs.cpp
 testkjs_LDADD = libkjs.la
 
-DOXYGEN_REFERENCES = kdecore
-include ../admin/Doxyfile.am
-
 .PHONY: parser
 
--- trunk/extragear/graphics/kst/kst/extensions/js/kjs/operations.cpp #418270:418271
@@ -24,8 +24,8 @@
 #include "config.h"
 #endif
 #ifndef HAVE_FLOAT_H   /* just for !Windows */
-#define HAVE_FLOAT_H 0
-#define HAVE_FUNC__FINITE 0
+//#define HAVE_FLOAT_H 0
+//#define HAVE_FUNC__FINITE 0
 #endif
 
 #include <stdio.h>


More information about the Kst mailing list