mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +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
|
# configure the resource compiler
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user