Convert gfx2def.ini to UTF-8

Also make sure it has correct line endings
This commit is contained in:
Thomas Bernard
2019-02-01 13:04:41 +01:00
parent 9073c040c9
commit 1732b32d78
4 changed files with 434 additions and 433 deletions

View File

@@ -20,11 +20,11 @@ all: $(INSTALLER)
$(INSTALLER): $(NSISCRIPT) $(SOURCES) $(VERSIONTAG)
ifdef WIN32CROSS
for f in ../doc/*.txt; do unix2dos $$f ; done
for f in ../doc/*.txt ../share/grafx2/gfx2def.ini ; do unix2dos $$f ; done
endif
$(SED) -e 's/VERSION .*/VERSION $(VERSION)/' -e 's/API .*/API $(API)/' $< | $(MAKENSIS) -
ifdef WIN32CROSS
for f in ../doc/*.txt; do dos2unix $$f ; done
for f in ../doc/*.txt ../share/grafx2/gfx2def.ini ; do dos2unix $$f ; done
endif
$(SOURCES): $(wildcard ../src/*.c) $(wildcard ../src/*.h)