Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file src/style.c version d9cdc8317c
|
2010-09-30
| ||
| 15:12 | resource generate running on XP/dmc&pellesc5 ... (check-in: 9d896dcadb user: wolfgang tags: wolfgangFormat2CSS_2) | |
| 14:30 | added comment to compile variant definition, added missing pellesC ifdef ... (check-in: 12eb50d134 user: wolfgang tags: wolfgangFormat2CSS_2) | |
| 14:01 | copyright resource uses only year ... (check-in: dd3bf669e8 user: wolfgang tags: wolfgangFormat2CSS_2) | |
| 06:44 | extended resource info for windows compile ... (check-in: dd830ff82a user: Ratte tags: wolfgangFormat2CSS_2) | |
|
2010-09-29
| ||
| 22:17 | merged from trunk ... (check-in: a5f0579454 user: wolfgang tags: wolfgangFormat2CSS_2) | |
| 22:12 | made rc-file Digital mars conform digital mars resource compiler(rcc) must be downloaded separately. The changes in the makefile are: <pre> +RC=$(DMDIR)\bin\rcc +RCFLAGS=-32 -w1 APPNAME = $(OBJDIR)\fossil$(E) all: $(APPNAME) -$(APPNAME) : translate$E mkindex$E headers $(OBJ) $(OBJDIR)\link +$(APPNAME) : translate$E mkindex$E headers fossil.res $(OBJ) $(OBJDIR)\link cd $(OBJDIR) $(DMDIR)\bin\link @link +fossil.res: $B\win\fossil.rc + $(RC) $(RCFLAGS) -o$@ $** + $(OBJDIR)\link: $B\win\Makefile.dmc +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 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 sh un skins stat style sync tag th_main timeline tkt tktsetup undo update url user verify vfile wiki wikiformat winhttp xfe r zip sqlite3 th th_lang > $@ +echo fossil >> $@ +echo fossil >> $@ +echo $(LIBS) >> $@ + +echo. >> $@ + +echo fossil >> $@ </pre> ... (check-in: d4749d60e4 user: wolfgang tags: wolfgangFormat2CSS_2) | |
| 21:12 | versioninfo/icon added to PellesC compile ... (check-in: 12e5178e9d user: wolfgang tags: wolfgangFormat2CSS_2) | |
| 16:01 | merged trunk ... (check-in: e2db682fa0 user: wolfgang tags: wolfgangFormat2CSS_2) | |
| 15:45 | added a compiler variant TH1 variable, to be able to see the compiler version on the web page during testing/developing different compiler variants ... (check-in: 4d7c443c10 user: wolfgang tags: wolfgangFormat2CSS_2) | |