Changeset 151 in libcf for trunk/makeinclude/platform.mk


Ignore:
Timestamp:
10/31/13 10:17:24 (10 years ago)
Author:
cheese
Message:

#1 fix interface and add util module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makeinclude/platform.mk

    r134 r151  
    99DOXYGEN := $(shell which doxygen)
    1010
    11 DOXYGEN_OUTPUT_PATH = ../documentation
     11DOXYGEN_OUTPUT_PATH = ../Documentation
    1212DOXYGEN_PATH        = ../docs
    1313DOXYGEN_FILE        = $(DOXYGEN_PATH)/doxyfile
     
    1616# set options
    1717#------------------------------------------------------------
    18 ifeq ($(DEBUG), YES)
     18ifeq ($(DEBUG), yes)
    1919    DEFS = -D_DEBUG
    2020    FLAG = -g
Note: See TracChangeset for help on using the changeset viewer.