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
10
makefile
10
makefile
@ -16,13 +16,13 @@ export
|
||||
#
|
||||
|
||||
# Inluclude Unicode support
|
||||
#UNICODE = 1
|
||||
UNICODE = 1
|
||||
|
||||
# Build A68K ASM 68000 core
|
||||
#BUILD_A68K = 1
|
||||
BUILD_A68K = 1
|
||||
|
||||
# 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_X64_EXE = 1
|
||||
@ -40,7 +40,7 @@ ROM_VERIFY = 1
|
||||
FORCE_UPDATE = 1
|
||||
|
||||
# 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 = 1
|
||||
@ -62,7 +62,7 @@ mingw452: FORCE
|
||||
mingw461: FORCE
|
||||
@$(MAKE) -s -f makefile.mingw GCC461=1
|
||||
|
||||
sdl: FORCE
|
||||
sdl: FORCE
|
||||
@$(MAKE) -s -f makefile.sdl
|
||||
|
||||
vc: FORCE
|
||||
|
Loading…
Reference in New Issue
Block a user