mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-24 10:32:32 +00:00
remove some absolute paths from the vcxproj
This commit is contained in:
parent
473d6d326c
commit
89dfedb118
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
<ProjectConfiguration Include="Debug|Win32">
|
||||||
@ -49,61 +49,53 @@
|
|||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<NMakeBuildCommandLine>call $(WDKPATH)\bin\setenv.bat $(WDKPATH) chk win7
|
<NMakeBuildCommandLine>call $(WDKPATH)\bin\setenv.bat $(WDKPATH) chk win7
|
||||||
cd /d C:\Dev\projects\b2ether64
|
|
||||||
build</NMakeBuildCommandLine>
|
build</NMakeBuildCommandLine>
|
||||||
<NMakeCleanCommandLine>rmdir /s /q C:\Dev\projects\b2ether64\objchk_win7_x86</NMakeCleanCommandLine>
|
<NMakeCleanCommandLine>rmdir /s /q objchk_win7_x86</NMakeCleanCommandLine>
|
||||||
<NMakeReBuildCommandLine>rmdir /s /q C:\Dev\projects\b2ether64\objchk_win7_x86
|
<NMakeReBuildCommandLine>rmdir /s /q objchk_win7_x86
|
||||||
call $(WDKPATH)\bin\setenv.bat $(WDKPATH) chk win7
|
call $(WDKPATH)\bin\setenv.bat $(WDKPATH) chk win7
|
||||||
cd /d C:\Dev\projects\b2ether64
|
|
||||||
build</NMakeReBuildCommandLine>
|
build</NMakeReBuildCommandLine>
|
||||||
<IntDir>C:\Dev\projects\b2ether64\objchk_win7_x86</IntDir>
|
<IntDir>objchk_win7_x86</IntDir>
|
||||||
<OutDir>C:\Dev\projects\b2ether64\objchk_win7_x86</OutDir>
|
<OutDir>objchk_win7_x86</OutDir>
|
||||||
<NMakeOutput>C:\Dev\projects\b2ether64\objchk_win7_x86\i386\b2ether.sys</NMakeOutput>
|
<NMakeOutput>objchk_win7_x86\i386\b2ether.sys</NMakeOutput>
|
||||||
<NMakePreprocessorDefinitions>WIN32;_CONSOLE;_X86_;_DDK_;_DEBUG;DBG=1;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
<NMakePreprocessorDefinitions>WIN32;_CONSOLE;_X86_;_DDK_;_DEBUG;DBG=1;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
||||||
<NMakeIncludeSearchPath>$(WDKPATH)\inc\ddk;$(WDKPATH)\inc\api;$(WDKPATH)\inc\crt;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
<NMakeIncludeSearchPath>$(WDKPATH)\inc\ddk;$(WDKPATH)\inc\api;$(WDKPATH)\inc\crt;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<NMakeBuildCommandLine>call $(WDKPATH)\bin\setenv.bat $(WDKPATH) fre win7
|
<NMakeBuildCommandLine>call $(WDKPATH)\bin\setenv.bat $(WDKPATH) fre win7
|
||||||
cd /d C:\Dev\projects\b2ether64
|
|
||||||
build</NMakeBuildCommandLine>
|
build</NMakeBuildCommandLine>
|
||||||
<NMakeCleanCommandLine>rmdir /s /q C:\Dev\projects\b2ether64\objfre_win7_x86</NMakeCleanCommandLine>
|
<NMakeCleanCommandLine>rmdir /s /q objfre_win7_x86</NMakeCleanCommandLine>
|
||||||
<NMakeReBuildCommandLine>rmdir /s /q C:\Dev\projects\b2ether64\objfre_win7_x86
|
<NMakeReBuildCommandLine>rmdir /s /q objfre_win7_x86
|
||||||
call $(WDKPATH)\bin\setenv.bat $(WDKPATH) fre win7
|
call $(WDKPATH)\bin\setenv.bat $(WDKPATH) fre win7
|
||||||
cd /d C:\Dev\projects\b2ether64
|
|
||||||
build</NMakeReBuildCommandLine>
|
build</NMakeReBuildCommandLine>
|
||||||
<IntDir>C:\Dev\projects\b2ether64\objfre_win7_x86</IntDir>
|
<IntDir>objfre_win7_x86</IntDir>
|
||||||
<OutDir>C:\Dev\projects\b2ether64\objfre_win7_x86</OutDir>
|
<OutDir>objfre_win7_x86</OutDir>
|
||||||
<NMakeOutput>C:\Dev\projects\b2ether64\objfre_win7_x86\i386\b2ether.sys</NMakeOutput>
|
<NMakeOutput>objfre_win7_x86\i386\b2ether.sys</NMakeOutput>
|
||||||
<NMakePreprocessorDefinitions>WIN32;_CONSOLE;_X86_;_DDK_;_NDEBUG;DBG=0;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
<NMakePreprocessorDefinitions>WIN32;_CONSOLE;_X86_;_DDK_;_NDEBUG;DBG=0;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
||||||
<NMakeIncludeSearchPath>$(WDKPATH)\inc\ddk;$(WDKPATH)\inc\api;$(WDKPATH)\inc\crt;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
<NMakeIncludeSearchPath>$(WDKPATH)\inc\ddk;$(WDKPATH)\inc\api;$(WDKPATH)\inc\crt;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<NMakeBuildCommandLine>call $(WDKPATH)\bin\setenv.bat $(WDKPATH) chk x64 win7
|
<NMakeBuildCommandLine>call $(WDKPATH)\bin\setenv.bat $(WDKPATH) chk x64 win7
|
||||||
cd /d C:\Dev\projects\b2ether64
|
|
||||||
build</NMakeBuildCommandLine>
|
build</NMakeBuildCommandLine>
|
||||||
<NMakeCleanCommandLine>rmdir /s /q C:\Dev\projects\b2ether64\objchk_win7_amd64</NMakeCleanCommandLine>
|
<NMakeCleanCommandLine>rmdir /s /q objchk_win7_amd64</NMakeCleanCommandLine>
|
||||||
<NMakeReBuildCommandLine>rmdir /s /q C:\Dev\projects\b2ether64\objchk_win7_amd64
|
<NMakeReBuildCommandLine>rmdir /s /q objchk_win7_amd64
|
||||||
call $(WDKPATH)\bin\setenv.bat $(WDKPATH) chk x64 win7
|
call $(WDKPATH)\bin\setenv.bat $(WDKPATH) chk x64 win7
|
||||||
cd /d C:\Dev\projects\b2ether64
|
|
||||||
build</NMakeReBuildCommandLine>
|
build</NMakeReBuildCommandLine>
|
||||||
<IntDir>C:\Dev\projects\b2ether64\objchk_win7_amd64</IntDir>
|
<IntDir>objchk_win7_amd64</IntDir>
|
||||||
<OutDir>C:\Dev\projects\b2ether64\objchk_win7_amd64</OutDir>
|
<OutDir>objchk_win7_amd64</OutDir>
|
||||||
<NMakeOutput>C:\Dev\projects\b2ether64\objchk_win7_amd64\amd64\b2ether64.sys</NMakeOutput>
|
<NMakeOutput>objchk_win7_amd64\amd64\b2ether64.sys</NMakeOutput>
|
||||||
<NMakePreprocessorDefinitions>WIN32;_CONSOLE;_AMD64_;_DDK_;_DEBUG;DBG=1;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
<NMakePreprocessorDefinitions>WIN32;_CONSOLE;_AMD64_;_DDK_;_DEBUG;DBG=1;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
||||||
<NMakeIncludeSearchPath>$(WDKPATH)\inc\ddk;$(WDKPATH)\inc\api;$(WDKPATH)\inc\crt;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
<NMakeIncludeSearchPath>$(WDKPATH)\inc\ddk;$(WDKPATH)\inc\api;$(WDKPATH)\inc\crt;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<NMakeBuildCommandLine>call $(WDKPATH)\bin\setenv.bat $(WDKPATH) fre x64 win7
|
<NMakeBuildCommandLine>call $(WDKPATH)\bin\setenv.bat $(WDKPATH) fre x64 win7
|
||||||
cd /d C:\Dev\projects\b2ether64
|
|
||||||
build</NMakeBuildCommandLine>
|
build</NMakeBuildCommandLine>
|
||||||
<NMakeCleanCommandLine>rmdir /s /q C:\Dev\projects\b2ether64\objfre_win7_amd64</NMakeCleanCommandLine>
|
<NMakeCleanCommandLine>rmdir /s /q objfre_win7_amd64</NMakeCleanCommandLine>
|
||||||
<NMakeReBuildCommandLine>rmdir /s /q C:\Dev\projects\b2ether64\objfre_win7_amd64
|
<NMakeReBuildCommandLine>rmdir /s /q objfre_win7_amd64
|
||||||
call $(WDKPATH)\bin\setenv.bat $(WDKPATH) fre x64 win7
|
call $(WDKPATH)\bin\setenv.bat $(WDKPATH) fre x64 win7
|
||||||
cd /d C:\Dev\projects\b2ether64
|
|
||||||
build</NMakeReBuildCommandLine>
|
build</NMakeReBuildCommandLine>
|
||||||
<IntDir>C:\Dev\projects\b2ether64\objfre_win7_amd64</IntDir>
|
<IntDir>objfre_win7_amd64</IntDir>
|
||||||
<OutDir>C:\Dev\projects\b2ether64\objfre_win7_amd64</OutDir>
|
<OutDir>objfre_win7_amd64</OutDir>
|
||||||
<NMakeOutput>C:\Dev\projects\b2ether64\objfre_win7_amd64\amd64\b2ether64.sys</NMakeOutput>
|
<NMakeOutput>objfre_win7_amd64\amd64\b2ether64.sys</NMakeOutput>
|
||||||
<NMakePreprocessorDefinitions>WIN32;_CONSOLE;_AMD64_;_DDK_;_NDEBUG;DBG=0;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
<NMakePreprocessorDefinitions>WIN32;_CONSOLE;_AMD64_;_DDK_;_NDEBUG;DBG=0;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
||||||
<NMakeIncludeSearchPath>$(WDKPATH)\inc\ddk;$(WDKPATH)\inc\api;$(WDKPATH)\inc\crt;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
<NMakeIncludeSearchPath>$(WDKPATH)\inc\ddk;$(WDKPATH)\inc\api;$(WDKPATH)\inc\crt;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user