Merge branch 'main' of feistymeow.org:feisty_meow
[feisty_meow.git] / production / system_helper_template.h
1 #ifndef SYSTEM_HELPER_GROUP
2 #define SYSTEM_HELPER_GROUP
3
4 //////////////
5 // Name   : system helper header
6 // Author : Chris Koeritz
7 // Rights : Copyright (c) 2012-$now By Author
8 //////////////
9 // This file is free software; you can modify/redistribute it under the terms
10 // of the GNU General Public License. [ http://www.gnu.org/licenses/gpl.html ]
11 // Feel free to send updates to: [ fred@gruntose.com ]
12 //////////////
13
14 //! Isolates a few system dependencies for feisty meow runtime environment.
15
16 //////////////
17
18 /*
19   default location of virtual root directory for Unix.
20   the contents here are replaced at runtime on windoze if cygwin is
21   available.
22 */
23 #define FEISTY_MEOW_VIRTUAL_UNIX_ROOT "c:/cygwin"
24
25 // hmmm: support msys too at some point?  very worthy as well.
26
27 //////////////
28
29 #endif
30