Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
865142e503 |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
name: config
|
name: config
|
||||||
gpid: malunal
|
gpid: malunal
|
||||||
semv: 1.0.1
|
semv: 1.0.2
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
- name: malunal.config
|
- name: malunal.config
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
* @author John Christman (sorakatadzuma@gmail.com)
|
* @author John Christman (sorakatadzuma@gmail.com)
|
||||||
* @copyright Malunal Studios, LLC.
|
* @copyright Malunal Studios, LLC.
|
||||||
*/
|
*/
|
||||||
#ifndef MALUNAL_CONFIG_PROCESSOR_CONFIG
|
#ifndef MALUNAL_CONFIG_PROCESSOR_HEADER
|
||||||
#define MALUNAL_CONFIG_PROCESSOR_CONFIG
|
#define MALUNAL_CONFIG_PROCESSOR_HEADER
|
||||||
|
|
||||||
#if defined(__i386__) || defined(__intel__) || defined(_M_IX86)
|
#if defined(__i386__) || defined(__intel__) || defined(_M_IX86)
|
||||||
# define MALUNAL_PROCESSOR_CONFIG "./config/processor/x86.h"
|
# define MALUNAL_PROCESSOR_CONFIG "./config/processor/x86.h"
|
||||||
@@ -17,4 +17,4 @@
|
|||||||
# error Unknown endianess.
|
# error Unknown endianess.
|
||||||
#endif // Processor selection.
|
#endif // Processor selection.
|
||||||
|
|
||||||
#endif /* MALUNAL_CONFIG_PROCESSOR_CONFIG */
|
#endif /* MALUNAL_CONFIG_PROCESSOR_HEADER */
|
||||||
|
|||||||
Reference in New Issue
Block a user