Changeset 6141 for trunk/Makefile

Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r6122 r6141  
    2626# The ARB source code is aware of the following defines: 
    2727# 
    28 # NDEBUG                doesnt compile the DEBUG sections 
     28# NDEBUG                doesn't compile the DEBUG sections 
    2929# DEVEL_$(DEVELOPER)    developer-dependent flag (enables you to have private sections in code) 
    3030#                       DEVELOPER='ANY' (default setting) will be ignored 
     
    193193 
    194194cflags += -pipe 
    195 cflags += -fmessage-length=0# dont wrap compiler output 
     195cflags += -fmessage-length=0# don't wrap compiler output 
    196196cflags += -funit-at-a-time 
    197197cflags += -fPIC 
     
    242242 
    243243GL_LIBS:=# no opengl -> no libs 
    244 GL:=# dont build ARB openGL libs 
     244GL:=# don't build ARB openGL libs 
    245245 
    246246endif 
     
    366366                @echo ' modified     - rebuild files modified in svn checkout (touches files!)' 
    367367                @echo '' 
    368                 @echo 'Internal maintainance:' 
     368                @echo 'Internal maintenance:' 
    369369                @echo '' 
    370370                @echo ' release     - build a release (increases minor version number)' 
     
    939939 
    940940#*************************************************************************************** 
    941 #                       Recursive calls to submakefiles 
     941#                       Recursive calls to sub-makefiles 
    942942#*************************************************************************************** 
    943943