Changeset 258 for trunk/README.OS2
- Timestamp:
- Oct 27, 2009, 11:05:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r245 r258 43 43 44 44 - Make sure CMD.EXE is your command line processor (the generated makefiles 45 will rely on its 'copy', 'if' and other commands). 45 will rely on its 'copy', 'if' and other commands). If you have a Unix shell 46 (SH.EXE) in your environment, you may need to force GNU make to use CMD.EXE 47 by doing 'set MAKESHELL=C:\OS2\CMD.EXE' where C: is your boot drive. 46 48 47 49 - set LIBRARY_PATH=C:\OS2\DLL;C:\MPTN\DLL where C: is your boot drive. 50 51 - Make sure that there are no traces of any other Watcom or OpenWatcom 52 installation in the environment where you build Qt as it will most likely 53 interfere with the patched OpenWatcom linker we use. This basically means 54 removing all *WATCOM* environment variables and removing references to those 55 Watcom installations from PATH. 48 56 49 57 Note that the QTDIR environment variable used by previous Qt versions is not
Note:
See TracChangeset
for help on using the changeset viewer.