From 0f1d1ad6f91d05949816fcc1b028523d058c1a63 Mon Sep 17 00:00:00 2001 From: lllucius Date: Fri, 17 Oct 2014 17:58:27 +0000 Subject: [PATCH] I missed a few WXWIN variables as pointed out by Rob (RPM) --- win/Projects/Audacity/Audacity.vcxproj | 4 ++-- win/Projects/libid3tag/libid3tag.vcxproj | 4 ++-- win/Projects/locale/locale.vcxproj | 24 ++++++++++++------------ 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/win/Projects/Audacity/Audacity.vcxproj b/win/Projects/Audacity/Audacity.vcxproj index 6b3ddc308..ec79a28e3 100755 --- a/win/Projects/Audacity/Audacity.vcxproj +++ b/win/Projects/Audacity/Audacity.vcxproj @@ -136,7 +136,7 @@ NDEBUG;%(PreprocessorDefinitions) 0x0809 - $(WXWIN)\include;..\..\..\src;%(AdditionalIncludeDirectories) + $(WXWIN3)\include;..\..\..\src;%(AdditionalIncludeDirectories) false @@ -208,7 +208,7 @@ _DEBUG;%(PreprocessorDefinitions) 0x0809 - $(WXWIN)\include;..\..\..\src;%(AdditionalIncludeDirectories) + $(WXWIN3)\include;..\..\..\src;%(AdditionalIncludeDirectories) false diff --git a/win/Projects/libid3tag/libid3tag.vcxproj b/win/Projects/libid3tag/libid3tag.vcxproj index 7621d60c0..a73e1f6f3 100755 --- a/win/Projects/libid3tag/libid3tag.vcxproj +++ b/win/Projects/libid3tag/libid3tag.vcxproj @@ -99,7 +99,7 @@ MaxSpeed - $(WXWIN)\src\zlib;%(AdditionalIncludeDirectories) + $(WXWIN3)\src\zlib;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) true MultiThreadedDLL @@ -130,7 +130,7 @@ Disabled - $(WXWIN)\src\zlib;%(AdditionalIncludeDirectories) + $(WXWIN3)\src\zlib;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true EnableFastChecks diff --git a/win/Projects/locale/locale.vcxproj b/win/Projects/locale/locale.vcxproj index 745461849..10800ba1a 100755 --- a/win/Projects/locale/locale.vcxproj +++ b/win/Projects/locale/locale.vcxproj @@ -77,48 +77,48 @@ - for %25%25I in ("%25WXWIN%25\locale\*.po") do call :fmt %25%25~nI + for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI goto :EOF :fmt -if not exist "$(OutDir)Languages\%251" mkdir "$(OutDir)Languages\%251" -msgfmt -o "$(OutDir)Languages\%251\wxstd.mo" "%25WXWIN%25\locale\%251.po" +if not exist "$(OutDir)Languages\%1" mkdir "$(OutDir)Languages\%1" +msgfmt -o "$(OutDir)Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po" goto :EOF - for %25%25I in ("%25WXWIN%25\locale\*.po") do call :fmt %25%25~nI + for %%I in ("%WXWIN3%\locale\*.po") do call :fmt %%~nI goto :EOF :fmt -if not exist "$(OutDir)Languages\%251" mkdir "$(OutDir)Languages\%251" -msgfmt -o "$(OutDir)Languages\%251\wxstd.mo" "%25WXWIN%25\locale\%251.po" +if not exist "$(OutDir)Languages\%1" mkdir "$(OutDir)Languages\%1" +msgfmt -o "$(OutDir)Languages\%1\wxstd.mo" "%WXWIN3%\locale\%1.po" goto :EOF - for %25%25I in ("%25WXWIN%25\locale\*.po") do call :fmt %25%25~nI + for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI goto :EOF :fmt -if not exist "$(OutDir)Languages\%251" mkdir "$(OutDir)Languages\%251" -msgfmt -o "$(OutDir)Languages\%251\wxstd.mo" "%25WXWIN%25\locale\%251.po" +if not exist "$(OutDir)Languages\%1" mkdir "$(OutDir)Languages\%1" +msgfmt -o "$(OutDir)Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po" goto :EOF - for %25%25I in ("%25WXWIN%25\locale\*.po") do call :fmt %25%25~nI + for %%I in ("%WXWIN3%\locale\*.po") do call :fmt %%~nI goto :EOF :fmt -if not exist "$(OutDir)Languages\%251" mkdir "$(OutDir)Languages\%251" -msgfmt -o "$(OutDir)Languages\%251\wxstd.mo" "%25WXWIN%25\locale\%251.po" +if not exist "$(OutDir)Languages\%1" mkdir "$(OutDir)Languages\%1" +msgfmt -o "$(OutDir)Languages\%1\wxstd.mo" "%WXWIN3%\locale\%1.po" goto :EOF