# # 86Box A hypervisor and IBM PC system emulator that specializes in # running old operating systems and software designed for IBM # PC systems and compatibles from 1981 through fairly recent # system designs based on the PCI bus. # # This file is part of the 86Box distribution. # # Prefix for localizing the general Makefile.mingw for local # settings, so we can avoid changing the main one for all of # our local setups. # # Version: @(#)Makefile.local 1.0.13 2018/04/29 # # Author: Fred N. van Kempen, # ######################################################################### # Anything here will override defaults in Makefile.MinGW. # ######################################################################### # Name of the executable. #PROG := yourexe # Various compile-time options. # -DROM_TRACE=0xc800 traces ROM access from segment C800 # -DIO_TRACE=0x66 traces I/O on port 0x66 # -DIO_CATCH enables I/O range catch logs STUFF := # Add feature selections here. # -DANSI_CFG forces the config file to ANSI encoding. # -DENABLE_VRAM_DUMP enables Video Ram dumping. # -DENABLE_LOG_BREAKPOINT enables extra logging. # Root logging: # -DENABLE_BUGGER_LOG=N sets logging level at N. # -DENABLE_CONFIG_LOG=N sets logging level at N. # -DENABLE_DEVICE_LOG=N sets logging level at N. # -DENABLE_KEYBOARD_AMSTRAD_LOG=N sets logging level at N. # -DENABLE_KEYBOARD_AT_LOG=N sets logging level at N. # -DENABLE_KEYBOARD_LOG=N sets logging level at N. # -DENABLE_IO_LOG=N sets logging level at N. # -DENABLE_MEM_LOG=N sets logging level at N. # -DENABLE_MOUSE_LOG=N sets logging level at N. # -DENABLE_MOUSE_BUS_LOG=N sets logging level at N. # -DENABLE_MOUSE_PS2_LOG=N sets logging level at N. # -DENABLE_MOUSE_SERIAL_LOG=N sets logging level at N. # -DENABLE_NVR_LOG=N sets logging level at N. # -DENABLE_PC_LOG=N sets logging level at N. # -DENABLE_PCI_LOG=N sets logging level at N. # -DENABLE_PIC_LOG=N sets logging level at N. # -DENABLE_PIIX_LOG=N sets logging level at N. # -DENABLE_ROM_LOG=N sets logging level at N. # -DENABLE_SERIAL_LOG=N sets logging level at N. # -DENABLE_VNC_LOG=N sets logging level at N. # cdrom/ logging: # -DENABLE_CDROM_LOG=N sets logging level at N. # -DENABLE_CDROM_IMAGE_LOG=N sets logging level at N. # cpu/ logging: # -DENABLE_386_LOG=N sets logging level at N. # -DENABLE_386_DYNAREC_LOG=N sets logging level at N. # -DENABLE_808X_LOG=N sets logging level at N. # -DENABLE_X86SEG_LOG=N sets logging level at N. # disk/ logging: # -DENABLE_ESDI_AT_LOG=N sets logging level at N. # -DENABLE_ESDI_MCA_LOG=N sets logging level at N. # -DENABLE_HDC_LOG=N sets logging level at N. # -DENABLE_HDD_IMAGE_LOG=N sets logging level at N. # -DENABLE_IDE_LOG=N sets logging level at N. # -DENABLE_MFM_AT_LOG=N sets logging level at N. # -DENABLE_MFM_XT_LOG=N sets logging level at N. # -DENABLE_XTA_LOG=N sets logging level at N. # -DENABLE_ZIP_LOG=N sets logging level at N. # floppy/ logging: # -DENABLE_D86F_LOG=N sets logging level at N. # -DENABLE_FDC_LOG=N sets logging level at N. # -DENABLE_FDD_LOG=N sets logging level at N. # -DENABLE_FDI_LOG=N sets logging level at N. # -DENABLE_FDI2RAW_LOG=N sets logging level at N. # -DENABLE_IMD_LOG=N sets logging level at N. # -DENABLE_IMG_LOG=N sets logging level at N. # -DENABLE_JSON_LOG=N sets logging level at N. # -DENABLE_TD0_LOG=N sets logging level at N. # machine/ logging: # -DENABLE_AMSTRAD_LOG=N sets logging level at N. # -DENABLE_EUROPC_LOG=N sets logging level at N. # -DENABLE_MACHINE_LOG=N sets logging level at N. # -DENABLE_PS1_HDC_LOG=N sets logging level at N. # -DENABLE_PS2_MCA_LOG=N sets logging level at N. # -DENABLE_T1000_LOG=N sets logging level at N. # -DENABLE_T3100E_LOG=N sets logging level at N. # -DENABLE_TANDY_LOG=N sets logging level at N. # network/ logging: # -DENABLE_NETWORK_LOG=N sets logging level at N. # -DENABLE_NIC_LOG=N sets logging level at N. # -DENABLE_PCAP_LOG=N sets logging level at N. # -DENABLE_SLIRP_LOG=N sets logging level at N. # scsi/ logging: # -DENABLE_AHA154X_LOG=N sets logging level at N. # -DENABLE_BUSLOGIC_LOG=N sets logging level at N. # -DENABLE_NCR5380_LOG=N sets logging level at N. # -DENABLE_NCR53C810_LOG=N sets logging level at N. # -DENABLE_SCSI_LOG=N sets logging level at N. # -DENABLE_SCSI_BUS_LOG=N sets logging level at N. # -DENABLE_SCSI_DISK_LOG=N sets logging level at N. # -DENABLE_X54X_LOG=N sets logging level at N. # sound/ logging: # -DENABLE_ADLIB_LOG=N sets logging level at N. # -DENABLE_AUDIOPCI_LOG=N sets logging level at N. # -DENABLE_EMU8K_LOG=N sets logging level at N. # -DENABLE_MPU401_LOG=N sets logging level at N. # -DENABLE_PAS16_LOG=N sets logging level at N. # -DENABLE_SB_LOG=N sets logging level at N. # -DENABLE_SB_DSP_LOG=N sets logging level at N. # -DENABLE_SOUND_LOG=N sets logging level at N. # video/ logging: # -DENABLE_ATI28800_LOG=N sets logging level at N. # -DENABLE_MACH64_LOG=N sets logging level at N. # -DENABLE_ET4000W32_LOG=N sets logging level at N. # -DENABLE_NV_RIVA_LOG=N sets logging level at N. # -DENABLE_NVIDIA_LOG=N sets logging level at N. # -DENABLE_S3_VIRGE_LOG=N sets logging level at N. # -DENABLE_VID_TABLE_LOG=N sets logging level at N. # -DENABLE_VOODOO_LOG=N sets logging level at N. # -DENABLE_VRAM_DUMP=N sets logging level at N. # win/ logging: # -DENABLE_DDRAW_LOG=N sets logging level at N. # -DENABLE_DYNLD_LOG=N sets logging level at N. # -DENABLE_JOYSTICK_LOG=N sets logging level at N. # -DENABLE_WIN_LOG=N sets logging level at N. EXTRAS := AUTODEP := n CRASHDUMP := n DEBUG := n OPTIM := n X64 := n RELEASE := n USB := n VNC := n RDP := n DEV_BUILD := n DEV_BRANCH := n CIRRUS := n NE1000 := n NV_RIVA := n OPENAL := y FLUIDSYNTH := y MUNT := y PAS16 := n DYNAREC := y ######################################################################### # Include the master Makefile.MinGW for the rest. # ######################################################################### include win/Makefile.mingw # End of Makefile.local.