소스 검색

Merge pull request #198 from shantanugadgil/patch-1

Allow parameters to the resource compiler
bel2125 10 년 전
부모
커밋
4cee6813f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -282,7 +282,7 @@ $(BUILD_DIR)/%.o : %.c
 	$(CC) -c $(CFLAGS) $< -o $@
 
 $(BUILD_RESOURCES) : $(WINDOWS_RESOURCES)
-	windres $< $@
+	windres $(WINDRES_FLAGS) $< $@
 
 # 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