testxres.mak
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:6k
源码类别:

Symbian

开发平台:

Visual C++

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
  2. # ** DO NOT EDIT **
  3. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  4. !IF "$(CFG)" == ""
  5. CFG=testxres - Win32 Debug
  6. !MESSAGE No configuration specified.  Defaulting to testxres - Win32 Debug.
  7. !ENDIF 
  8. !IF "$(CFG)" != "testxres - Win32 Release" && "$(CFG)" !=
  9.  "testxres - Win32 Debug"
  10. !MESSAGE Invalid configuration "$(CFG)" specified.
  11. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  12. !MESSAGE by defining the macro CFG on the command line.  For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "testxres.mak" CFG="testxres - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "testxres - Win32 Release" (based on
  19.  "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "testxres - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE 
  22. !ERROR An invalid configuration is specified.
  23. !ENDIF 
  24. !IF "$(OS)" == "Windows_NT"
  25. NULL=
  26. !ELSE 
  27. NULL=nul
  28. !ENDIF 
  29. ################################################################################
  30. # Begin Project
  31. CPP=cl.exe
  32. MTL=mktyplib.exe
  33. RSC=rc.exe
  34. !IF  "$(CFG)" == "testxres - Win32 Release"
  35. # PROP BASE Use_MFC 0
  36. # PROP BASE Use_Debug_Libraries 0
  37. # PROP BASE Output_Dir "Release"
  38. # PROP BASE Intermediate_Dir "Release"
  39. # PROP BASE Target_Dir ""
  40. # PROP Use_MFC 0
  41. # PROP Use_Debug_Libraries 0
  42. # PROP Output_Dir "Release"
  43. # PROP Intermediate_Dir "Release"
  44. # PROP Target_Dir ""
  45. OUTDIR=.Release
  46. INTDIR=.Release
  47. ALL : 
  48. CLEAN : 
  49. -@erase 
  50. "$(OUTDIR)" :
  51.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  52. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  53. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  54. CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"
  55.  /Fp"$(INTDIR)/testxres.pch" /YX /Fo"$(INTDIR)/" /c 
  56. CPP_OBJS=.Release/
  57. CPP_SBRS=..
  58. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  59. # ADD MTL /nologo /D "NDEBUG" /win32
  60. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  61. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  62. # ADD RSC /l 0x409 /d "NDEBUG"
  63. BSC32=bscmake.exe
  64. # ADD BASE BSC32 /nologo
  65. # ADD BSC32 /nologo
  66. BSC32_FLAGS=/nologo /o"$(OUTDIR)/testxres.bsc" 
  67. BSC32_SBRS= 
  68. LINK32=link.exe
  69. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  70. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  71. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
  72.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib
  73.  odbccp32.lib /nologo /subsystem:windows /dll /incremental:no
  74.  /pdb:"$(OUTDIR)/testxres.pdb" /machine:I386 /out:"$(OUTDIR)/testxres.dll"
  75.  /implib:"$(OUTDIR)/testxres.lib" 
  76. LINK32_OBJS= 
  77. !ELSEIF  "$(CFG)" == "testxres - Win32 Debug"
  78. # PROP BASE Use_MFC 0
  79. # PROP BASE Use_Debug_Libraries 1
  80. # PROP BASE Output_Dir "testxres"
  81. # PROP BASE Intermediate_Dir "testxres"
  82. # PROP BASE Target_Dir ""
  83. # PROP Use_MFC 0
  84. # PROP Use_Debug_Libraries 1
  85. # PROP Output_Dir "testxres"
  86. # PROP Intermediate_Dir "testxres"
  87. # PROP Target_Dir ""
  88. OUTDIR=.testxres
  89. INTDIR=.testxres
  90. ALL : 
  91. CLEAN : 
  92. -@erase 
  93. "$(OUTDIR)" :
  94.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  95. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  96. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  97. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"
  98.  /Fp"$(INTDIR)/testxres.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  99. CPP_OBJS=.testxres/
  100. CPP_SBRS=..
  101. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  102. # ADD MTL /nologo /D "_DEBUG" /win32
  103. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  104. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  105. # ADD RSC /l 0x409 /d "_DEBUG"
  106. BSC32=bscmake.exe
  107. # ADD BASE BSC32 /nologo
  108. # ADD BSC32 /nologo
  109. BSC32_FLAGS=/nologo /o"$(OUTDIR)/testxres.bsc" 
  110. BSC32_SBRS= 
  111. LINK32=link.exe
  112. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  113. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  114. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
  115.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib
  116.  odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes
  117.  /pdb:"$(OUTDIR)/testxres.pdb" /debug /machine:I386
  118.  /out:"$(OUTDIR)/testxres.dll" /implib:"$(OUTDIR)/testxres.lib" 
  119. LINK32_OBJS= 
  120. !ENDIF 
  121. .c{$(CPP_OBJS)}.obj:
  122.    $(CPP) $(CPP_PROJ) $<  
  123. .cpp{$(CPP_OBJS)}.obj:
  124.    $(CPP) $(CPP_PROJ) $<  
  125. .cxx{$(CPP_OBJS)}.obj:
  126.    $(CPP) $(CPP_PROJ) $<  
  127. .c{$(CPP_SBRS)}.sbr:
  128.    $(CPP) $(CPP_PROJ) $<  
  129. .cpp{$(CPP_SBRS)}.sbr:
  130.    $(CPP) $(CPP_PROJ) $<  
  131. .cxx{$(CPP_SBRS)}.sbr:
  132.    $(CPP) $(CPP_PROJ) $<  
  133. ################################################################################
  134. # Begin Target
  135. # Name "testxres - Win32 Release"
  136. # Name "testxres - Win32 Debug"
  137. !IF  "$(CFG)" == "testxres - Win32 Release"
  138. !ELSEIF  "$(CFG)" == "testxres - Win32 Debug"
  139. !ENDIF 
  140. # End Target
  141. # End Project
  142. ################################################################################