more tweaking on the project
This commit is contained in:
10
Makefile
10
Makefile
@@ -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
|
||||
|
||||
#--------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user