X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=production%2Fsystem_helper_template.h;fp=production%2Fsystem_helper_template.h;h=96b01772347e552adbbd9ea32adbc9ce9980658a;hp=0000000000000000000000000000000000000000;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hpb=a4c99c6006b3aa20b5f65f02c2d30db7e790083a diff --git a/production/system_helper_template.h b/production/system_helper_template.h new file mode 100644 index 00000000..96b01772 --- /dev/null +++ b/production/system_helper_template.h @@ -0,0 +1,30 @@ +#ifndef SYSTEM_HELPER_GROUP +#define SYSTEM_HELPER_GROUP + +////////////// +// Name : system helper header +// Author : Chris Koeritz +// Rights : Copyright (c) 2012-$now By Author +////////////// +// This file is free software; you can modify/redistribute it under the terms +// of the GNU General Public License. [ http://www.gnu.org/licenses/gpl.html ] +// Feel free to send updates to: [ fred@gruntose.com ] +////////////// + +//! Isolates a few system dependencies for feisty meow runtime environment. + +////////////// + +/* + default location of virtual root directory for Unix. + the contents here are replaced at runtime on windoze if cygwin is + available. +*/ +#define FEISTY_MEOW_VIRTUAL_UNIX_ROOT "c:/cygwin" + +// hmmm: support msys too at some point? very worthy as well. + +////////////// + +#endif +