mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-23 15:29:24 +00:00
Couple more linux changes for the 6502...
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
08d742e336
commit
809973acb3
@ -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
|
||||
|
@ -1,4 +1,6 @@
|
||||
#ifdef _MSC_VER
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user