Skip to content

Commit

Permalink
chore: fix a typo in makefile, update po files
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Aug 25, 2020
1 parent 7966d41 commit 7c74ca8
Show file tree
Hide file tree
Showing 7 changed files with 681 additions and 677 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile.template
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dvdisaster: $(ICONS) $(OFILES)
@if test $(CFG_SYS_OPTIONS) == -DSYS_MINGW; \
then windres -v winres.rc -O coff -o winres.o >/dev/null ; \
$(CC) $(LOPTS) $(OFILES) $(LIBS) winres.o -o dvdisaster ; \
else @$(CC) $(LOPTS) $(OFILES) $(LIBS) -o dvdisaster ; \
else $(CC) $(LOPTS) $(OFILES) $(LIBS) -o dvdisaster ; \
fi
@if test -e locale/de/LC_MESSAGES/dvdisaster.mo \
|| echo $(WITH_OPTIONS) | grep "NLS_NO" >/dev/null; \
Expand Down
Loading

0 comments on commit 7c74ca8

Please sign in to comment.