Commit 6ddaa39
authored
build: adjust build rules for Windows (#35)
Because we do not use `cl` from MSVC or `clang-cl`, we lose some of the
necessary target macros. This manually constructs the macro definitions
to allow building the C/C++ code on Windows. This is required in
addition to #34 to build the gfm branch.1 parent 7fc530e commit 6ddaa39
1 file changed
+20
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
6 | 22 | | |
7 | 23 | | |
8 | 24 | | |
| |||
30 | 46 | | |
31 | 47 | | |
32 | 48 | | |
33 | | - | |
| 49 | + | |
| 50 | + | |
34 | 51 | | |
35 | 52 | | |
36 | 53 | | |
| |||
40 | 57 | | |
41 | 58 | | |
42 | 59 | | |
43 | | - | |
| 60 | + | |
| 61 | + | |
44 | 62 | | |
45 | 63 | | |
46 | 64 | | |
| |||
0 commit comments