passhook.dsp 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. #
  2. # BEGIN COPYRIGHT BLOCK
  3. # Copyright (C) 2005 Red Hat, Inc.
  4. # All rights reserved.
  5. # END COPYRIGHT BLOCK
  6. #
  7. # Microsoft Developer Studio Project File - Name="passhook" - Package Owner=<4>
  8. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  9. # ** DO NOT EDIT **
  10. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  11. CFG=passhook - Win32 Debug
  12. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  13. !MESSAGE use the Export Makefile command and run
  14. !MESSAGE
  15. !MESSAGE NMAKE /f "passhook.mak".
  16. !MESSAGE
  17. !MESSAGE You can specify a configuration when running NMAKE
  18. !MESSAGE by defining the macro CFG on the command line. For example:
  19. !MESSAGE
  20. !MESSAGE NMAKE /f "passhook.mak" CFG="passhook - Win32 Debug"
  21. !MESSAGE
  22. !MESSAGE Possible choices for configuration are:
  23. !MESSAGE
  24. !MESSAGE "passhook - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  25. !MESSAGE "passhook - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  26. !MESSAGE
  27. # Begin Project
  28. # PROP AllowPerConfigDependencies 0
  29. # PROP Scc_ProjName ""
  30. # PROP Scc_LocalPath ""
  31. CPP=cl.exe
  32. MTL=midl.exe
  33. RSC=rc.exe
  34. !IF "$(CFG)" == "passhook - 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. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PASSHOOK_EXPORTS" /YX /FD /c
  46. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PASSHOOK_EXPORTS" /YX /FD /c
  47. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  48. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  49. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  50. # ADD RSC /l 0x409 /d "NDEBUG"
  51. BSC32=bscmake.exe
  52. # ADD BASE BSC32 /nologo
  53. # ADD BSC32 /nologo
  54. LINK32=link.exe
  55. # 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
  56. # 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 /dll /machine:I386
  57. !ELSEIF "$(CFG)" == "passhook - Win32 Debug"
  58. # PROP BASE Use_MFC 0
  59. # PROP BASE Use_Debug_Libraries 1
  60. # PROP BASE Output_Dir "Debug"
  61. # PROP BASE Intermediate_Dir "Debug"
  62. # PROP BASE Target_Dir ""
  63. # PROP Use_MFC 0
  64. # PROP Use_Debug_Libraries 1
  65. # PROP Output_Dir "Debug"
  66. # PROP Intermediate_Dir "Debug"
  67. # PROP Ignore_Export_Lib 0
  68. # PROP Target_Dir ""
  69. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PASSHOOK_EXPORTS" /YX /FD /GZ /c
  70. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PASSHOOK_EXPORTS" /YX /FD /GZ /c
  71. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  72. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  73. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  74. # ADD RSC /l 0x409 /d "_DEBUG"
  75. BSC32=bscmake.exe
  76. # ADD BASE BSC32 /nologo
  77. # ADD BSC32 /nologo
  78. LINK32=link.exe
  79. # 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
  80. # ADD LINK32 nss3.lib libnspr4.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 /dll /debug /machine:I386 /pdbtype:sept
  81. !ENDIF
  82. # Begin Target
  83. # Name "passhook - Win32 Release"
  84. # Name "passhook - Win32 Debug"
  85. # Begin Group "Source Files"
  86. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  87. # Begin Source File
  88. SOURCE=..\passhand.cpp
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=.\passhook.cpp
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.\passhook.def
  95. # End Source File
  96. # End Group
  97. # Begin Group "Header Files"
  98. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  99. # Begin Source File
  100. SOURCE=..\passhand.h
  101. # End Source File
  102. # End Group
  103. # Begin Group "Resource Files"
  104. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  105. # End Group
  106. # End Target
  107. # End Project