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

@ -1,4 +1,4 @@
# Makefile
# Makefile
# Auteur : Farès BELHADJ
# Email : amsi@up8.edu
# Date : 16/11/2021
@ -16,8 +16,8 @@ CFLAGS = -Wall -O3
CPPFLAGS = -I.
LDFLAGS = -lm
# définition des fichiers et dossiers
PACKNAME = sc_00_07
PROGNAME = rasterizer
PACKNAME = sc_00_01
PROGNAME = bomberman
VERSION = 0.1
distdir = $(PACKNAME)_$(PROGNAME)-$(VERSION)
HEADERS = rasterize.h
@ -74,7 +74,7 @@ doc: $(DOXYFILE)
mv -f $<.new $<
cd documentation && doxygen && cd ..
msvc: $(VSCFILES)
@echo "Now these files ($?) already exist. If you wish to regenerate them, you should first delete them manually."
@echo "Now these files ($?) already exist. If you wish to regenerate them, you should first delete them manually."
$(VSCFILES):
@echo "Generating $@ ..."
@cat ../../Windows/templates/gl4dSample$(suffix $@) | sed -e "s/INSERT_PROJECT_NAME/$(PROGNAME)/g" | sed -e "s/INSERT_TARGET_NAME/$(PROGNAME)/" | sed -e "s/INSERT_SOURCE_FILES/$(MSVCSRC)/" > $@

File diff suppressed because it is too large Load diff