Changes between Version 3 and Version 4 of Building eFTE2 by Alfredo Fernández Díaz


Ignore:
Timestamp:
Dec 12, 2017, 3:52:24 PM (6 years ago)
Author:
Alfredo Fernández Díaz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Building eFTE2 by Alfredo Fernández Díaz

    v3 v4  
    11== Building on OS/2-based platforms ==
    2 
    3 (without modifying a thing)
     2(Without modifying a thing in the sources as of 2017-12)
    43
    54=== Ingredients ===
     
    1514* !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.
    1615
    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 note and we can find out together.
     16It 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.
    1817
    1918=== What to do ===
    2019Once 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.
    2120
     21Or you can start fiddling with your makefile, other targets, etc.
     22
    2223== Building on other platforms (Win32) ==
    23 This is work in progress. To be updated as I find out myself ;)
     24This is work in progress. To be updated as I find out myself -- I would rather get one version running as I need to first ;)