summaryrefslogtreecommitdiff
path: root/lib/make_defines.sh
blob: 405a37d9d5ca3b066b825e467ef6205be7717c5f (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
(
	echo "extern const char QUEUE_DIR[]=\"$1\";"
	echo "extern const char CONFIG_DIR[]=\"$2\";"
	echo "extern const char PROTOCOLS_DIR[]=\"$3\";"
	echo "extern const char BIN_DIR[]=\"$4\";"
	echo "extern const char SBIN_DIR[]=\"$5\";"
) > defines.cc