moo-config.h for win32
This commit is contained in:
parent
3e62c2fc2f
commit
09bbdcd95a
32
winbuild/moo-config.h
Normal file
32
winbuild/moo-config.h
Normal file
@ -0,0 +1,32 @@
|
||||
/*
|
||||
* moo-config.h
|
||||
*
|
||||
* Copyright (C) 2004-2007 by Yevgen Muntyan <muntyan@math.tamu.edu>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License version 2.1 as published by the Free Software Foundation.
|
||||
*
|
||||
* See COPYING file that comes with this distribution.
|
||||
*/
|
||||
|
||||
#ifndef MOO_CONFIG_H
|
||||
#define MOO_CONFIG_H
|
||||
|
||||
|
||||
#define MOO_VERSION "0.9.3"
|
||||
#define MOO_MAJOR_VERSION 0
|
||||
#define MOO_MINOR_VERSION 9
|
||||
#define MOO_MICRO_VERSION 3
|
||||
|
||||
#define MOO_MODULE_VERSION "1.0"
|
||||
#define MOO_MODULE_MAJOR_VERSION 1
|
||||
#define MOO_MODULE_MINOR_VERSION 0
|
||||
|
||||
#define MOO_LUA_ENABLED 1
|
||||
#define MOO_APP_ENABLED 1
|
||||
#define MOO_EDIT_ENABLED 1
|
||||
#define MOO_TERM_ENABLED 1
|
||||
|
||||
|
||||
#endif /* MOO_CONFIG_H */
|
Loading…
x
Reference in New Issue
Block a user