Changeset 259 for trunk/README.OS2
- Timestamp:
- Oct 27, 2009, 11:13:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r258 r259 22 22 ftp://ftp.netlabs.org/pub/gcc/GCC-3.3.5-csd3.zip 23 23 24 - Patched OpenWatcom linker which you can download from :24 - Patched OpenWatcom linker which you can download from here: 25 25 26 26 ftp://ftp.netlabs.org/pub/gcc/wl-hll-r1.zip … … 37 37 environment by invoking gccenv.cmd from the bin subdirectory with the 38 38 correct arguments (type gccenv.cmd -? for help). For the OpenWatcom 39 linker, specify WLINK as the second argument. You will also need to perform 40 the following steps: 39 linker, specify WLINK as the second argument. 40 41 You will also need to perform the following steps: 41 42 42 43 - Make sure the selected linker and the make utility are in PATH. … … 59 60 anyway and are probably leftovers after the migration of the qmake feature 60 61 specifications to Qt4). Therefore, there is no need to set this variable 61 explicitly. See a note below about62 explicitly. See also a note below about hard-coded paths to the source tree. 62 63 63 64 There is also no need to set the QMAKESPEC variable explicitly. If it is absent, … … 71 72 configure.cmd 72 73 73 This will set up the library (create necessary configuration and include files) 74 and build the qmake utility. 74 This will set up the library (by creating necessary configuration and include 75 files and a bunch of Makefiles for variuos components) and build the qmake 76 utility. 75 77 76 78 The next step is to go to the src subdirectory and type:
Note:
See TracChangeset
for help on using the changeset viewer.