From 6321a0c7b728db3002934b8d1174f6780651f4e7 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 28 May 2011 18:20:56 -0400 Subject: [PATCH] Simplify calls. --- src/Texture Font Generator/Utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Texture Font Generator/Utils.cpp b/src/Texture Font Generator/Utils.cpp index 269c1cdece..583ea3571c 100644 --- a/src/Texture Font Generator/Utils.cpp +++ b/src/Texture Font Generator/Utils.cpp @@ -101,9 +101,9 @@ void GetBounds( const Surface *pSurf, RECT *out ) #pragma include_alias( "zlib/zlib.h", "../zlib/zlib.h" ) -#include "../../extern/libpng/include/png.h" +#include "png.h" #if defined(_MSC_VER) -# pragma comment(lib, "../../extern/libpng/lib/libpng.lib") +# pragma comment(lib, "libpng.lib") #pragma warning(disable: 4611) /* interaction between '_setjmp' and C++ object destruction is non-portable */ #endif