Entire project now builds using the local version of SDL_net
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
LIBDIR=..
|
||||
LOCALLIBS=
|
||||
LIB=
|
||||
INCLUDES=
|
||||
INCLUDES=$(LIBDIR)/SDL_net
|
||||
CXXFLAGS+=-std=c++11 -DDEBUG $(addprefix -I,$(INCLUDES))
|
||||
|
||||
#source
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#ifndef UDPNETWORKUTILITY_HPP_
|
||||
#define UDPNETWORKUTILITY_HPP_
|
||||
|
||||
#include "SDL_net/SDL_net.h"
|
||||
#include "SDL_net.h"
|
||||
|
||||
class UDPNetworkUtility {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user