Pion avec antialiasing, code redondant classe PlayerEvent et StatusEvent --> Fusion des deux classes
This commit is contained in:
@@ -16,7 +16,6 @@ Utils = build/$(PACKAGE_PATH)/Utils/Constants.class \
|
||||
|
||||
Events = build/$(PACKAGE_PATH)/Event/GridChangedListener.class \
|
||||
build/$(PACKAGE_PATH)/Event/GridEvent.class \
|
||||
build/$(PACKAGE_PATH)/Event/PlayerEvent.class \
|
||||
build/$(PACKAGE_PATH)/Event/StatusEvent.class
|
||||
|
||||
Model = build/$(PACKAGE_PATH)/Model/GrilleModel.class
|
||||
@@ -31,9 +30,6 @@ ArgileGames.jar : build/$(PACKAGE_PATH)/Main.class
|
||||
|
||||
#------- Events ------
|
||||
|
||||
build/$(PACKAGE_PATH)/Event/PlayerEvent.class : src/$(PACKAGE_PATH)/Event/PlayerEvent.java
|
||||
javac $(JAVAC_OPT) $<
|
||||
|
||||
build/$(PACKAGE_PATH)/Event/GridEvent.class : src/$(PACKAGE_PATH)/Event/GridEvent.java
|
||||
javac $(JAVAC_OPT) $<
|
||||
|
||||
@@ -42,8 +38,7 @@ build/$(PACKAGE_PATH)/Event/StatusEvent.class : src/$(PACKAGE_PATH)/Event/Status
|
||||
javac $(JAVAC_OPT) $<
|
||||
|
||||
build/$(PACKAGE_PATH)/Event/GridChangedListener.class : src/$(PACKAGE_PATH)/Event/GridChangedListener.java \
|
||||
build/$(PACKAGE_PATH)/Event/GridEvent.class \
|
||||
build/$(PACKAGE_PATH)/Event/PlayerEvent.class
|
||||
build/$(PACKAGE_PATH)/Event/GridEvent.class
|
||||
javac $(JAVAC_OPT) $<
|
||||
|
||||
build/$(PACKAGE_PATH)/Event/AbstractGridInitiater.class : src/$(PACKAGE_PATH)/Event/AbstractGridInitiater.java \
|
||||
|
Reference in New Issue
Block a user