Home
last modified time | relevance | path

Searched refs:OutputFile (Results 1 – 10 of 10) sorted by relevance

/trunk/main/icu/
H A Dicu-win-icutu-dll-version.patch8 - OutputFile="..\..\..\bin\icutu41.dll"
9 + OutputFile="..\..\..\bin\icutu42.dll"
17 - OutputFile="..\..\..\bin\icutu41d.dll"
18 + OutputFile="..\..\..\bin\icutu42d.dll"
26 - OutputFile="..\..\..\bin64\icutu41.dll"
27 + OutputFile="..\..\..\bin64\icutu42.dll"
35 - OutputFile="..\..\..\bin64\icutu41d.dll"
36 + OutputFile="..\..\..\bin64\icutu42d.dll"
/trunk/main/rsc/inc/
H A Drscrsc.hxx68 struct OutputFile struct in RscCmdLine
75 OutputFile() {} in OutputFile() argument
78 std::list<OutputFile> m_aOutputFiles;
105 bool GetImageFilePath( const RscCmdLine::OutputFile& rOutputFile,
110 void PreprocessSrsFile( const RscCmdLine::OutputFile& rOutputFile,
129 …ERRTYPE ParseOneFile( sal_uLong lFileKey, const RscCmdLine::OutputFile* pOutputFile, const…
H A Drsctools.hxx50 ByteString OutputFile( ByteString aInput, const char * ext );
/trunk/main/rsc/source/rsc/
H A Drsc.cxx107 m_aOutputFiles.push_back( OutputFile() ); in Init()
234 m_aOutputFiles.push_back( OutputFile() ); in RscCmdLine()
301 m_aOutputFiles.push_back( OutputFile() ); in RscCmdLine()
321 ::std::list<OutputFile>::iterator it; in RscCmdLine()
325 it->aOutputRc = ::OutputFile( *aInputList.First(), "rc" ); in RscCmdLine()
328 aOutputSrs = ::OutputFile( *aInputList.First(), "srs" ); in RscCmdLine()
724 const RscCmdLine::OutputFile* pOutputFile, in ParseOneFile()
843 ::std::list<RscCmdLine::OutputFile>::const_iterator it; in Link()
1136 bool RscCompiler::GetImageFilePath( const RscCmdLine::OutputFile& rOutputFile, in GetImageFilePath()
1226 void RscCompiler::PreprocessSrsFile( const RscCmdLine::OutputFile& rOutputFile, in PreprocessSrsFile()
/trunk/main/python/
H A Dpython-2.7.18-msvs9-win64.patch948 OutputFile="$(OutDir)\$(ProjectName)_d.exe"
956 OutputFile="$(OutDir)\$(ProjectName)_d.exe"
982 OutputFile="$(OutDir)/make_buildinfo.exe"
1011 OutputFile="$(SolutionDir)make_versioninfo.exe"
1026 OutputFile="$(SolutionDir)make_versioninfo_d.exe"
1342 OutputFile="$(OutDir)\pythonw_d.exe"
1358 OutputFile="$(OutDir)\pythonw.exe"
1470 OutputFile="$(OutDir)\$(ProjectName)_d.dll"
1478 OutputFile="$(OutDir)\$(ProjectName)_d.dll"
1486 OutputFile="$(OutDir)\$(ProjectName).dll"
[all …]
H A Dpython-2.7.18-msvs9.patch938 OutputFile="$(OutDir)\$(ProjectName)_d.exe"
946 OutputFile="$(OutDir)\$(ProjectName)_d.exe"
972 OutputFile="$(OutDir)/make_buildinfo.exe"
1001 OutputFile="$(SolutionDir)make_versioninfo.exe"
1016 OutputFile="$(SolutionDir)make_versioninfo_d.exe"
1332 OutputFile="$(OutDir)\pythonw_d.exe"
1348 OutputFile="$(OutDir)\pythonw.exe"
1460 OutputFile="$(OutDir)\$(ProjectName)_d.dll"
1468 OutputFile="$(OutDir)\$(ProjectName)_d.dll"
1476 OutputFile="$(OutDir)\$(ProjectName).dll"
[all …]
H A Dpython-2.7.18-msvs9-dir.patch7 + OutputFile="$(SolutionDir)/make_buildinfo.exe"
H A Dpython-2.7.18-msvs9-subsystem.patch8 OutputFile="$(SolutionDir)make_versioninfo.exe"
/trunk/main/rsc/source/prj/
H A Dstart.cxx415 aResName = OutputFile( *aInputList.First(), "res" ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
419 aSrsName += OutputFile( *aInputList.First(), "srs" ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/rsc/source/tools/
H A Drsctools.cxx215 ByteString OutputFile ( ByteString aInput, const char * pExt ) in OutputFile() function