Home | History | Annotate | Download | only in uconv

Lines Matching refs:CFG

12 !IF "$(CFG)" == ""
13 CFG=Debug
18 !IF "$(CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CFG)" != "x86\Release" && "$(CFG)" != "x86\Debug" && "$(CFG)" != "x64\Release" && "$(CFG)" != "x64\Debug"
19 !MESSAGE Invalid configuration "$(CFG)" specified.
21 !MESSAGE by defining the macro CFG on the command line. For example:
23 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug"
44 DLL_OUTPUT=.\$(CFG)
51 !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug"
96 -@erase "$(CFG)\*uconvmsg*.*"