Changeset 6141 for trunk/Makefile
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r6122 r6141 26 26 # The ARB source code is aware of the following defines: 27 27 # 28 # NDEBUG doesn t compile the DEBUG sections28 # NDEBUG doesn't compile the DEBUG sections 29 29 # DEVEL_$(DEVELOPER) developer-dependent flag (enables you to have private sections in code) 30 30 # DEVELOPER='ANY' (default setting) will be ignored … … 193 193 194 194 cflags += -pipe 195 cflags += -fmessage-length=0# don t wrap compiler output195 cflags += -fmessage-length=0# don't wrap compiler output 196 196 cflags += -funit-at-a-time 197 197 cflags += -fPIC … … 242 242 243 243 GL_LIBS:=# no opengl -> no libs 244 GL:=# don t build ARB openGL libs244 GL:=# don't build ARB openGL libs 245 245 246 246 endif … … 366 366 @echo ' modified - rebuild files modified in svn checkout (touches files!)' 367 367 @echo '' 368 @echo 'Internal maint ainance:'368 @echo 'Internal maintenance:' 369 369 @echo '' 370 370 @echo ' release - build a release (increases minor version number)' … … 939 939 940 940 #*************************************************************************************** 941 # Recursive calls to sub makefiles941 # Recursive calls to sub-makefiles 942 942 #*************************************************************************************** 943 943
