comment for maxsize
This commit is contained in:
parent
85684c142c
commit
73a6e799bc
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -40,6 +40,7 @@ VSCFILES = $(PROGNAME).vcxproj $(PROGNAME).sln
|
||||||
EXTRAFILES = COPYING $(wildcard shaders/*.?s images/*.png) $(VSCFILES)
|
EXTRAFILES = COPYING $(wildcard shaders/*.?s images/*.png) $(VSCFILES)
|
||||||
DISTFILES = $(SOURCES) Makefile $(HEADERS) $(DOXYFILE) $(EXTRAFILES)
|
DISTFILES = $(SOURCES) Makefile $(HEADERS) $(DOXYFILE) $(EXTRAFILES)
|
||||||
|
|
||||||
|
# API 8
|
||||||
MAXSIZE = 64
|
MAXSIZE = 64
|
||||||
|
|
||||||
# Traitements automatiques pour ajout de chemins et options (ne pas modifier)
|
# Traitements automatiques pour ajout de chemins et options (ne pas modifier)
|
||||||
|
|
Reference in a new issue