updated to build on Windows
git-svn-id: svn://anubis/misc/wfobj-view@164 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
parent
bba635127b
commit
726d1e9e88
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
CXX := g++
|
CXX := g++
|
||||||
CXXFLAGS := -O2
|
CXXFLAGS ?= -O2
|
||||||
OBJS := TextureCache.o
|
OBJS := TextureCache.o
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
#include <SDL/SDL.h>
|
#include <SDL.h>
|
||||||
#include <SDL/SDL_image.h>
|
#include <SDL_image.h>
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
#include <GL/glu.h>
|
#include <GL/glu.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user