mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-22 12:54:21 +08:00
Brings it more into line with make based system. I've tested on 32- and 64-bit Windows, but not yet Linux.
6 lines
168 B
C
6 lines
168 B
C
#define CONFIG_TCCDIR "${CMAKE_INSTALL_PREFIX}"
|
|
#define TCC_VERSION "${TCC_VERSION}"
|
|
|
|
#cmakedefine CONFIG_WIN32
|
|
#cmakedefine CONFIG_WIN64
|
|
#cmakedefine CONFIG_TCC_BCHECK |