Copy wxpoem.idx to the build directory in wxPoem makefiles.

Closes #17014.
This commit is contained in:
Vadim Zeitlin
2015-06-01 00:00:25 +02:00
parent 6a3cc8171b
commit de252e1f4d
5 changed files with 5 additions and 5 deletions

View File

@@ -226,7 +226,7 @@ $(OBJS)\wxpoem.exe: $(WXPOEM_OBJECTS) $(OBJS)\wxpoem_wxpoem_rc.o
data:
if not exist $(OBJS) mkdir $(OBJS)
for %%f in (wxpoem.txt wxpoem.dat) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
for %%f in (wxpoem.txt wxpoem.dat wxpoem.idx) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
$(OBJS)\wxpoem_wxpoem.o: ./wxpoem.cpp
$(CXX) -c -o $@ $(WXPOEM_CXXFLAGS) $(CPPDEPS) $<