root / branches / leocad-0-71 / config.mk
| Revision 2, 334 bytes (checked in by docwhat, 9 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | # LeoCAD configuration file |
| 2 | # |
| 3 | include version.mk |
| 4 | |
| 5 | CC := gcc |
| 6 | CXX := g++ |
| 7 | |
| 8 | DEBUG := -g |
| 9 | OS := -D_LINUX |
| 10 | OSDIR := linux |
| 11 | |
| 12 | # Add compile options, such as -I option to include jpeglib's headers |
| 13 | # CPPFLAGS += -I/home/fred/jpeglib |
| 14 | |
| 15 | # Add linker options, such as -L option to include jpeglib's libraries |
| 16 | # LDFLAGS += -L/home/fred/jpeglib |
Note: See TracBrowser
for help on using the browser.
