Cheesy autodetect for PTR64 on Windows using standard build tools.

This commit is contained in:
Aaron Giles 2010-01-15 23:42:49 +00:00
parent 2a0dcc679e
commit 971151c8d7

View File

@ -78,6 +78,18 @@ OBJDIRS += $(WINOBJ)
#-------------------------------------------------
# auto-detect PTR64
#-------------------------------------------------
ifndef PTR64
ifneq (,$(findstring mingw64-w64,$(PATH)))
PTR64=1
endif
endif
#-------------------------------------------------
# configure the resource compiler
#-------------------------------------------------