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

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

ソースを追加

File size: 348 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.