You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

logmessages.dsp 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. # Microsoft Developer Studio Project File - Name="logmessages" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=logmessages - Win32 Debug Unicode
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "logmessages.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "logmessages.mak" CFG="logmessages - Win32 Debug Unicode"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "logmessages - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "logmessages - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "logmessages - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29. !IF "$(CFG)" == "logmessages - Win32 Release"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "Release"
  33. # PROP BASE Intermediate_Dir "Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "..\Release"
  38. # PROP Intermediate_Dir "Release"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /YX /FD /c
  42. # ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /c
  43. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  46. # ADD RSC /l 0x809 /d "NDEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # 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 /dll /machine:I386
  52. # ADD LINK32 /nologo /dll /machine:I386 /out:"messages.mc"
  53. # Begin Custom Build
  54. InputPath=.\messages.mc
  55. SOURCE="$(InputPath)"
  56. BuildCmds= \
  57. mc messages.mc \
  58. rc -r -fo messages.res messages.rc \
  59. link -dll -noentry -out:..\Release\logmessages.dll messages.res \
  60. "messages.res" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  61. $(BuildCmds)
  62. "messages.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  63. $(BuildCmds)
  64. "messages.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  65. $(BuildCmds)
  66. "..\Release\logmessages.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  67. $(BuildCmds)
  68. # End Custom Build
  69. !ELSEIF "$(CFG)" == "logmessages - Win32 Debug"
  70. # PROP BASE Use_MFC 0
  71. # PROP BASE Use_Debug_Libraries 1
  72. # PROP BASE Output_Dir "Debug"
  73. # PROP BASE Intermediate_Dir "Debug"
  74. # PROP BASE Target_Dir ""
  75. # PROP Use_MFC 0
  76. # PROP Use_Debug_Libraries 1
  77. # PROP Output_Dir "../Debug"
  78. # PROP Intermediate_Dir "Debug"
  79. # PROP Ignore_Export_Lib 1
  80. # PROP Target_Dir ""
  81. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /YX /FD /GZ /c
  82. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
  83. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  84. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  85. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  86. # ADD RSC /l 0x809 /d "_DEBUG"
  87. BSC32=bscmake.exe
  88. # ADD BASE BSC32 /nologo
  89. # ADD BSC32 /nologo
  90. LINK32=link.exe
  91. # 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 /dll /debug /machine:I386 /pdbtype:sept
  92. # ADD LINK32 /nologo /dll /debug /machine:I386 /nodefaultlib /out:"messages.mc" /pdbtype:sept
  93. # Begin Custom Build
  94. InputPath=.\messages.mc
  95. SOURCE="$(InputPath)"
  96. BuildCmds= \
  97. mc messages.mc \
  98. rc -r -fo messages.res messages.rc \
  99. link -dll -noentry -out:..\Debug\logmessages.dll messages.res \
  100. "messages.res" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  101. $(BuildCmds)
  102. "messages.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  103. $(BuildCmds)
  104. "messages.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  105. $(BuildCmds)
  106. "..\Debug\logmessages.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  107. $(BuildCmds)
  108. # End Custom Build
  109. !ELSEIF "$(CFG)" == "logmessages - Win32 Debug Unicode"
  110. # PROP BASE Use_MFC 0
  111. # PROP BASE Use_Debug_Libraries 1
  112. # PROP BASE Output_Dir "logmessages___Win32_Debug_Unicode"
  113. # PROP BASE Intermediate_Dir "logmessages___Win32_Debug_Unicode"
  114. # PROP BASE Ignore_Export_Lib 1
  115. # PROP BASE Target_Dir ""
  116. # PROP Use_MFC 0
  117. # PROP Use_Debug_Libraries 1
  118. # PROP Output_Dir "..\Debug_Unicode"
  119. # PROP Intermediate_Dir "Debug_Unicode"
  120. # PROP Ignore_Export_Lib 1
  121. # PROP Target_Dir ""
  122. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
  123. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c
  124. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  125. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  126. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  127. # ADD RSC /l 0x809 /d "_DEBUG"
  128. BSC32=bscmake.exe
  129. # ADD BASE BSC32 /nologo
  130. # ADD BSC32 /nologo
  131. LINK32=link.exe
  132. # ADD BASE LINK32 /nologo /dll /debug /machine:I386 /nodefaultlib /out:"messages.mc" /pdbtype:sept
  133. # ADD LINK32 /nologo /dll /debug /machine:I386 /nodefaultlib /out:"messages.mc" /pdbtype:sept
  134. # Begin Custom Build
  135. InputPath=.\messages.mc
  136. SOURCE="$(InputPath)"
  137. BuildCmds= \
  138. mc messages.mc \
  139. rc -r -fo messages.res messages.rc \
  140. link -dll -noentry -out:..\Debug\logmessages.dll messages.res \
  141. "messages.res" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  142. $(BuildCmds)
  143. "messages.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  144. $(BuildCmds)
  145. "messages.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  146. $(BuildCmds)
  147. "..\Debug\logmessages.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  148. $(BuildCmds)
  149. # End Custom Build
  150. !ENDIF
  151. # Begin Target
  152. # Name "logmessages - Win32 Release"
  153. # Name "logmessages - Win32 Debug"
  154. # Name "logmessages - Win32 Debug Unicode"
  155. # Begin Group "Source Files"
  156. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  157. # End Group
  158. # Begin Group "Header Files"
  159. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  160. # End Group
  161. # Begin Group "Resource Files"
  162. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  163. # End Group
  164. # Begin Source File
  165. SOURCE=.\messages.mc
  166. # End Source File
  167. # End Target
  168. # End Project