nssm.dsp 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. # Microsoft Developer Studio Project File - Name="nssm" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=nssm - Win32 Debug
  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 "nssm.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 "nssm.mak" CFG="nssm - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "nssm - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "nssm - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "nssm - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "Release"
  31. # PROP BASE Intermediate_Dir "Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "Release"
  36. # PROP Intermediate_Dir "Release"
  37. # PROP Ignore_Export_Lib 0
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  40. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  41. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  42. # ADD RSC /l 0x809 /d "NDEBUG"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LINK32=link.exe
  47. # ADD BASE LINK32 shlwapi.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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:console /machine:I386
  48. # ADD LINK32 shlwapi.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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:console /machine:I386 /out:"nssm.exe"
  49. !ELSEIF "$(CFG)" == "nssm - Win32 Debug"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 1
  52. # PROP BASE Output_Dir "Debug"
  53. # PROP BASE Intermediate_Dir "Debug"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 1
  57. # PROP Output_Dir "Debug"
  58. # PROP Intermediate_Dir "Debug"
  59. # PROP Ignore_Export_Lib 0
  60. # PROP Target_Dir ""
  61. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  62. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
  63. # SUBTRACT CPP /YX
  64. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  65. # ADD RSC /l 0x809 /d "_DEBUG"
  66. BSC32=bscmake.exe
  67. # ADD BASE BSC32 /nologo
  68. # ADD BSC32 /nologo
  69. LINK32=link.exe
  70. # ADD BASE LINK32 shlwapi.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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:console /debug /machine:I386 /pdbtype:sept
  71. # ADD LINK32 shlwapi.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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:console /debug /machine:I386 /out:"nssm.exe" /pdbtype:sept
  72. !ENDIF
  73. # Begin Target
  74. # Name "nssm - Win32 Release"
  75. # Name "nssm - Win32 Debug"
  76. # Begin Group "Source Files"
  77. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  78. # Begin Source File
  79. SOURCE=.\event.cpp
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=.\gui.cpp
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=.\io.cpp
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=.\nssm.cpp
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=.\process.cpp
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.\registry.cpp
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.\service.cpp
  98. # End Source File
  99. # End Group
  100. # Begin Group "Header Files"
  101. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  102. # Begin Source File
  103. SOURCE=.\event.h
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.\gui.h
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=.\io.h
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.\nssm.h
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.\process.h
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.\registry.h
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.\service.h
  122. # End Source File
  123. # End Group
  124. # Begin Group "Resource Files"
  125. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  126. # Begin Source File
  127. SOURCE=.\nssm.ico
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=.\nssm.rc
  131. # End Source File
  132. # End Group
  133. # End Target
  134. # End Project