testplugin.dsp 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. #
  2. # BEGIN COPYRIGHT BLOCK
  3. # This Program is free software; you can redistribute it and/or modify it under
  4. # the terms of the GNU General Public License as published by the Free Software
  5. # Foundation; version 2 of the License.
  6. #
  7. # This Program is distributed in the hope that it will be useful, but WITHOUT
  8. # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  9. # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  10. #
  11. # You should have received a copy of the GNU General Public License along with
  12. # this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
  13. # Place, Suite 330, Boston, MA 02111-1307 USA.
  14. #
  15. # In addition, as a special exception, Red Hat, Inc. gives You the additional
  16. # right to link the code of this Program with code not covered under the GNU
  17. # General Public License ("Non-GPL Code") and to distribute linked combinations
  18. # including the two, subject to the limitations in this paragraph. Non-GPL Code
  19. # permitted under this exception must only link to the code of this Program
  20. # through those well defined interfaces identified in the file named EXCEPTION
  21. # found in the source code files (the "Approved Interfaces"). The files of
  22. # Non-GPL Code may instantiate templates or use macros or inline functions from
  23. # the Approved Interfaces without causing the resulting work to be covered by
  24. # the GNU General Public License. Only Red Hat, Inc. may make changes or
  25. # additions to the list of Approved Interfaces. You must obey the GNU General
  26. # Public License in all respects for all of the Program code and other code used
  27. # in conjunction with the Program except the Non-GPL Code covered by this
  28. # exception. If you modify this file, you may extend this exception to your
  29. # version of the file, but you are not obligated to do so. If you do not wish to
  30. # provide this exception without modification, you must delete this exception
  31. # statement from your version and license this file solely under the GPL without
  32. # exception.
  33. #
  34. #
  35. # Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  36. # Copyright (C) 2005 Red Hat, Inc.
  37. # All rights reserved.
  38. # END COPYRIGHT BLOCK
  39. #
  40. # Microsoft Developer Studio Project File - Name="testplugin" - Package Owner=<4>
  41. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  42. # ** DO NOT EDIT **
  43. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  44. CFG=testplugin - Win32 Release
  45. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  46. !MESSAGE use the Export Makefile command and run
  47. !MESSAGE
  48. !MESSAGE NMAKE /f "testplugin.mak".
  49. !MESSAGE
  50. !MESSAGE You can specify a configuration when running NMAKE
  51. !MESSAGE by defining the macro CFG on the command line. For example:
  52. !MESSAGE
  53. !MESSAGE NMAKE /f "testplugin.mak" CFG="testplugin - Win32 Release"
  54. !MESSAGE
  55. !MESSAGE Possible choices for configuration are:
  56. !MESSAGE
  57. !MESSAGE "testplugin - Win32 Release" (based on\
  58. "Win32 (x86) Dynamic-Link Library")
  59. !MESSAGE "testplugin - Win32 Debug" (based on\
  60. "Win32 (x86) Dynamic-Link Library")
  61. !MESSAGE
  62. # Begin Project
  63. # PROP Scc_ProjName ""
  64. # PROP Scc_LocalPath ""
  65. CPP=cl.exe
  66. MTL=midl.exe
  67. RSC=rc.exe
  68. !IF "$(CFG)" == "testplugin - Win32 Release"
  69. # PROP BASE Use_MFC 0
  70. # PROP BASE Use_Debug_Libraries 0
  71. # PROP BASE Output_Dir ".\Release"
  72. # PROP BASE Intermediate_Dir ".\Release"
  73. # PROP BASE Target_Dir ""
  74. # PROP Use_MFC 0
  75. # PROP Use_Debug_Libraries 0
  76. # PROP Output_Dir ".\Release"
  77. # PROP Intermediate_Dir ".\Release"
  78. # PROP Ignore_Export_Lib 0
  79. # PROP Target_Dir ""
  80. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  81. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32" /YX /FD /c
  82. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  83. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  84. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  85. # ADD RSC /l 0x409 /d "NDEBUG"
  86. BSC32=bscmake.exe
  87. # ADD BASE BSC32 /nologo
  88. # ADD BSC32 /nologo
  89. LINK32=link.exe
  90. # 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
  91. # 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 wsock32.lib ..\lib\libslapd.lib /nologo /subsystem:windows /dll /machine:I386
  92. !ELSEIF "$(CFG)" == "testplugin - Win32 Debug"
  93. # PROP BASE Use_MFC 0
  94. # PROP BASE Use_Debug_Libraries 1
  95. # PROP BASE Output_Dir ".\Debug"
  96. # PROP BASE Intermediate_Dir ".\Debug"
  97. # PROP BASE Target_Dir ""
  98. # PROP Use_MFC 0
  99. # PROP Use_Debug_Libraries 1
  100. # PROP Output_Dir ".\Debug"
  101. # PROP Intermediate_Dir ".\Debug"
  102. # PROP Ignore_Export_Lib 0
  103. # PROP Target_Dir ""
  104. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  105. # ADD CPP /nologo /MD /W3 /Gm /GX /Zi /Od /I "..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WIN32" /YX /FD /c
  106. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  107. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  108. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  109. # ADD RSC /l 0x409 /d "_DEBUG"
  110. BSC32=bscmake.exe
  111. # ADD BASE BSC32 /nologo
  112. # ADD BSC32 /nologo
  113. LINK32=link.exe
  114. # 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
  115. # 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 wsock32.lib ..\lib\libslapd.lib /nologo /subsystem:windows /dll /debug /machine:I386
  116. !ENDIF
  117. # Begin Target
  118. # Name "testplugin - Win32 Release"
  119. # Name "testplugin - Win32 Debug"
  120. # Begin Group "Source Files"
  121. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  122. # Begin Source File
  123. SOURCE=.\dllmain.c
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\testbind.c
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\testentry.c
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\testextendedop.c
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.\testplugin.def
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.\testpostop.c
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.\testpreop.c
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\testsaslbind.c
  145. # End Source File
  146. # End Group
  147. # Begin Group "Header Files"
  148. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  149. # End Group
  150. # Begin Group "Resource Files"
  151. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  152. # End Group
  153. # End Target
  154. # End Project