File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#include "chip8.h"
2+ #include "opcodes.h"
23#include "display.h"
34#include "gui.h"
45#include "input.h"
56#include "audio.h"
6- #include "opcodes.h"
77#include "profiles.h"
88#include "sha256.h"
99#include "toast.h"
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ $(BOOTROM_HEADER): $(BOOTROM_SOURCE)
123123
124124# Explicit rules for files depending on generated headers
125125gui.obj : ..\shared\gui.cc $(LICENSE_HEADER )
126- $(CC ) $(CFLAGS ) $(CPPFLAGS ) /c $(INCLUDE_DIRS ) ..\s hared\g ui.cc
126+ $(CXX ) $(CXXFLAGS ) $(CPPFLAGS ) /c $(INCLUDE_DIRS ) ..\s hared\g ui.cc
127127
128128chip8.obj : ..\shared\chip8.c $(BOOTROM_HEADER )
129129 $(CC ) $(CFLAGS ) $(CPPFLAGS ) /c $(INCLUDE_DIRS ) ..\s hared\c hip8.c
You can’t perform that action at this time.
0 commit comments