Changes between Version 3 and Version 4 of Building eFTE2 by Alfredo Fernández Díaz
- Timestamp:
- Dec 12, 2017, 4:52:24 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building eFTE2 by Alfredo Fernández Díaz
v3 v4 1 1 == Building on OS/2-based platforms == 2 3 (without modifying a thing) 2 (Without modifying a thing in the sources as of 2017-12) 4 3 5 4 === Ingredients === … … 15 14 * !LxLite from the same place, or Hobbes (but I use Steve's one for this project). This will cute the size of linear OS/2 EXE (LX) files roughly in half. 16 15 17 It might be possible to build it with other tools, but I'd rather devote time to get shit done (tm). The PERL requirement almost drove me off, for reasons unrelated to this project. Just drop me a noteand we can find out together.16 It might be possible to build eFTE2 with other tools, but I'd rather devote time to Get Shit Done™. The Perl requirement almost drove me off, for reasons unrelated to this project. Contact me through the mailing list and we can find out together. 18 17 19 18 === What to do === 20 19 Once you have all of the above up and running, the process is as simple as !ChDiring to trunk/src in your local copy of the SVN source, and issuing the command "wmake". This defaults to the first target in the makefile, which will generate efte.exe, and eftepm.exe, along with their .map and .xqs symbol files. 21 20 21 Or you can start fiddling with your makefile, other targets, etc. 22 22 23 == Building on other platforms (Win32) == 23 This is work in progress. To be updated as I find out myself ;)24 This is work in progress. To be updated as I find out myself -- I would rather get one version running as I need to first ;)