Adding comment explaining how to build this utility. Not part of the build.

This commit is contained in:
jst%mozilla.jstenback.com 2006-03-10 00:37:54 +00:00
Родитель 4877de3e8e
Коммит cb0dba3d37
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -36,6 +36,12 @@
*
* ***** END LICENSE BLOCK ***** */
/*
* To compile, do:
*
* gcc -framework ApplicationServices -l stdc++ -o asencode asencode.cpp
*/
#include <cstdio>
#include <cstdlib>
#include <cstring>