Changeset 39636 for titan/titan/extensions.h
- Timestamp:
- 01/03/17 14:32:27 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/extensions.h
r36322 r39636 81 81 tmpstr = ostrcat(tmpstr, "/svn/tpk/nightly-sh4-secret", 1, 0); 82 82 #else 83 tmpstr = ostrcat(tmpstr, "/svn/tpk/nightly-mipsel-secret", 1, 0); 83 #ifdef ARM 84 tmpstr = ostrcat(tmpstr, "/svn/tpk/nightly-arm-secret", 1, 0); 85 #else 86 tmpstr = ostrcat(tmpstr, "/svn/tpk/nightly-mipsel-secret", 1, 0); 87 #endif 84 88 #endif 85 89 writesys(getconfig("feed", NULL), tmpstr, 0);
Note: See TracChangeset
for help on using the changeset viewer.