Mac port prefix files
Support compilation of multiple flavors for the Macintosh:
1. A Carbon port, text only and backwards-compatible with
older versions of the MacOS.
2. A termcap/Unix port for MacOS X only.
3. A Qt port, tiled and MacOS X only.
The flavor can be selected at compile-time by specifying the
appropriate prefix file for the compiler.
This commit is contained in:
24
Files
24
Files
@@ -35,16 +35,15 @@ beconf.h color.h config.h config1.h coord.h
|
||||
decl.h def_os2.h dgn_file.h display.h dlb.h
|
||||
dungeon.h edog.h emin.h engrave.h epri.h
|
||||
eshk.h extern.h flag.h func_tab.h global.h
|
||||
hack.h lev.h macconf.h macpopup.h macwin.h
|
||||
mail.h mfndpos.h micro.h mkroom.h monattk.h
|
||||
mondata.h monflag.h monst.h monsym.h nhlan.h
|
||||
ntconf.h obj.h objclass.h os2conf.h patchlevel.h
|
||||
pcconf.h permonst.h prop.h qtext.h quest.h
|
||||
rect.h region.h rm.h skills.h sp_lev.h
|
||||
spell.h system.h tcap.h timeout.h tosconf.h
|
||||
tradstdc.h trampoli.h trap.h unixconf.h vault.h
|
||||
vision.h vmsconf.h wceconf.h winami.h winprocs.h
|
||||
wintype.h you.h youprop.h
|
||||
hack.h lev.h mail.h mfndpos.h micro.h
|
||||
mkroom.h monattk.h mondata.h monflag.h monst.h
|
||||
monsym.h nhlan.h ntconf.h obj.h objclass.h
|
||||
os2conf.h patchlevel.h pcconf.h permonst.h prop.h
|
||||
qtext.h quest.h rect.h region.h rm.h
|
||||
skills.h sp_lev.h spell.h system.h tcap.h
|
||||
timeout.h tosconf.h tradstdc.h trampoli.h trap.h
|
||||
unixconf.h vault.h vision.h vmsconf.h wceconf.h
|
||||
winami.h winprocs.h wintype.h you.h youprop.h
|
||||
(file for tty versions)
|
||||
wintty.h
|
||||
(files for X versions)
|
||||
@@ -55,8 +54,9 @@ qt_clust.h qt_kde0.h qt_win.h qt_xpms.h qttableview.h
|
||||
bitmfile.h gem_rsc.h load_img.h wingem.h
|
||||
(file for GNOME versions)
|
||||
winGnome.h
|
||||
(files for mactty version)
|
||||
mactty.h mttypriv.h
|
||||
(files for various Macintosh versions)
|
||||
mac-carbon.h mac-qt.h mac-term.h macconf.h macpopup.h
|
||||
mactty.h macwin.h mttypriv.h
|
||||
|
||||
src:
|
||||
(files for all versions)
|
||||
|
||||
Reference in New Issue
Block a user