Skip to content

Commit 8357f90

Browse files
committed
Fixing windows build.
1 parent 7585bea commit 8357f90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile.in

+7
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ $(POTDIR)/$(LIBNAME)/%.pot: \
121121
$<
122122
@touch $@
123123

124+
$(POTDIR)/$(LIBNAME)/%.pot: \
125+
%.rc
126+
127+
@echo $< ...
128+
@$(MKDIR) $(@D)
129+
@touch $@
130+
124131
#---[ Debug Rules ]----------------------------------------------------------------------
125132

126133
$(OBJDBG)/%.o: \

0 commit comments

Comments
 (0)