Blame view

emulateur/epsilon-nofrendo/apps/nes/Makefile 343 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  include apps/nes/nofrendo/Makefile
  
  snapshots += NES::App::Snapshot
  snapshot_headers += apps/nes/app.h
  
  app_objs += $(addprefix apps/nes/,\
    app.o\
    nes_controller.o\
    nes_view.o\
  )
  
  app_images += apps/nes/nes_icon.png
  
  i18n_files += $(addprefix apps/nes/,\
    base.de.i18n\
    base.en.i18n\
    base.es.i18n\
    base.fr.i18n\
    base.pt.i18n\
  )