Commit 8357f90b785deb3dd4f8aa92e6ff8c8d932e8458
1 parent
7585bea5
Fixing windows build.
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
Makefile.in
... | ... | @@ -121,6 +121,13 @@ $(POTDIR)/$(LIBNAME)/%.pot: \ |
121 | 121 | $< |
122 | 122 | @touch $@ |
123 | 123 | |
124 | +$(POTDIR)/$(LIBNAME)/%.pot: \ | |
125 | + %.rc | |
126 | + | |
127 | + @echo $< ... | |
128 | + @$(MKDIR) $(@D) | |
129 | + @touch $@ | |
130 | + | |
124 | 131 | #---[ Debug Rules ]---------------------------------------------------------------------- |
125 | 132 | |
126 | 133 | $(OBJDBG)/%.o: \ | ... | ... |