~ubuntu-branches/ubuntu/utopic/vice/utopic

« back to all changes in this revision

Viewing changes to src/arch/win32/vs_tmpl/sid.tmpl

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-05-10 21:08:23 UTC
  • mfrom: (17.2.1 utopic-proposed)
  • Revision ID: package-import@ubuntu.com-20140510210823-r7x98jmpl1x7rgop
Tags: 2.4.dfsg+2.4.6-1ubuntu1
Use autotools-dev to update config.{sub,guess} for new arches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# name of the project
 
2
PROJECTNAME = sid
 
3
 
 
4
# project type: library, console, gui
 
5
PROJECTTYPE = library
 
6
 
 
7
# project dependencies, one per line, preceeded by a tab
 
8
PROJECTDEPS =
 
9
        base
 
10
 
 
11
# include directories, relative to the top src dir, one per line, preceeded by a tab
 
12
INCLUDEDIRS =
 
13
        resid
 
14
 
 
15
# source files for normal compile, relative to the top src dir, one per line, preceeded by a tab
 
16
SOURCES =
 
17
        sid\fastsid.c
 
18
        sid\sid-cmdline-options.c
 
19
        sid\sid-resources.c
 
20
        sid\sid-snapshot.c
 
21
        sid\sid.c
 
22
 
 
23
# C++ source directory path, relative to the top src dir
 
24
CCSOURCEPATH = sid
 
25
 
 
26
# C++ source files for normal compile, relative to the C++ source directory path, one per line, preceeded by a tab, without extensions (.cc/.cpp)
 
27
CCSOURCES =
 
28
        resid