this is supposed to fix mingw builds - seems to be ok on linux
authorellson <devnull@localhost>
Mon, 5 Jan 2009 20:12:47 +0000 (20:12 +0000)
committerellson <devnull@localhost>
Mon, 5 Jan 2009 20:12:47 +0000 (20:12 +0000)
lib/ortho/ortho.c
lib/pathplan/Makefile.am
plugin/core/gvrender_core_ps.c
plugin/lasi/gvrender_lasi.cpp

index 6ced87c2d5dd45dbcd70a770389916af8db40cb0..3c81f78875b824594379be82ff4274637363a04e 100644 (file)
 #include <stddef.h>
 #include <maze.h>
 #include "fPQ.h"
-#include <memory.h>
-#include <geomprocs.h>
-#include <globals.h>
-#include <render.h>
+#include "memory.h"
+#include "geomprocs.h"
+#include "globals.h"
+#include "render.h"
 
 /* #define DEBUG */
 
index bf943daac5ea00733987482e16c8cde51147d9d6..89f8e8b6126ff26ef2ca6707fee77db868d303e8 100644 (file)
@@ -4,6 +4,10 @@
 pdfdir = $(pkgdatadir)/doc/pdf
 pkgconfigdir = $(libdir)/pkgconfig
 
+if WITH_WIN32
+AM_CPPFLAGS = -O0
+endif
+
 pkginclude_HEADERS = pathgeom.h pathplan.h
 noinst_HEADERS = pathutil.h solvers.h tri.h vis.h vispath.h
 
index 071007717bee859f6200fd5d26b850931e895f08..d4cf5e911ed719d28b883fed647a9a51505891c0 100644 (file)
  */
 #define PDFMAX  14400           /*  Maximum size of PDF page  */
 
-extern void epsf_define(GVJ_t * job);
-extern char *ps_string(char *ins, int latin);
-extern void cat_libfile(GVJ_t * job, const char **arglib, const char **stdlib);
-
 typedef enum { FORMAT_PS, FORMAT_PS2, FORMAT_EPS } format_type;
 
 static int isLatin1;
index 9a8f404e1f3b47570cbe8e4a922ef08b75054508..72be4c848bf67f49fa29b43b30109361d9368357 100644 (file)
@@ -44,11 +44,6 @@ using namespace std;
  */
 #define PDFMAX  14400           /*  Maximum size of PDF page  */
 
-extern "C" {
-    extern void epsf_define(GVJ_t * job);
-    extern void cat_libfile(GVJ_t * job, const char **arglib, const char **stdlib);
-}
-
 typedef enum { FORMAT_PS, FORMAT_PS2, FORMAT_EPS } format_type;
 
 //static int isLatin1;