Skip to content

Commit

Permalink
Compiled weather data conversion for Java 8 as target (maint 9.1.x)
Browse files Browse the repository at this point in the history
This is for #3458
  • Loading branch information
mwetter committed Jul 18, 2023
1 parent 3e24fd1 commit a692a3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Buildings/Resources/bin/ConvertWeatherData.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion Buildings/Resources/src/convertEPW/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OBJS = ConvertWeatherData.class
JARS = ConvertWeatherData.jar
#######################################################
all: clean doc
$(JC) $(SRCS)
$(JC) --release 8 $(SRCS)
$(JJ) $(JFLAGS) $(JARS) Manifest.txt $(OBJS) $(SRCS)
$(JJ) -i $(JARS)
rm $(OBJS)
Expand Down

0 comments on commit a692a3e

Please sign in to comment.