distrib.dsp 6.1 KB

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