1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00

Changed Windows installer to use Inno Setup.

Advanced Installer had problems with directory permissions
in its free version.

https://github.com/sunsetbrew/civetweb/issues/11
This commit is contained in:
Thomas Davis
2013-09-04 19:00:43 -04:00
parent 0dd5c227e5
commit 0c3cb15f58
7 changed files with 107 additions and 295 deletions

View File

@@ -182,7 +182,7 @@ clean:
distclean: clean
@rm -rf VS2012/Debug VS2012/*/Debug VS2012/*/*/Debug
@rm -rf VS2012/Release VS2012/*/Release VS2012/*/*/Release
rm -f $(CPROG) lib$(CPROG).so lib$(CPROG).a *.dmg *.msi
rm -f $(CPROG) lib$(CPROG).so lib$(CPROG).a *.dmg *.msi *.exe
lib$(CPROG).a: $(LIB_OBJECTS)
@rm -f $@