mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Merge pull request #198 from shantanugadgil/patch-1
Allow parameters to the resource compiler
This commit is contained in:
2
Makefile
2
Makefile
@@ -282,7 +282,7 @@ $(BUILD_DIR)/%.o : %.c
|
|||||||
$(CC) -c $(CFLAGS) $< -o $@
|
$(CC) -c $(CFLAGS) $< -o $@
|
||||||
|
|
||||||
$(BUILD_RESOURCES) : $(WINDOWS_RESOURCES)
|
$(BUILD_RESOURCES) : $(WINDOWS_RESOURCES)
|
||||||
windres $< $@
|
windres $(WINDRES_FLAGS) $< $@
|
||||||
|
|
||||||
# This rules is used to keep the code formatted in a reasonable manor
|
# This rules is used to keep the code formatted in a reasonable manor
|
||||||
# For this to work astyle must be installed and in the path
|
# For this to work astyle must be installed and in the path
|
||||||
|
|||||||
Reference in New Issue
Block a user