replace rasterizer name by bomberman

This commit is contained in:
Mylloon 2021-12-22 02:16:55 +01:00
parent b0499e52c0
commit db59cc2a85
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 475 additions and 475 deletions

View file

@ -16,8 +16,8 @@ CFLAGS = -Wall -O3
CPPFLAGS = -I. CPPFLAGS = -I.
LDFLAGS = -lm LDFLAGS = -lm
# définition des fichiers et dossiers # définition des fichiers et dossiers
PACKNAME = sc_00_07 PACKNAME = sc_00_01
PROGNAME = rasterizer PROGNAME = bomberman
VERSION = 0.1 VERSION = 0.1
distdir = $(PACKNAME)_$(PROGNAME)-$(VERSION) distdir = $(PACKNAME)_$(PROGNAME)-$(VERSION)
HEADERS = rasterize.h HEADERS = rasterize.h

View file

@ -17,13 +17,13 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = moteur PROJECT_NAME = bomberman
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = 0.2 PROJECT_NUMBER = 0.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.