From 726d1e9e888406e0fea3900cf88c5d3a0de33e0f Mon Sep 17 00:00:00 2001 From: josh Date: Fri, 9 Oct 2009 19:58:42 +0000 Subject: [PATCH] updated to build on Windows git-svn-id: svn://anubis/misc/wfobj-view@164 bd8a9e45-a331-0410-811e-c64571078777 --- TextureCache/Makefile | 2 +- TextureCache/TextureCache.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TextureCache/Makefile b/TextureCache/Makefile index 19fec6d..4bd21cd 100644 --- a/TextureCache/Makefile +++ b/TextureCache/Makefile @@ -1,6 +1,6 @@ CXX := g++ -CXXFLAGS := -O2 +CXXFLAGS ?= -O2 OBJS := TextureCache.o all: $(OBJS) diff --git a/TextureCache/TextureCache.cc b/TextureCache/TextureCache.cc index 8a8ab29..ea38483 100644 --- a/TextureCache/TextureCache.cc +++ b/TextureCache/TextureCache.cc @@ -1,6 +1,6 @@ -#include -#include +#include +#include #include #include #include