View | Details | Raw Unified | Return to bug 59721
Collapse All | Expand All

(-)G:\Projekte\MaxSVN\dependencies_clean\apr-util\apr-util-1.5.4\Makefile.win (-1 / +1 lines)
Lines 74-80 Link Here
74
PREFIX=..\apr-dist
74
PREFIX=..\apr-dist
75
75
76
!IF [$(COMSPEC) /c cl /nologo /? \
76
!IF [$(COMSPEC) /c cl /nologo /? \
77
	| $(SystemRoot)\System32\find.exe "x64" >NUL ] == 0
77
	| $(SYSTEMROOT)\System32\find.exe "x64" >NUL ] == 0
78
ARCH=x64 Release
78
ARCH=x64 Release
79
!ELSE
79
!ELSE
80
ARCH=Win32 Release
80
ARCH=Win32 Release

Return to bug 59721