diff options
Diffstat (limited to 'build/win32')
-rw-r--r-- | build/win32/vs10/gi-gen-srcs.props | 7 | ||||
-rw-r--r-- | build/win32/vs10/girepository.vcxprojin | 12 | ||||
-rw-r--r-- | build/win32/vs9/gi-gen-srcs.vsprops | 7 |
3 files changed, 0 insertions, 26 deletions
diff --git a/build/win32/vs10/gi-gen-srcs.props b/build/win32/vs10/gi-gen-srcs.props index 0cda3d54..5d1ae79d 100644 --- a/build/win32/vs10/gi-gen-srcs.props +++ b/build/win32/vs10/gi-gen-srcs.props @@ -8,10 +8,6 @@ <CopyGIRScanner>copy ..\..\..\tools\g-ir-scanner.in ..\..\..\tools\g-ir-scanner</CopyGIRScanner> <CopyGIRDocTool>copy ..\..\..\tools\g-ir-doc-tool.in ..\..\..\tools\g-ir-doc-tool</CopyGIRDocTool> <CopyGIRAnnotationTool>copy ..\..\..\tools\g-ir-annotation-tool.in ..\..\..\tools\g-ir-annotation-tool</CopyGIRAnnotationTool> - <GenerateGIRDef> -echo EXPORTS > $(DefDir)\girepository.def -cl -EP ..\..\..\girepository\girepository.symbols >> $(DefDir)\girepository.def - </GenerateGIRDef> </PropertyGroup> <PropertyGroup> <_PropertySheetDisplayName>gigensrcsprops</_PropertySheetDisplayName> @@ -29,8 +25,5 @@ cl -EP ..\..\..\girepository\girepository.symbols >> $(DefDir)\girepositor <BuildMacro Include="CopyGIRAnnotationTool"> <Value>$(CopyGIRAnnotationTool)</Value> </BuildMacro> - <BuildMacro Include="GenerateGIRDef"> - <Value>$(GenerateGIRDef)</Value> - </BuildMacro> </ItemGroup> </Project> diff --git a/build/win32/vs10/girepository.vcxprojin b/build/win32/vs10/girepository.vcxprojin index fd2d414e..deaf4711 100644 --- a/build/win32/vs10/girepository.vcxprojin +++ b/build/win32/vs10/girepository.vcxprojin @@ -85,9 +85,6 @@ <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> </ClCompile> - <PreLinkEvent> - <Command>$(GenerateGIRDef)</Command> - </PreLinkEvent> <Link> <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).dll</OutputFile> @@ -110,9 +107,6 @@ <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> </ClCompile> - <PreLinkEvent> - <Command>$(GenerateGIRDef)</Command> - </PreLinkEvent> <Link> <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).dll</OutputFile> @@ -140,9 +134,6 @@ <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> </ClCompile> - <PreLinkEvent> - <Command>$(GenerateGIRDef)</Command> - </PreLinkEvent> <Link> <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).dll</OutputFile> @@ -168,9 +159,6 @@ <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> </ClCompile> - <PreLinkEvent> - <Command>$(GenerateGIRDef)</Command> - </PreLinkEvent> <Link> <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(LibGIDllPrefix)$(ProjectName)$(LibGIDllSuffix).dll</OutputFile> diff --git a/build/win32/vs9/gi-gen-srcs.vsprops b/build/win32/vs9/gi-gen-srcs.vsprops index 82c7f68c..d2d5ddbb 100644 --- a/build/win32/vs9/gi-gen-srcs.vsprops +++ b/build/win32/vs9/gi-gen-srcs.vsprops @@ -29,11 +29,4 @@ copy ..\..\..\tools\g-ir-doc-tool.in ..\..\..\tools\g-ir-doc-tool copy ..\..\..\tools\g-ir-annotation-tool.in ..\..\..\tools\g-ir-annotation-tool " /> - <UserMacro - Name="GenerateGIRDef" - Value=" -echo EXPORTS > $(DefDir)\girepository.def
 -cl -EP ..\..\..\girepository\girepository.symbols >> $(DefDir)\girepository.def
 - " - /> </VisualStudioPropertySheet> |