Home
last modified time | relevance | path

Searched refs:resource_path (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstudiox.cpp312 project->mHeader.resource_path = output_path; in InitInstance()
DStudioXProject.h549 CString resource_path; variable
DStudioXProject.cpp948 mHeader.resource_path = ".\\"; in InitProjectHeader()
1006 new_project->mHeader.resource_path = src->mHeader.resource_path; in Clone()
3236 writer.WriteString("resource_path", mHeader.resource_path); in WriteProjectHeader()
4710 reader.ReadString("resource_path", mHeader.resource_path); in ReadProjectHeader()
Dresource_gen.cpp179 CString outfile = m_project->mHeader.resource_path; in SetOutFile()
494 res_file_name = m_project->mHeader.resource_path; in GenerateResourceFile()
DProjectConfigDlg.cpp230 DDX_Text(pDX, IDC_RESOURCE_PATH, mpProject->mHeader.resource_path); in DoDataExchange()
Dbinary_resource_gen.cpp167 res_file_name = m_project->mHeader.resource_path; in GenerateBinaryFile()