2005-12-13 Mike Kestner <mkestner@novell.com>
* gconf/GConf/Makefile.am : add GAPI_CDECL_INSERT step. * gconf/GConf.PropertyEditors/Makefile.am : add GAPI_CDECL_INSERT step. svn path=/trunk/gtk-sharp/; revision=54299
This commit is contained in:
parent
08c2de8041
commit
5194c79c07
3 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-12-13 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* gconf/GConf/Makefile.am : add GAPI_CDECL_INSERT step.
|
||||
* gconf/GConf.PropertyEditors/Makefile.am : add GAPI_CDECL_INSERT step.
|
||||
|
||||
2005-12-13 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* configure.in.in : check for mono-cairo.pc.
|
||||
|
|
|
@ -36,9 +36,16 @@ build_sources = $(addprefix $(srcdir)/, $(sources)) ../../AssemblyInfo.cs
|
|||
gtk-sharp.snk: $(top_srcdir)/gtk-sharp.snk
|
||||
cp $(top_srcdir)/gtk-sharp.snk .
|
||||
|
||||
if PLATFORM_WIN32
|
||||
GAPI_CDECL_INSERT=$(top_srcdir)/gapi-cdecl-insert --keyfile=gtk-sharp.snk $(ASSEMBLY)
|
||||
else
|
||||
GAPI_CDECL_INSERT=
|
||||
endif
|
||||
|
||||
$(ASSEMBLY): $(build_sources) gtk-sharp.snk
|
||||
@rm -f $(ASSEMBLY).mdb
|
||||
$(CSC) $(CSFLAGS) /out:$(ASSEMBLY) /target:library $(references) $(build_sources)
|
||||
$(GAPI_CDECL_INSERT)
|
||||
|
||||
$(POLICY_ASSEMBLIES): $(top_builddir)/policy.config gtk-sharp.snk
|
||||
@for i in $(POLICY_VERSIONS); do \
|
||||
|
|
|
@ -37,12 +37,19 @@ sources = \
|
|||
|
||||
build_sources = $(addprefix $(srcdir)/, $(sources)) ../../AssemblyInfo.cs
|
||||
|
||||
if PLATFORM_WIN32
|
||||
GAPI_CDECL_INSERT=$(top_srcdir)/gapi-cdecl-insert --keyfile=gtk-sharp.snk $(ASSEMBLY)
|
||||
else
|
||||
GAPI_CDECL_INSERT=
|
||||
endif
|
||||
|
||||
gtk-sharp.snk: $(top_srcdir)/gtk-sharp.snk
|
||||
cp $(top_srcdir)/gtk-sharp.snk .
|
||||
|
||||
$(ASSEMBLY): $(build_sources) gtk-sharp.snk
|
||||
@rm -f $(ASSEMBLY).mdb
|
||||
$(CSC) $(CSFLAGS) /out:$(ASSEMBLY) /target:library $(references) $(build_sources)
|
||||
$(GAPI_CDECL_INSERT)
|
||||
|
||||
$(POLICY_ASSEMBLIES): $(top_builddir)/policy.config gtk-sharp.snk
|
||||
@for i in $(POLICY_VERSIONS); do \
|
||||
|
|
Loading…
Reference in a new issue