P
parveen.beniwal
hi all
i am having the following line of code in my mak file.
!IF "$(CFG)" == ""
CFG=DesktopCommon - Win32 Release
!MESSAGE No configuration specified. Defaulting to DesktopCommon -
Win32 Release.
!ENDIF
but while making it using NMAKE it giving me
fatal error U1023: syntax error in expression
message.
Any help is appreciated.
Thanks
i am having the following line of code in my mak file.
!IF "$(CFG)" == ""
CFG=DesktopCommon - Win32 Release
!MESSAGE No configuration specified. Defaulting to DesktopCommon -
Win32 Release.
!ENDIF
but while making it using NMAKE it giving me
fatal error U1023: syntax error in expression
message.
Any help is appreciated.
Thanks