connectivity/com.nokia.tcf/native/TCFNative/TCFServer/TCFServer.mak
changeset 66 6ebd50a63164
parent 60 9d2210c8eed2
equal deleted inserted replaced
62:05c4630a6d73 66:6ebd50a63164
    22 !IF "$(OS)" == "Windows_NT"
    22 !IF "$(OS)" == "Windows_NT"
    23 NULL=
    23 NULL=
    24 !ELSE 
    24 !ELSE 
    25 NULL=nul
    25 NULL=nul
    26 !ENDIF 
    26 !ENDIF 
    27 
       
    28 CPP=cl.exe
       
    29 RSC=rc.exe
       
    30 
    27 
    31 !IF  "$(CFG)" == "TCFServer - Win32 Release"
    28 !IF  "$(CFG)" == "TCFServer - Win32 Release"
    32 
    29 
    33 OUTDIR=.\Release
    30 OUTDIR=.\Release
    34 INTDIR=.\Release
    31 INTDIR=.\Release
    63 	-@erase "$(OUTDIR)\TCFServer.exe"
    60 	-@erase "$(OUTDIR)\TCFServer.exe"
    64 
    61 
    65 "$(OUTDIR)" :
    62 "$(OUTDIR)" :
    66     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
    63     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
    67 
    64 
       
    65 CPP=cl.exe
    68 CPP_PROJ=/nologo /Zp2 /MT /W3 /GX /O2 /I "..\Common\Headers" /I "..\Common\Source" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\TCFServer.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
    66 CPP_PROJ=/nologo /Zp2 /MT /W3 /GX /O2 /I "..\Common\Headers" /I "..\Common\Source" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\TCFServer.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
       
    67 
       
    68 .c{$(INTDIR)}.obj::
       
    69    $(CPP) @<<
       
    70    $(CPP_PROJ) $< 
       
    71 <<
       
    72 
       
    73 .cpp{$(INTDIR)}.obj::
       
    74    $(CPP) @<<
       
    75    $(CPP_PROJ) $< 
       
    76 <<
       
    77 
       
    78 .cxx{$(INTDIR)}.obj::
       
    79    $(CPP) @<<
       
    80    $(CPP_PROJ) $< 
       
    81 <<
       
    82 
       
    83 .c{$(INTDIR)}.sbr::
       
    84    $(CPP) @<<
       
    85    $(CPP_PROJ) $< 
       
    86 <<
       
    87 
       
    88 .cpp{$(INTDIR)}.sbr::
       
    89    $(CPP) @<<
       
    90    $(CPP_PROJ) $< 
       
    91 <<
       
    92 
       
    93 .cxx{$(INTDIR)}.sbr::
       
    94    $(CPP) @<<
       
    95    $(CPP_PROJ) $< 
       
    96 <<
       
    97 
       
    98 RSC=rc.exe
    69 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\resource.res" /d "NDEBUG" 
    99 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\resource.res" /d "NDEBUG" 
    70 BSC32=bscmake.exe
   100 BSC32=bscmake.exe
    71 BSC32_FLAGS=/nologo /o"$(OUTDIR)\TCFServer.bsc" 
   101 BSC32_FLAGS=/nologo /o"$(OUTDIR)\TCFServer.bsc" 
    72 BSC32_SBRS= \
   102 BSC32_SBRS= \
    73 	
   103 	
   168 	-@erase "$(OUTDIR)\TCFServer.pdb"
   198 	-@erase "$(OUTDIR)\TCFServer.pdb"
   169 
   199 
   170 "$(OUTDIR)" :
   200 "$(OUTDIR)" :
   171     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
   201     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
   172 
   202 
       
   203 CPP=cl.exe
   173 CPP_PROJ=/nologo /Zp2 /MTd /W3 /Gm /GX /ZI /Od /I "..\Common\Headers" /I "..\Common\Source" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\TCFServer.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 
   204 CPP_PROJ=/nologo /Zp2 /MTd /W3 /Gm /GX /ZI /Od /I "..\Common\Headers" /I "..\Common\Source" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\TCFServer.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 
       
   205 
       
   206 .c{$(INTDIR)}.obj::
       
   207    $(CPP) @<<
       
   208    $(CPP_PROJ) $< 
       
   209 <<
       
   210 
       
   211 .cpp{$(INTDIR)}.obj::
       
   212    $(CPP) @<<
       
   213    $(CPP_PROJ) $< 
       
   214 <<
       
   215 
       
   216 .cxx{$(INTDIR)}.obj::
       
   217    $(CPP) @<<
       
   218    $(CPP_PROJ) $< 
       
   219 <<
       
   220 
       
   221 .c{$(INTDIR)}.sbr::
       
   222    $(CPP) @<<
       
   223    $(CPP_PROJ) $< 
       
   224 <<
       
   225 
       
   226 .cpp{$(INTDIR)}.sbr::
       
   227    $(CPP) @<<
       
   228    $(CPP_PROJ) $< 
       
   229 <<
       
   230 
       
   231 .cxx{$(INTDIR)}.sbr::
       
   232    $(CPP) @<<
       
   233    $(CPP_PROJ) $< 
       
   234 <<
       
   235 
       
   236 RSC=rc.exe
   174 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\resource.res" /d "_DEBUG" 
   237 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\resource.res" /d "_DEBUG" 
   175 BSC32=bscmake.exe
   238 BSC32=bscmake.exe
   176 BSC32_FLAGS=/nologo /o"$(OUTDIR)\TCFServer.bsc" 
   239 BSC32_FLAGS=/nologo /o"$(OUTDIR)\TCFServer.bsc" 
   177 BSC32_SBRS= \
   240 BSC32_SBRS= \
   178 	"$(INTDIR)\Client.sbr" \
   241 	"$(INTDIR)\Client.sbr" \
   239    copybinaries Debug
   302    copybinaries Debug
   240 	echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
   303 	echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
   241 
   304 
   242 !ENDIF 
   305 !ENDIF 
   243 
   306 
   244 .c{$(INTDIR)}.obj::
       
   245    $(CPP) @<<
       
   246    $(CPP_PROJ) $< 
       
   247 <<
       
   248 
       
   249 .cpp{$(INTDIR)}.obj::
       
   250    $(CPP) @<<
       
   251    $(CPP_PROJ) $< 
       
   252 <<
       
   253 
       
   254 .cxx{$(INTDIR)}.obj::
       
   255    $(CPP) @<<
       
   256    $(CPP_PROJ) $< 
       
   257 <<
       
   258 
       
   259 .c{$(INTDIR)}.sbr::
       
   260    $(CPP) @<<
       
   261    $(CPP_PROJ) $< 
       
   262 <<
       
   263 
       
   264 .cpp{$(INTDIR)}.sbr::
       
   265    $(CPP) @<<
       
   266    $(CPP_PROJ) $< 
       
   267 <<
       
   268 
       
   269 .cxx{$(INTDIR)}.sbr::
       
   270    $(CPP) @<<
       
   271    $(CPP_PROJ) $< 
       
   272 <<
       
   273 
       
   274 
   307 
   275 !IF "$(NO_EXTERNAL_DEPS)" != "1"
   308 !IF "$(NO_EXTERNAL_DEPS)" != "1"
   276 !IF EXISTS("TCFServer.dep")
   309 !IF EXISTS("TCFServer.dep")
   277 !INCLUDE "TCFServer.dep"
   310 !INCLUDE "TCFServer.dep"
   278 !ELSE 
   311 !ELSE