FinalBurn Neo - We are Team FBNeo.
This commit is contained in:
parent
fe948378ee
commit
6ac7f4c398
2
makefile
2
makefile
|
@ -1,4 +1,4 @@
|
|||
# Main Makefile for FB Neo, execute an appropriate system-specific makefile
|
||||
# Main Makefile for FBNeo, execute an appropriate system-specific makefile
|
||||
|
||||
export
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ ifndef BUILD_X86_ASM
|
|||
COMPILENAME := $(COMPILENAME)x
|
||||
endif
|
||||
ifdef BUILD_X64_EXE
|
||||
NAME = fba64
|
||||
NAME = fbneo64
|
||||
COMPILENAME = 6
|
||||
endif
|
||||
ifdef DEBUG
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile for FBA, for use with GNU make & GCC (MinGW)
|
||||
# Makefile for FBNeo, for use with GNU make & GCC (MinGW)
|
||||
#
|
||||
# The first pass makes sure all intermediary targets are present. The second pass updates
|
||||
# any targets, if necessary. (Intermediary) targets which have their own unique rules
|
||||
|
@ -52,7 +52,7 @@ ifndef BUILD_X86_ASM
|
|||
COMPILENAME := $(COMPILENAME)x
|
||||
endif
|
||||
ifdef BUILD_X64_EXE
|
||||
NAME = fba64
|
||||
NAME = fbneo64
|
||||
COMPILENAME = 6
|
||||
endif
|
||||
ifdef DEBUG
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile for FBA, for use on Raspberry Pi
|
||||
# Makefile for FBNeo, for use on Raspberry Pi
|
||||
#
|
||||
# The first pass makes sure all intermediary targets are present. The second pass updates
|
||||
# any targets, if necessary. (Intermediary) targets which have their own unique rules
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile for FBA, for use with GNU make & Microsoft Visual C++ 2012
|
||||
# Makefile for FBNeo, for use with GNU make & Microsoft Visual C++ 2012
|
||||
#
|
||||
# The first pass makes sure all intermediary targets are present. The second pass updates
|
||||
# any targets, if necessary. (Intermediary) targets which have their own unique rules
|
||||
|
@ -47,7 +47,7 @@ ifndef BUILD_X86_ASM
|
|||
COMPILENAME := $(COMPILENAME)x
|
||||
endif
|
||||
ifdef BUILD_X64_EXE
|
||||
NAME = fba64
|
||||
NAME = fbneo64
|
||||
COMPILENAME = 6
|
||||
endif
|
||||
ifdef DEBUG
|
||||
|
|
Loading…
Reference in New Issue