more tweaking on the project

This commit is contained in:
le vieux
2021-03-13 18:56:21 +01:00
parent 4a752d0732
commit 752e11c226
10 changed files with 42 additions and 72 deletions

View File

@@ -3,10 +3,9 @@
MOYEN=+w1280 +h1024
GRAND=+w1600 +h1200
PETIT=+w800 +h600
DIMS=$(MOYEN)
DIMS=$(PETIT)
OPTS = +a +q9 -d
LOWR = -a +q5 -d
POVRAY=povray
@@ -22,10 +21,11 @@ all: loco.png parking.png corail.png train.png essai.png \
ridelles.png rotonde.png grue.png \
citerne.png
GLOBDEPS=${INCS}/train.inc plancher.inc ${INCS}/poteaux.inc \
${INCS}/rails.inc ${INCS}/grue.inc \
GLOBDEPS=${INCS}/train.inc ${INCS}/poteaux.inc \
${INCS}/rails.inc ${INCS}/grue.inc ${INCS}/ridelles.inc \
${INCS}/citerne.inc \
${INCS}/constantes.inc \
contexte.inc
contexte.inc monde.inc
#--------------------------------------------------------