Ajout demande du nombre de joueur
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@JAVAC_OPT = -implicit:none \
|
||||
-d build -classpath build -sourcepath src
|
||||
-d build -classpath "build" -sourcepath src
|
||||
PACKAGE = fr.iutfbleau.projetAgile
|
||||
PACKAGE_PATH = fr/iutfbleau/projetAgile
|
||||
|
||||
@@ -25,7 +25,7 @@ Controller = build/$(PACKAGE_PATH)/Puissance4/Controller/GrilleMouseListener.cla
|
||||
#BUT PAR DEFAUT
|
||||
ArgileGames.jar : build/$(PACKAGE_PATH)/Main.class
|
||||
@echo "Creating jar..."
|
||||
@jar cfe ArgileGames.jar $(PACKAGE_PATH).Main -C build fr -C res images
|
||||
@jar cfme ArgileGames.jar Manifest.txt $(PACKAGE_PATH).Main res/ -C build fr
|
||||
@echo "Finished"
|
||||
|
||||
#------- Events ------
|
||||
@@ -144,7 +144,7 @@ build/$(PACKAGE_PATH)/Puissance4/LancementPuissance4.class : src/$(PACKAGE_PATH)
|
||||
build/$(PACKAGE_PATH)/Puissance4/View/ColorChooserDialog.class \
|
||||
build/$(PACKAGE_PATH)/Puissance4/View/Grille.class \
|
||||
build/$(PACKAGE_PATH)/Puissance4/Model/GrilleModel.class
|
||||
@javac $(@JAVAC_OPT) $<
|
||||
@javac -implicit:none -d build -classpath "build:res/mariadb-client.jar" -sourcepath src $<
|
||||
|
||||
build/$(PACKAGE_PATH)/Jeu.class : src/$(PACKAGE_PATH)/Jeu.java
|
||||
@javac $(@JAVAC_OPT) $<
|
||||
|
Reference in New Issue
Block a user