summaryrefslogtreecommitdiff
path: root/win/config.h
blob: 27b7bccd96a2fe67b23be02d419d357aa3a84225 (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 73
#define LC_VERSION_PATCH 0
#define LC_VERSION_OSNAME "Windows"
#define LC_VERSION "0.73.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_