Home | History | Annotate | Download | only in uconv

Lines Matching refs:debug

7 # nmake /f makedata.mak icup=<path_to_icu_instalation> [Debug|Release]
11 #If no config, we default to debug
13 CFG=Debug
14 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug.
18 !IF "$(CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CFG)" != "x86\Release" && "$(CFG)" != "x86\Debug" && "$(CFG)" != "x64\Release" && "$(CFG)" != "x64\Debug"
23 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug"
28 !MESSAGE "Debug"
51 !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug"