LDAP C SDK SASL Windows: Difference between revisions

No edit summary
Line 28: Line 28:
  nmake /f NTMakefile install
  nmake /f NTMakefile install
This will install the redistributable package in C:\CMU
This will install the redistributable package in C:\CMU
* CMU\include - header files
* CMU\lib - libsasl.lib needed at build time
* CMU\bin - libsasl.dll and manifest needed at build time, other executables
* CMU\bin\sasl2 - plugins
** saslANONYMOUS.dll, saslCRAMMD5.dll, saslDIGESTMD5.dll, saslLOGIN.dll, saslPLAIN.dll
  nmake /f NTMakefile clean
  nmake /f NTMakefile clean
will remove the built files if you need to start over again.
will remove the built files if you need to start over again.
54

edits