54
edits
Line 30: | Line 30: | ||
* CMU\include - header files | * CMU\include - header files | ||
* CMU\lib - libsasl.lib needed at build time | * CMU\lib - libsasl.lib needed at build time | ||
* CMU\bin - libsasl.dll and manifest needed at | * CMU\bin - libsasl.dll and manifest needed at run time, other executables | ||
* CMU\bin\sasl2 - plugins | * 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. |
edits