mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-11 09:31:13 +02:00
Change to wxWidgets project to help debug why it doesn't work for some
This commit is contained in:
parent
3927d4d3df
commit
720422fc6e
@ -39,34 +39,40 @@
|
|||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<NMakePreprocessorDefinitions>
|
<NMakePreprocessorDefinitions>
|
||||||
</NMakePreprocessorDefinitions>
|
</NMakePreprocessorDefinitions>
|
||||||
<NMakeBuildCommandLine>copy "$(SolutionDir)\wxWidgets_additions\setup.h" "$(WXWIN)\include\wx\msw\setup.h"
|
<NMakeBuildCommandLine>echo copy "$(SolutionDir)\wxWidgets_additions\setup.h" "$(WXWINT)\include\wx\msw\setup.h"
|
||||||
copy "$(SolutionDir)\wxWidgets_additions\window.cpp" "$(WXWIN)\src/msw/window.cpp"
|
copy "$(SolutionDir)\wxWidgets_additions\setup.h" "$(WXWINT)\include\wx\msw\setup.h"
|
||||||
cd "$(WXWIN)\build\msw"
|
echo copy "$(SolutionDir)\wxWidgets_additions\window.cpp" "$(WXWINT)\src/msw/window.cpp"
|
||||||
|
copy "$(SolutionDir)\wxWidgets_additions\window.cpp" "$(WXWINT)\src/msw/window.cpp"
|
||||||
|
echo cd /D "$(WXWINT)\build\msw"
|
||||||
|
cd /D "$(WXWINT)\build\msw"
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release</NMakeBuildCommandLine>
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release</NMakeBuildCommandLine>
|
||||||
<NMakeReBuildCommandLine>cd "$(WXWIN)\build\msw"
|
<NMakeReBuildCommandLine>cd /D "$(WXWIN)\build\msw"
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug clean
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug clean
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release clean
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release clean
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release</NMakeReBuildCommandLine>
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release</NMakeReBuildCommandLine>
|
||||||
<NMakeCleanCommandLine>cd "$(WXWIN)\build\msw"
|
<NMakeCleanCommandLine>cd /D "$(WXWIN)\build\msw"
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug clean
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug clean
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release clean</NMakeCleanCommandLine>
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release clean</NMakeCleanCommandLine>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<NMakePreprocessorDefinitions>
|
<NMakePreprocessorDefinitions>
|
||||||
</NMakePreprocessorDefinitions>
|
</NMakePreprocessorDefinitions>
|
||||||
<NMakeBuildCommandLine>copy "$(SolutionDir)\wxWidgets_additions\setup.h" "$(WXWIN)\include\wx\msw\setup.h"
|
<NMakeBuildCommandLine>echo copy "$(SolutionDir)\wxWidgets_additions\setup.h" "$(WXWINT)\include\wx\msw\setup.h"
|
||||||
copy "$(SolutionDir)\wxWidgets_additions\window.cpp" "$(WXWIN)\src/msw/window.cpp"
|
copy "$(SolutionDir)\wxWidgets_additions\setup.h" "$(WXWINT)\include\wx\msw\setup.h"
|
||||||
cd "$(WXWIN)\build\msw"
|
echo copy "$(SolutionDir)\wxWidgets_additions\window.cpp" "$(WXWINT)\src/msw/window.cpp"
|
||||||
|
copy "$(SolutionDir)\wxWidgets_additions\window.cpp" "$(WXWINT)\src/msw/window.cpp"
|
||||||
|
echo cd /D "$(WXWINT)\build\msw"
|
||||||
|
cd /D "$(WXWINT)\build\msw"
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release</NMakeBuildCommandLine>
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release</NMakeBuildCommandLine>
|
||||||
<NMakeReBuildCommandLine>cd "$(WXWIN)\build\msw"
|
<NMakeReBuildCommandLine>cd /D "$(WXWIN)\build\msw"
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug clean
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug clean
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release clean
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release clean
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release</NMakeReBuildCommandLine>
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release</NMakeReBuildCommandLine>
|
||||||
<NMakeCleanCommandLine>cd "$(WXWIN)\build\msw"
|
<NMakeCleanCommandLine>cd /D "$(WXWIN)\build\msw"
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug clean
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=debug clean
|
||||||
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release clean</NMakeCleanCommandLine>
|
nmake -f makefile.vc SHARED=1 UNICODE=1 BUILD=release clean</NMakeCleanCommandLine>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user