root / tags / start / config.mk

Revision 2, 334 bytes (checked in by docwhat, 9 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# LeoCAD configuration file
2#
3include version.mk
4
5CC      := gcc
6CXX     := g++
7
8DEBUG       := -g
9OS      := -D_LINUX
10OSDIR       := 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.