Changes between Version 7 and Version 8 of Building eFTE2 by Alfredo Fernández Díaz
- Timestamp:
- Jan 3, 2022, 2:48:31 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building eFTE2 by Alfredo Fernández Díaz
v7 v8 24 24 Once 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. 25 25 26 You can build either of them individually with "wmake efte.exe" or " eftepm.exe".26 You can build either of them individually with "wmake efte.exe" or "wmake eftepm.exe". 27 27 28 28 Or, you can start fiddling with your makefile, other targets, etc. 29 29 30 30 == 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 ;)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, then build others ;)