Compact -I paths in makefiles for more readble files/output.

Also some white space cleaning and removal of redundant parameter.
This commit is contained in:
Guillermo S. Romero
2010-12-22 22:15:20 +00:00
parent 54343b79e6
commit 29799bf09c
7 changed files with 40 additions and 22 deletions

View File

@@ -1,3 +1,4 @@
# -*- mode: cmake; indent-tabs-mode: t; -*-
# $Id$
# ***** BEGIN GPL LICENSE BLOCK *****
#
@@ -34,7 +35,7 @@ endif()
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
add_definitions(-DWITH_BINRELOC)
include_directories(${BINRELOC_INC})
blender_include_dirs(${BINRELOC_INC})
endif()
add_custom_command(