Fossil SCM
added missing dependency in dmc windows make for resource file
Commit
304c71a09cc05e2ad6f3eb28727758040f2b9c14
Parent
309168a936d404a…
1 file changed
+2
-2
+2
-2
| --- win/Makefile.dmc | ||
| +++ win/Makefile.dmc | ||
| @@ -39,12 +39,12 @@ | ||
| 39 | 39 | |
| 40 | 40 | $(APPNAME) : translate$E mkindex$E headers fossil.res $(OBJ) $(OBJDIR)\link |
| 41 | 41 | cd $(OBJDIR) |
| 42 | 42 | $(DMDIR)\bin\link @link |
| 43 | 43 | |
| 44 | -fossil.res: $B\win\fossil.rc | |
| 45 | - $(RC) $(RCFLAGS) -o$@ $** | |
| 44 | +fossil.res: $B\win\fossil.rc VERSION.h | |
| 45 | + $(RC) $(RCFLAGS) -o$@ $B\win\fossil.rc | |
| 46 | 46 | |
| 47 | 47 | $(OBJDIR)\link: $B\win\Makefile.dmc |
| 48 | 48 | +echo add allrepo attach bag blob branch browse captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event file finfo graph http http_socket http_ssl http_transport info login main manifest md5 merge merge3 name pivot popen pqueue printf rebuild report rss schema search setup sha1 shun skins stat style sync tag th_main timeline tkt tktsetup undo update url user verify vfile wiki wikiformat winhttp xfer zip sqlite3 th th_lang > $@ |
| 49 | 49 | +echo fossil >> $@ |
| 50 | 50 | +echo fossil >> $@ |
| 51 | 51 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -39,12 +39,12 @@ | |
| 39 | |
| 40 | $(APPNAME) : translate$E mkindex$E headers fossil.res $(OBJ) $(OBJDIR)\link |
| 41 | cd $(OBJDIR) |
| 42 | $(DMDIR)\bin\link @link |
| 43 | |
| 44 | fossil.res: $B\win\fossil.rc |
| 45 | $(RC) $(RCFLAGS) -o$@ $** |
| 46 | |
| 47 | $(OBJDIR)\link: $B\win\Makefile.dmc |
| 48 | +echo add allrepo attach bag blob branch browse captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event file finfo graph http http_socket http_ssl http_transport info login main manifest md5 merge merge3 name pivot popen pqueue printf rebuild report rss schema search setup sha1 shun skins stat style sync tag th_main timeline tkt tktsetup undo update url user verify vfile wiki wikiformat winhttp xfer zip sqlite3 th th_lang > $@ |
| 49 | +echo fossil >> $@ |
| 50 | +echo fossil >> $@ |
| 51 |
| --- win/Makefile.dmc | |
| +++ win/Makefile.dmc | |
| @@ -39,12 +39,12 @@ | |
| 39 | |
| 40 | $(APPNAME) : translate$E mkindex$E headers fossil.res $(OBJ) $(OBJDIR)\link |
| 41 | cd $(OBJDIR) |
| 42 | $(DMDIR)\bin\link @link |
| 43 | |
| 44 | fossil.res: $B\win\fossil.rc VERSION.h |
| 45 | $(RC) $(RCFLAGS) -o$@ $B\win\fossil.rc |
| 46 | |
| 47 | $(OBJDIR)\link: $B\win\Makefile.dmc |
| 48 | +echo add allrepo attach bag blob branch browse captcha cgi checkin checkout clearsign clone comformat configure content db delta deltacmd descendants diff diffcmd doc encode event file finfo graph http http_socket http_ssl http_transport info login main manifest md5 merge merge3 name pivot popen pqueue printf rebuild report rss schema search setup sha1 shun skins stat style sync tag th_main timeline tkt tktsetup undo update url user verify vfile wiki wikiformat winhttp xfer zip sqlite3 th th_lang > $@ |
| 49 | +echo fossil >> $@ |
| 50 | +echo fossil >> $@ |
| 51 |