mirror of
https://github.com/holub/mame
synced 2025-05-20 12:48:53 +03:00
Cheesy autodetect for PTR64 on Windows using standard build tools.
This commit is contained in:
parent
2a0dcc679e
commit
971151c8d7
@ -78,6 +78,18 @@ OBJDIRS += $(WINOBJ)
|
||||
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
# auto-detect PTR64
|
||||
#-------------------------------------------------
|
||||
|
||||
ifndef PTR64
|
||||
ifneq (,$(findstring mingw64-w64,$(PATH)))
|
||||
PTR64=1
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
# configure the resource compiler
|
||||
#-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user