~reviczky/+junk/gtksharp

« back to all changes in this revision

Viewing changes to sample/gio/Makefile.am

  • Committer: Adam Reviczky
  • Date: 2014-07-08 22:53:28 UTC
  • Revision ID: adam.reviczky@kclalumni.net-20140708225328-kt03dwtjwif21k3r
July 05, 2014 (7ea0c4afaf)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        $(top_builddir)/glib/glib-sharp.dll     \
7
7
        $(top_builddir)/gio/gio-sharp.dll 
8
8
 
9
 
references=$(addprefix /r:, $(assemblies))
 
9
references=$(addprefix -r:, $(assemblies))
10
10
 
11
11
noinst_SCRIPTS = $(TARGETS)
12
12
CLEANFILES = $(TARGETS) $(DEBUGS)
13
13
 
14
14
.cs.exe: $(assemblies)
15
 
        $(CSC) /debug /out:$@ $(references) $<
 
15
        $(CSC) $(CSFLAGS) /out:$@ $(references) $<
16
16
 
17
17
EXTRA_DIST =                            \
18
18
        AppInfo.cs                      \