Changes between Version 7 and Version 8 of Building eFTE2 by Alfredo Fernández Díaz


Ignore:
Timestamp:
Jan 3, 2022, 1:48:31 PM (2 years ago)
Author:
Alfredo Fernández Díaz
Comment:

--

Legend:

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

    v7 v8  
    2424Once you have all of the above, the process is as simple as !ChDiring to trunk/src in your local copy of the SVN source, and issuing the Open Watcomm command "wmake". This defaults to the first target in the makefile, which will generate efte.exe (the VIO executable), and eftepm.exe (the PM version), along with their .sym, .map, and .xqs symbol files.
    2525
    26 You can build either of them individually with "wmake efte.exe" or "eftepm.exe".
     26You can build either of them individually with "wmake efte.exe" or "wmake eftepm.exe".
    2727
    2828Or, you can start fiddling with your makefile, other targets, etc.
    2929
    3030== Building on other platforms (Win32) ==
    31 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 ;)
     31This is work in progress. To be updated as I find out myself -- I would rather get one version running as I need to first, then build others ;)