From 993894d93d8cd05a5dd71120e7b1cce0a71ed4cf Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 27 Mar 2015 23:23:26 +0100 Subject: [PATCH] Upgrade FLTK version --- direct/src/plugin/p3dCert.cxx | 8 ++++---- direct/src/plugin/p3dCert.h | 4 ++-- makepanda/makepanda.py | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/direct/src/plugin/p3dCert.cxx b/direct/src/plugin/p3dCert.cxx index 1800a2f4db..528bde0d49 100644 --- a/direct/src/plugin/p3dCert.cxx +++ b/direct/src/plugin/p3dCert.cxx @@ -16,10 +16,10 @@ #include "wstring_encode.h" #include "mkdir_complete.h" -#include -#include -#include -#include +#include +#include +#include +#include #include #include diff --git a/direct/src/plugin/p3dCert.h b/direct/src/plugin/p3dCert.h index 641a362147..dd434409b6 100644 --- a/direct/src/plugin/p3dCert.h +++ b/direct/src/plugin/p3dCert.h @@ -15,8 +15,8 @@ #ifndef P3DCERT_H #define P3DCERT_H -#include -#include +#include +#include #define OPENSSL_NO_KRB5 #include "openssl/x509.h" diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 2da1aea515..56d8cdc4cc 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -749,8 +749,8 @@ if (COMPILER=="GCC"): SmartPkgEnable("PYTHON", "", SDK["PYTHONVERSION"], (SDK["PYTHONVERSION"], SDK["PYTHONVERSION"] + "/Python.h"), tool = SDK["PYTHONVERSION"] + "-config", framework = "Python") if (RTDIST): - SmartPkgEnable("WX", tool = "wx-config") - SmartPkgEnable("FLTK", "", ("fltk"), ("Fl/Fl.H"), tool = "fltk-config") + SmartPkgEnable("WX", tool = "wx-config") + SmartPkgEnable("FLTK", "", ("fltk"), ("FL/Fl.H"), tool = "fltk-config") if GetTarget() != 'darwin': # CgGL is covered by the Cg framework, and we don't need X11 components on OSX