Advertisement
Shohreh

Compiling Fossil 2.10

Feb 18th, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. translate.exe ..\src\winfile.c > winfile_.c
  2. translate.exe ..\src\winhttp.c > winhttp_.c
  3. translate.exe ..\src\wysiwyg.c > wysiwyg_.c
  4. translate.exe ..\src\xfer.c > xfer_.c
  5. translate.exe ..\src\xfersetup.c > xfersetup_.c
  6. translate.exe ..\src\zip.c > zip_.c
  7. mkindex.exe add_.c alerts_.c allrepo_.c attach_.c backoffice_.c bag_.c bisect_.c blob_.c branch_.c browse_.c builtin_.c
  8. bundle_.c cache_.c capabilities_.c captcha_.c cgi_.c checkin_.c checkout_.c clearsign_.c clone_.c comformat_.c configure
  9. _.c content_.c cookies_.c db_.c delta_.c deltacmd_.c deltafunc_.c descendants_.c diff_.c diffcmd_.c dispatch_.c doc_.c e
  10. ncode_.c etag_.c event_.c export_.c extcgi_.c file_.c finfo_.c foci_.c forum_.c fshell_.c fusefs_.c fuzz_.c glob_.c grap
  11. h_.c gzip_.c hname_.c http_.c http_socket_.c http_ssl_.c http_transport_.c import_.c info_.c json_.c json_artifact_.c js
  12. on_branch_.c json_config_.c json_diff_.c json_dir_.c json_finfo_.c json_login_.c json_query_.c json_report_.c json_statu
  13. s_.c json_tag_.c json_timeline_.c json_user_.c json_wiki_.c leaf_.c loadctrl_.c login_.c lookslike_.c main_.c manifest_.
  14. c markdown_.c markdown_html_.c md5_.c merge_.c merge3_.c moderate_.c name_.c path_.c piechart_.c pivot_.c popen_.c pqueu
  15. e_.c printf_.c publish_.c purge_.c rebuild_.c regexp_.c repolist_.c report_.c rss_.c schema_.c search_.c security_audit_
  16. .c setup_.c setupuser_.c sha1_.c sha1hard_.c sha3_.c shun_.c sitemap_.c skins_.c smtp_.c sqlcmd_.c stash_.c stat_.c stat
  17. rep_.c style_.c sync_.c tag_.c tar_.c th_main_.c timeline_.c tkt_.c tktsetup_.c undo_.c unicode_.c unversioned_.c update
  18. _.c url_.c user_.c utf8_.c util_.c verify_.c vfile_.c webmail_.c wiki_.c wikiformat_.c winfile_.c winhttp_.c wysiwyg_.c
  19. xfer_.c xfersetup_.c zip_.c > page_index.h
  20. c:\DM\bin\dmc -o -omkbuiltin.exe ..\src\mkbuiltin.c
  21. link mkbuiltin,mkbuiltin.exe,,user32+kernel32/noi;
  22.  
  23.  
  24. mkbuiltin.exe --prefix ..\src/ > builtin_data.h
  25. /* Automatically generated code: Do not edit.
  26. **
  27. ** Rerun the "mkbuiltin.c" program or rerun the Fossil
  28. ** makefile to update this source file.
  29. */
  30. Cannot open file [>]
  31. Cannot open file [builtin_data.h]
  32. typedef struct BuiltinFileTable BuiltinFileTable;
  33. struct BuiltinFileTable {
  34. const char *zName;
  35. const unsigned char *pData;
  36. int nByte;
  37. };
  38. static const BuiltinFileTable aBuiltinFiles[] = {
  39. { ">", bidata0, 3071896 },
  40. { "_data.h", bidata0, 0 },
  41. };
  42.  
  43. --- errorlevel 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement