diff --git a/makefile b/makefile index df0676b93..a77b07e92 100644 --- a/makefile +++ b/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,10 +62,10 @@ mingw452: FORCE mingw461: FORCE @$(MAKE) -s -f makefile.mingw GCC461=1 -sdl: FORCE +sdl: FORCE @$(MAKE) -s -f makefile.sdl vc: FORCE @$(MAKE) -s -f makefile.vc -FORCE: +FORCE: \ No newline at end of file