Procházet zdrojové kódy

Get rid of the Glade# dependencies.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@3063 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/tiles
sam před 16 roky
rodič
revize
8dde87e29b
6 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. +0
    -4
      ThePimp/ThePimp.csproj
  2. +0
    -1
      ThePimp/ThePimp.mdp
  3. +0
    -1
      configure.ac
  4. binární
      win32/gtksharp/bin/glade-sharp.dll
  5. binární
      win32/gtksharp/bin/gladesharpglue-2.dll
  6. binární
      win32/gtksharp/bin/libglade-2.0-0.dll

+ 0
- 4
ThePimp/ThePimp.csproj Zobrazit soubor

@@ -46,10 +46,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\win32\gtksharp\bin\gdk-sharp.dll</HintPath>
</Reference>
<Reference Include="glade-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\win32\gtksharp\bin\glade-sharp.dll</HintPath>
</Reference>
<Reference Include="glib-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\win32\gtksharp\bin\glib-sharp.dll</HintPath>


+ 0
- 1
ThePimp/ThePimp.mdp Zobrazit soubor

@@ -57,7 +57,6 @@
<ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
</References>
<Deployment.LinuxDeployData scriptName="pimp" />


+ 0
- 1
configure.ac Zobrazit soubor

@@ -181,7 +181,6 @@ AM_CONDITIONAL(USE_CSHARP, test "${GMCS}" != "no" -a "${GACUTIL}" != "no")

# Build The Pimp?
ac_cv_my_have_gtksharp=yes
PKG_CHECK_MODULES([GLADE_SHARP_20], [glade-sharp-2.0], [:], [ac_cv_my_have_gtksharp=no])
PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0], [:], [ac_cv_my_have_gtksharp=no])
PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0], [:], [ac_cv_my_have_gtksharp=no])
AM_CONDITIONAL(USE_GTKSHARP, test "${ac_cv_my_have_gtksharp}" != no)


binární
win32/gtksharp/bin/glade-sharp.dll Zobrazit soubor


binární
win32/gtksharp/bin/gladesharpglue-2.dll Zobrazit soubor


binární
win32/gtksharp/bin/libglade-2.0-0.dll Zobrazit soubor


Načítá se…
Zrušit
Uložit