Bug 227503, 229669. Use gtk-sharp2.x now.

This line, and those below, will be ignored--

M    gui/Makefile.am
M    package/linux/CASA.spec.in
M    adlib/ad_gk/Makefile.am
M    adlib/Makefile.am
M    CASA.changes
This commit is contained in:
Jim Norman
2007-01-11 09:03:57 +00:00
parent 7e223019a2
commit 0f816ce809
5 changed files with 10 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ CSFILES =$(srcdir)/AssemblyInfo.cs \
$(srcdir)/Config.cs
CSFILES_CSC := $(subst /,$(SEP),$(CSFILES))
CS_FLAGS = -pkg:gtk-sharp -pkg:glade-sharp -d:LINUX -nowarn:169
CS_FLAGS = -pkg:gtk-sharp-2.0 -pkg:glade-sharp-2.0 -d:LINUX -nowarn:169
CS_RESOURCES =
CS_LIBS = Mono.Posix.dll \
$(CASALIBDIR)/Novell.CASA.Common.dll \