- [CHG] Tot el codi mogut a la carpeta "source"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
compile:
|
||||
g++ -g *.cpp -lSDL2 -o gb
|
||||
g++ -g source/*.cpp -lSDL2 -o gb
|
||||
|
||||
run: compile
|
||||
./gb tetris.gb
|
||||
@@ -11,7 +11,7 @@ debug1: compile
|
||||
gdb -ex run gb
|
||||
|
||||
release:
|
||||
g++ -O3 *.cpp -lSDL2 -o gb
|
||||
g++ -O3 source/*.cpp -lSDL2 -o gb
|
||||
|
||||
profile:
|
||||
g++ -g *.cpp -lSDL2 -o gb -pg
|
||||
g++ -g source/*.cpp -lSDL2 -o gb -pg
|
||||
|
||||
+1
-1
@@ -2,5 +2,5 @@
|
||||
cppflags = -g
|
||||
libs = -lSDL2
|
||||
executable = gb
|
||||
sourcepath = .
|
||||
sourcepath = source
|
||||
buildpath = build
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#include "sm83dis.h"
|
||||
#include "sm83.h"
|
||||
#include "mem.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
Reference in New Issue
Block a user