Removing empty files to shut VS up.
This commit is contained in:
parent
31b8c02cbf
commit
a0256fac45
|
@ -1,13 +0,0 @@
|
||||||
/**
|
|
||||||
******************************************************************************
|
|
||||||
* Xenia : Xbox 360 Emulator Research Project *
|
|
||||||
******************************************************************************
|
|
||||||
* Copyright 2013 Ben Vanik. All rights reserved. *
|
|
||||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
||||||
******************************************************************************
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <alloy/hir/block.h>
|
|
||||||
|
|
||||||
using namespace alloy;
|
|
||||||
using namespace alloy::hir;
|
|
|
@ -1,13 +0,0 @@
|
||||||
/**
|
|
||||||
******************************************************************************
|
|
||||||
* Xenia : Xbox 360 Emulator Research Project *
|
|
||||||
******************************************************************************
|
|
||||||
* Copyright 2013 Ben Vanik. All rights reserved. *
|
|
||||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
||||||
******************************************************************************
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <alloy/hir/label.h>
|
|
||||||
|
|
||||||
using namespace alloy;
|
|
||||||
using namespace alloy::hir;
|
|
|
@ -1,13 +1,11 @@
|
||||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||||
{
|
{
|
||||||
'sources': [
|
'sources': [
|
||||||
'block.cc',
|
|
||||||
'block.h',
|
'block.h',
|
||||||
'function_builder.cc',
|
'function_builder.cc',
|
||||||
'function_builder.h',
|
'function_builder.h',
|
||||||
'instr.cc',
|
'instr.cc',
|
||||||
'instr.h',
|
'instr.h',
|
||||||
'label.cc',
|
|
||||||
'label.h',
|
'label.h',
|
||||||
'opcodes.cc',
|
'opcodes.cc',
|
||||||
'opcodes.h',
|
'opcodes.h',
|
||||||
|
|
Loading…
Reference in New Issue