changeset 1288 | 7ccc1c504331 |
parent 1276 | 88267d591eb1 |
child 1289 | 2514debc704e |
1287:adb8820d4600 | 1288:7ccc1c504331 |
---|---|
214 |
214 |
215 ############################################################################## |
215 ############################################################################## |
216 # |
216 # |
217 # Compiler configuration |
217 # Compiler configuration |
218 # |
218 # |
219 CC ?= gcc |
|
220 CXX ?= g++ |
|
219 |
221 |
220 # Executable file extension |
222 # Executable file extension |
221 ifdef WIN32 |
223 ifdef WIN32 |
222 EXE=.exe |
224 EXE=.exe |
223 else |
225 else |