Windows: must use backslash for makefile exist test

Change-Id: Ifb8c7b88be92a856073e1001ace60ac43c69eb6d
This commit is contained in:
Jeffrey Altman
2013-09-13 21:40:07 -04:00
parent 1243f2a0d3
commit 559cd780b3

View File

@@ -29,7 +29,7 @@
# POSSIBILITY OF SUCH DAMAGE.
#
!if exist(thirdparty/NTMakefile)
!if exist("thirdparty\NTMakefile")
thirdparty=thirdparty
!endif