mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
add new NT service modules
This commit is contained in:
parent
4d6ce8b87e
commit
8f99cafe87
1 changed files with 43 additions and 0 deletions
|
|
@ -172,6 +172,14 @@ SOURCE=.\md5.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\nt_err.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ntservice.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\passwd.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
@ -181,6 +189,41 @@ SOURCE=..\..\include\portable.h
|
|||
# Begin Source File
|
||||
|
||||
SOURCE=.\sha1.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\slapdmsg.mc
|
||||
|
||||
!IF "$(CFG)" == "liblutil - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "liblutil - Win32 Debug"
|
||||
|
||||
# Begin Custom Build
|
||||
IntDir=.\Debug\liblutil
|
||||
InputPath=.\slapdmsg.mc
|
||||
|
||||
"slapdmsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
mc -v slapdmsg.mc -r $(IntDir)
|
||||
rc /v /r $(IntDir)\slapdmsg.rc
|
||||
|
||||
# End Custom Build
|
||||
|
||||
!ELSEIF "$(CFG)" == "liblutil - Win32 Single Debug"
|
||||
|
||||
# Begin Custom Build
|
||||
IntDir=.\SDebug\liblutil
|
||||
InputPath=.\slapdmsg.mc
|
||||
|
||||
"slapdmsg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
mc -v slapdmsg.mc -r $(IntDir)
|
||||
rc /v /r $(IntDir)slapdmsg.rc
|
||||
|
||||
# End Custom Build
|
||||
|
||||
!ELSEIF "$(CFG)" == "liblutil - Win32 Single Release"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# End Target
|
||||
# End Project
|
||||
|
|
|
|||
Loading…
Reference in a new issue