~lgb/x-emulators/dev

« back to all changes in this revision

Viewing changes to targets/c65/Makefile

  • Committer: GitHub
  • Author(s): LGB
  • Date: 2020-01-18 01:19:08 UTC
  • mfrom: (265.1.63)
  • Revision ID: git-v1:1dd7619788b3c1f5896dd056cc1af0d4ba0daa86
Merge pull request #83 from lgblgblgb/dev

Refresh master from dev ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
EMU_DESCRIPTION = Commodore 65
23
23
 
24
24
CFLAGS_TARGET_xc65      =
25
 
SRCS_TARGET_xc65        = commodore_65.c vic3.c c65_snapshot.c
26
 
SRCS_COMMON_xc65        = emutools.c cpu65.c cia6526.c sid.c f011_core.c f018_core.c c64_kbd_mapping.c emutools_hid.c cbmhostfs.c emutools_config.c emutools_snapshot.c emutools_files.c d81access.c
27
 
CONFIG_CFLAGS_TARGET_xc65       = sdl2|math
28
 
CONFIG_LDFLAGS_TARGET_xc65      = sdl2|math
 
25
SRCS_TARGET_xc65        = commodore_65.c vic3.c c65_snapshot.c ui.c
 
26
SRCS_COMMON_xc65        = emutools.c cpu65.c cia6526.c sid.c f011_core.c f018_core.c c64_kbd_mapping.c emutools_hid.c cbmhostfs.c emutools_config.c emutools_snapshot.c emutools_files.c d81access.c emutools_gui.c
 
27
CONFIG_CFLAGS_TARGET_xc65       = sdl2|math|gtk3
 
28
CONFIG_LDFLAGS_TARGET_xc65      = sdl2|math|gtk3
29
29
 
30
30
include ../../build/Makefile.common