Lines Matching refs:NEQ
4 if [%Configuration%] NEQ [Debug] goto releasex64
5 if [%Configuration%] NEQ [Release] goto debugx64
8 if [%Platform%] NEQ [x64] goto debugWin32
9 if [%Configuration%] NEQ [Debug] exit 0
14 if [%Platform%] NEQ [x64] goto releaseWin32
15 if [%Configuration%] NEQ [Release] exit 0
20 if [%Platform%] NEQ [Win32] exit 0
21 if [%Configuration%] NEQ [Debug] exit 0
25 if [%Platform%] NEQ [Win32] exit 0
26 if [%Configuration%] NEQ [Release] exit 0