Couple more linux changes for the 6502...

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2018-01-06 22:35:17 +00:00
parent 08d742e336
commit 809973acb3
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
EXE = test_m6502
CXXFLAGS = -I ../inc -I ../../inc
CXXFILES = Board.cpp Configuration.cpp test.cpp
LDFLAGS = -L ../src -L ../../src -lm6502 -leightbit

View File

@ -1,4 +1,6 @@
#ifdef _MSC_VER
#pragma once
#endif
#include <string>