FinalBurn Neo - We are Team FBNeo.

This commit is contained in:
JacKc 2020-07-09 01:20:02 +02:00
parent fe948378ee
commit 6ac7f4c398
5 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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