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:
2
Makefile
2
Makefile
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user