mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-23 08:59:39 +00:00
Undo makefile changes
This commit is contained in:
parent
f13125cdd1
commit
3d0c938d0e
8
makefile
8
makefile
@ -16,13 +16,13 @@ export
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Inluclude Unicode support
|
# Inluclude Unicode support
|
||||||
#UNICODE = 1
|
UNICODE = 1
|
||||||
|
|
||||||
# Build A68K ASM 68000 core
|
# Build A68K ASM 68000 core
|
||||||
#BUILD_A68K = 1
|
BUILD_A68K = 1
|
||||||
|
|
||||||
# Include x86 Assembly routines
|
# Include x86 Assembly routines
|
||||||
#BUILD_X86_ASM = 1
|
BUILD_X86_ASM = 1
|
||||||
|
|
||||||
# Build for x64 targets (MinGW64 and MSVC only, this will undefine BUILD_A68K and BUILD_X86_ASM)
|
# Build for x64 targets (MinGW64 and MSVC only, this will undefine BUILD_A68K and BUILD_X86_ASM)
|
||||||
#BUILD_X64_EXE = 1
|
#BUILD_X64_EXE = 1
|
||||||
@ -40,7 +40,7 @@ ROM_VERIFY = 1
|
|||||||
FORCE_UPDATE = 1
|
FORCE_UPDATE = 1
|
||||||
|
|
||||||
# Use the __fastcall calling convention when interfacing with A68K/Musashi/Doze
|
# Use the __fastcall calling convention when interfacing with A68K/Musashi/Doze
|
||||||
#FASTCALL = 1
|
FASTCALL = 1
|
||||||
|
|
||||||
# Compress executable with upx (the DEBUG option ignores this)
|
# Compress executable with upx (the DEBUG option ignores this)
|
||||||
# COMPRESS = 1
|
# COMPRESS = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user