summaryrefslogtreecommitdiff
path: root/win/config.h
blob: 642309fb7af8ad3c3e89177930d50292e0fa5b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
// LeoCAD configuration
//
// Auto-generated file, DO NOT EDIT
//

#ifndef _CONFIG_H_
#define _CONFIG_H_

#define LC_VERSION_MAJOR 0
#define LC_VERSION_MINOR 72
#define LC_VERSION_PATCH 0
#define LC_VERSION_OSNAME "Windows"
#define LC_VERSION "0.72.0"
#define LC_INSTALL_PREFIX "C:\\leocad"

#define LC_LITTLE_ENDIAN
#define LC_HAVE_JPEGLIB
#define LC_HAVE_ZLIB
#define LC_HAVE_PNGLIB

#endif // _CONFIG_H_