- Timestamp:
- Nov 27, 2013 9:37:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/pjsip-apps/src/swig/importsym.py
r4639 r4657 30 30 return os.path.isfile(fpath) and os.access(fpath, os.X_OK) 31 31 32 if sys.platform == 'win32' and not program.endswith(".exe"): 33 program += ".exe" 34 32 35 fpath, fname = os.path.split(program) 33 36 if fpath: … … 66 69 C_HEADING_SECTION = """ 67 70 #define PJ_AUTOCONF 1 68 #define CC_DUMMY69 71 #define jmp_buf int 70 72 #define __attribute__(x)
Note: See TracChangeset
for help on using the changeset viewer.