diff options
| author | James Lyon <jamesly0n@hotmail.com> | 2013-04-25 01:08:18 +0100 |
|---|---|---|
| committer | James Lyon <jamesly0n@hotmail.com> | 2013-04-25 01:08:18 +0100 |
| commit | e7a7efed11792e0dbc14a66b02fa7b25886f69d8 (patch) | |
| tree | a8ac98cdc31dc8f15cff22b46b2a9799183bd8e5 /config.h.in | |
| parent | 5c35ba66c5ade4713bbd9c005e66889f6d7db293 (diff) | |
| download | tinycc-e7a7efed11792e0dbc14a66b02fa7b25886f69d8.tar.gz tinycc-e7a7efed11792e0dbc14a66b02fa7b25886f69d8.tar.bz2 | |
Added cross compilation to CMake build system.
Brings it more into line with make based system. I've tested on 32- and 64-bit
Windows, but not yet Linux.
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 588408d..79640fd 100644 --- a/config.h.in +++ b/config.h.in @@ -3,3 +3,4 @@ #cmakedefine CONFIG_WIN32 #cmakedefine CONFIG_WIN64 +#cmakedefine CONFIG_TCC_BCHECK
\ No newline at end of file |
