VS 2008/2010 support update
[platform/upstream/atk.git] / build / win32 / vs9 / atk.vsprops
index 2ec4a1f..8200bff 100644 (file)
@@ -24,16 +24,16 @@ if exist ..\..\..\config.h goto DONE_CONFIG_H

 copy ..\..\..\config.h.win32 ..\..\..\config.h

 :DONE_CONFIG_H

 if exist ..\..\..\atk\atkmarshal.h goto GEN_MARS_C

-glib-genmarshal --prefix=atk_marshal ..\..\..\atk\atkmarshal.list --header >..\..\..\atk\atkmarshal.h

+$(AtkEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal ..\..\..\atk\atkmarshal.list --header >..\..\..\atk\atkmarshal.h

 :GEN_MARS_C

 if exist ..\..\..\atk\atkmarshal.c goto END

-glib-genmarshal --prefix=atk_marshal ..\..\..\atk\atkmarshal.list --body >..\..\..\atk\atkmarshal.c

+$(AtkEtcInstallRoot)\bin\glib-genmarshal --prefix=atk_marshal ..\..\..\atk\atkmarshal.list --body >..\..\..\atk\atkmarshal.c

 :END

 "
        />
        <UserMacro
                Name="AtkApiVersion"
-               Value="1.0"
+               Value="2.0"
        />
        <UserMacro
                Name="AtkDummyPrefix"
@@ -96,7 +96,7 @@ copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*-$(AtkApiVersion).l
        />
        <UserMacro
                Name="AtkLibtoolCompatibleDllSuffix"
-               Value="-1.0-0"
+               Value="-2.0-0"
        />
        <UserMacro
                Name="AtkSeparateVS9DllPrefix"
@@ -104,7 +104,7 @@ copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*-$(AtkApiVersion).l
        />
        <UserMacro
                Name="AtkSeparateVS9DllSuffix"
-               Value="-1-vs9"
+               Value="-2-vs9"
        />
        <!-- Change these two to AtkLibtoolCompatibleDllPrefix and
        AtkLibtoolCompatibleDllSuffix if that is what you want -->