Tenative port for Linux

This commit is contained in:
2015-05-17 09:18:46 +10:00
parent 0bf5ccee4d
commit 99b35483f8
40 changed files with 53 additions and 115 deletions
-5
View File
@@ -31,8 +31,3 @@ $(OUTDIR):
$(OBJDIR)/%.o: %.cpp
$(CXX) $(CXXFLAGS) -c -o $@ $<
clean:
$(RM) *.o *.a *.exe
rebuild: clean all
-5
View File
@@ -30,8 +30,3 @@ $(OUTDIR):
$(OBJDIR)/%.o: %.cpp
$(CXX) $(CXXFLAGS) -c -o $@ $<
clean:
$(RM) *.o *.a *.exe
rebuild: clean all
@@ -24,7 +24,7 @@
#include "serial_packet_type.hpp"
#include "SDL/SDL_net.h"
#include "SDL_net.h"
constexpr int PACKET_STRING_SIZE = 100;
+1 -1
View File
@@ -27,7 +27,7 @@
#include "singleton.hpp"
//APIs
#include "SDL/SDL_net.h"
#include "SDL_net.h"
class UDPNetworkUtility : public Singleton<UDPNetworkUtility> {
public: