Changeset c3b2f42 in lost-perception for makefile


Ignore:
Timestamp:
Nov 2, 2018, 3:02:21 AM (6 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
master
Children:
0b84f13
Parents:
1c27783
Message:

Make the loading screen show correctly on OSX, remove some .class files that were accidentally committed, and change the name of the jar file generated by make from LostHavenRPG.jar to LostPerception.jar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    r1c27783 rc3b2f42  
    1919FILE_DEPS = $(DIALOG_FILE_DEPS) $(IMAGE_FILE_DEPS) $(MAP_FILE_DEPS)
    2020
    21 LostHavenRPG: $(CLASS_DEPS) $(FILE_DEPS)
    22         jar cfe [email protected] main.$@ $^ $(INNER_DEPS)
     21LostPerception: $(CLASS_DEPS) $(FILE_DEPS)
     22        jar cfe [email protected] main.LostHavenRPG $^ $(INNER_DEPS)
Note: See TracChangeset for help on using the changeset viewer.