Undo makefile changes

This commit is contained in:
tmaul 2012-01-01 21:43:29 +00:00
parent f13125cdd1
commit 3d0c938d0e

View File

@ -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
@ -62,10 +62,10 @@ mingw452: FORCE
mingw461: FORCE mingw461: FORCE
@$(MAKE) -s -f makefile.mingw GCC461=1 @$(MAKE) -s -f makefile.mingw GCC461=1
sdl: FORCE sdl: FORCE
@$(MAKE) -s -f makefile.sdl @$(MAKE) -s -f makefile.sdl
vc: FORCE vc: FORCE
@$(MAKE) -s -f makefile.vc @$(MAKE) -s -f makefile.vc
FORCE: FORCE: