Changes To compillingOnWindows
Not logged in

Changes to "compillingOnWindows" between 2011-06-11 05:12:53 and 2012-03-18 20:40:37

    39     39     *  copy zlib.h and zconf.h to c:\DM\extra\include
    40     40     *  checkout fossil. assume c:\src\fossil
    41     41     *  cd \src\fossil
    42     42     *  mkdir dmc\
    43     43     *  cd dmc
    44     44     *  c:\DM\bin\make -f ..\win\Makefile.dmc
    45     45   
           46  +<h4>Updating windows sdk dmc</h4>
           47  +With the advent of fossil having a windows service interface compiling fossil will not work. The simplest option is to replace dm/include/win32/winsvc.h.
           48  +The downside is that your headers are from 2 different versions and possible from 2 different sources. I used the files from mingw.org to update the sdk.
           49  +The recipe for the upgrade can be found on the digital mars news server. 
           50  +
    46     51   <h3>Compiling under Wine with Digital Mars C compiler</h3>
    47     52     *  download [http://www.digitalmars.com/download/freecompiler.html|Digital Mars c-ompiler]. unzip to c:\
    48     53     *  download the [http://zlib.net/|zlib source].
    49     54     *  unzip it
    50     55     *  open dosbox "wineconsole cmd"
    51     56     *  compile zlib
    52     57     *  mkdir c:\DM\extra\lib, c:\DM\extra\include