Changes between Version 8 and Version 9 of RpmHowToDevelopers


Ignore:
Timestamp:
May 28, 2014, 11:58:15 AM (10 years ago)
Author:
Silvan Scherrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RpmHowToDevelopers

    v8 v9  
    1717yum install gcc-wrc
    1818}}}
    19 
    20 The following environment settings are useful for the watcom linker wl.exe and ressource compiler wrc.exe.
    21 
    22 {{{
    23 set emxomfld_RC=wrc.exe
    24 set emxomfld_RC_TYPE=WRC
    25 set EMXOMFOPT=-q
    26 set emxomfld_type=WLINK
    27 set emxomfld_linker=wl.exe
    28 }}}
    29 
    30 The OpenWatcom installer makes all required settings for you in the config.sys if you gave permission.
    3119
    3220== Make utility ==