Lines Matching refs:win

858     And (InStr(1, "win|win32|win64", str) <= 0) then '' @todo later only 'win' will be valid. remember to fix this check!

859 EnvPrint "set KBUILD_TARGET=win"
860 EnvSet "KBUILD_TARGET", "win"
892 And (InStr(1, "win|win32|win64", str) <= 0) then '' @todo later only 'win' will be valid. remember to fix this check!
893 EnvPrint "set KBUILD_HOST=win"
894 EnvSet "KBUILD_HOST", "win"
919 g_strPathkBuildBin = g_strPathkBuild & "/bin/win." & g_strTargetArch
921 g_strPathkBuildBin = g_strPathkBuild & "/bin/win.x86"
996 strPathVC = g_strPathDev & "/win.x86/vcc/v10sp1"
1039 strPathVC = g_strPathDev & "/win.x86/vcc/v10sp1"
1159 str = g_strPathDev & "/win.x86/sdk/v7.1"
1164 str = g_strPathDev & "/win.x86/sdk/v8.0"
1203 str = g_strPathDev & "/win.x86/sdk/v7.1"
1208 str = g_strPathDev & "/win.x86/sdk/v8.0"
1268 str = g_strPathDev & "/win.x86/ddk/7600.16385.1"
1311 str = g_strPathDev & "/win.x86/ddk/7600.16385.1"
1374 elseif LogFileExists(g_strPathDev, "win.x86/bin/Midl.exe") then
1375 strMidl = g_strPathDev & "/win.x86/bin/Midl.exe"
1411 str = g_strPathDev & "/win.x86/mingw32/v3.3.3"
1412 str2 = g_strPathDev & "/win.x86/w32api/v2.5"
1438 str = g_strPathDev & "/win.x86/mingw32/v3.3.3"
1439 str2 = g_strPathDev & "/win.x86/w32api/v2.5"
1552 str = g_strPathDev & "/win.amd64/mingw-w64/r1"
1577 str = g_strPathDev & "/win.amd64/mingw-w64/r1"
1676 str = g_strPathDev & "/win.x86/libsdl/v1.2.11"
1681 str = g_strPathDev & "/win.x86/libsdl/v1.2.7-InnoTek"
1700 str = g_strPathDev & "/win.x86/libsdl/v1.2.11"
1705 str = g_strPathDev & "/win.x86/libsdl/v1.2.7-InnoTek"
2044 strPathQt4 = g_strPathDev & "/win." & g_strTargetArch & "/qt/v4.7.3-vcc100"
2306 EnvPrint "set PATH=%PATH%;" & g_strPath& "/tools/win." & g_strTargetArch & "/bin;" '' @todo look for yasm