source: rubycfg_asp/trunk/asp_dcre/arch/ccrx/configure/configure.py@ 315

Last change on this file since 315 was 315, checked in by coas-nagasima, 7 years ago

SVNプロパティを設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-python; charset=UTF-8
File size: 330 bytes
Line 
1#!python
2# -*- coding: utf-8 -*-
3import os.path
4import os
5
6os.chdir(os.path.dirname(project.Path))
7
8# set relative path from top proj
9proj_rel_dir = ""
10
11# call definition file
12common.Source("./def.py")
13
14# path
15src_abs_path = os.path.abspath(SRCDIR)
16
17# call common file
18common.Source(src_abs_path + "/arch/ccrx/configure_body.py")
Note: See TracBrowser for help on using the repository browser.