]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/help/makefile.vc
more samples makefiles fixes
[wxWidgets.git] / samples / html / help / makefile.vc
index 4c68d127d6b0ae5e9bdd5d33168a4780f51f4288..fba924258220e14f8e1d060572539d84976b5e85 100644 (file)
@@ -225,8 +225,8 @@ clean:
        -if exist $(OBJS)\help.exe del $(OBJS)\help.exe
 
 data: 
-       if not exist $(OBJS)/helpfiles mkdir $(OBJS)/helpfiles
-       for %f in (Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp) do if not exist $(OBJS)/helpfiles\%f copy ./helpfiles\%f $(OBJS)/helpfiles
+       if not exist $(OBJS)\helpfiles mkdir $(OBJS)\helpfiles
+       for %f in (Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp) do if not exist $(OBJS)\helpfiles\%f copy .\helpfiles\%f $(OBJS)\helpfiles
 
 $(OBJS)\help.exe: $(HELP_OBJECTS) $(OBJS)\help_help.res
        link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1)  /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS  @<<