summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/makefile.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.win32 b/src/makefile.win32
index 21a78661b..4ae70107e 100644
--- a/src/makefile.win32
+++ b/src/makefile.win32
@@ -49,7 +49,7 @@ install:
-@copy bin\* ..\$(DATDEST)\bin
win32.res: win32.rc
- $(RC) /l 0x409 /fowin32.res win32.rc
+ $(RC) /l 0x409 $(RC_FLAGS) /fowin32.res win32.rc
###########################################################################