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.
|
||||
{
|
||||
'sources': [
|
||||
'block.cc',
|
||||
'block.h',
|
||||
'function_builder.cc',
|
||||
'function_builder.h',
|
||||
'instr.cc',
|
||||
'instr.h',
|
||||
'label.cc',
|
||||
'label.h',
|
||||
'opcodes.cc',
|
||||
'opcodes.h',
|
||||
|
|
Loading…
Reference in New Issue