mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
189 B
15 lines
189 B
@echo off
|
|
|
|
rem Note:
|
|
rem
|
|
rem You must check out ldap.cpp and ldap.h, run this script, then check in the files again.
|
|
|
|
|
|
del ldap.c /q
|
|
del ldap.h /q
|
|
|
|
..\asn1c\asn1c.exe -e basic ldap.asn
|
|
|
|
|
|
|
|
|