Changeset 157
- Timestamp:
- Feb 20, 2016, 8:16:05 PM (7 years ago)
- Location:
- uKadecot/trunk
- Files:
-
- 3 added
- 24 deleted
- 1 edited
- 23 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uKadecot/trunk/csp/ukadecot/ukadecot.mtpj
r154 r157 160 160 <Name>psock.c</Name> 161 161 <Type>File</Type> 162 <RelativePath>..\..\uip\ uip\psock.c</RelativePath>162 <RelativePath>..\..\uip\net\ip\psock.c</RelativePath> 163 163 <TreeImageGuid>941832c1-fc3b-4e1b-94e8-01ea17128b42</TreeImageGuid> 164 164 <ParentItem>07edd6aa-1254-4772-97df-f1e1d4b198bd</ParentItem> … … 168 168 <Name>timer.c</Name> 169 169 <Type>File</Type> 170 <RelativePath>..\..\uip\ uip\timer.c</RelativePath>170 <RelativePath>..\..\uip\sys\timer.c</RelativePath> 171 171 <TreeImageGuid>941832c1-fc3b-4e1b-94e8-01ea17128b42</TreeImageGuid> 172 172 <ParentItem>07edd6aa-1254-4772-97df-f1e1d4b198bd</ParentItem> … … 176 176 <Name>uip.c</Name> 177 177 <Type>File</Type> 178 <RelativePath>..\..\uip\ uip\uip.c</RelativePath>178 <RelativePath>..\..\uip\net\ipv4\uip.c</RelativePath> 179 179 <TreeImageGuid>941832c1-fc3b-4e1b-94e8-01ea17128b42</TreeImageGuid> 180 180 <ParentItem>07edd6aa-1254-4772-97df-f1e1d4b198bd</ParentItem> … … 184 184 <Name>uip_arp.c</Name> 185 185 <Type>File</Type> 186 <RelativePath>..\..\uip\ uip\uip_arp.c</RelativePath>186 <RelativePath>..\..\uip\net\ipv4\uip_arp.c</RelativePath> 187 187 <TreeImageGuid>941832c1-fc3b-4e1b-94e8-01ea17128b42</TreeImageGuid> 188 188 <ParentItem>07edd6aa-1254-4772-97df-f1e1d4b198bd</ParentItem> … … 192 192 <Name>uip-fw.c</Name> 193 193 <Type>File</Type> 194 <RelativePath>..\..\uip\ uip\uip-fw.c</RelativePath>194 <RelativePath>..\..\uip\net\ipv4\uip-fw.c</RelativePath> 195 195 <TreeImageGuid>941832c1-fc3b-4e1b-94e8-01ea17128b42</TreeImageGuid> 196 196 <ParentItem>07edd6aa-1254-4772-97df-f1e1d4b198bd</ParentItem> … … 200 200 <Name>uiplib.c</Name> 201 201 <Type>File</Type> 202 <RelativePath>..\..\uip\ uip\uiplib.c</RelativePath>202 <RelativePath>..\..\uip\net\ip\uiplib.c</RelativePath> 203 203 <TreeImageGuid>941832c1-fc3b-4e1b-94e8-01ea17128b42</TreeImageGuid> 204 204 <ParentItem>07edd6aa-1254-4772-97df-f1e1d4b198bd</ParentItem> … … 208 208 <Name>uip-neighbor.c</Name> 209 209 <Type>File</Type> 210 <RelativePath>..\..\uip\ uip\uip-neighbor.c</RelativePath>210 <RelativePath>..\..\uip\net\ipv4\uip-neighbor.c</RelativePath> 211 211 <TreeImageGuid>941832c1-fc3b-4e1b-94e8-01ea17128b42</TreeImageGuid> 212 212 <ParentItem>07edd6aa-1254-4772-97df-f1e1d4b198bd</ParentItem> … … 216 216 <Name>uip-split.c</Name> 217 217 <Type>File</Type> 218 <RelativePath>..\..\uip\ uip\uip-split.c</RelativePath>218 <RelativePath>..\..\uip\net\ip\uip-split.c</RelativePath> 219 219 <TreeImageGuid>941832c1-fc3b-4e1b-94e8-01ea17128b42</TreeImageGuid> 220 220 <ParentItem>07edd6aa-1254-4772-97df-f1e1d4b198bd</ParentItem> … … 1035 1035 -include=..\..\ssp\pdic 1036 1036 -include=..\..\ssp\target\grsakura_ccrx 1037 -include=..\..\uip\uip 1037 -include=..\..\uip\net\ip 1038 -include=..\..\uip\net\ipv4 1039 -include=..\..\uip\sys 1038 1040 -include=..\..\uip\task 1039 1041 -include=..\..\uip\apps\dhcpc … … 1124 1126 ..\..\ssp\pdic 1125 1127 ..\..\ssp\target\grsakura_ccrx 1126 ..\..\uip\uip 1128 ..\..\uip\net\ip 1129 ..\..\uip\net\ipv4 1130 ..\..\uip\sys 1127 1131 ..\..\uip\task 1128 1132 ..\..\uip\apps\dhcpc … … 1157 1161 -include=..\..\ssp\pdic 1158 1162 -include=..\..\ssp\target\grsakura_ccrx 1159 -include=..\..\uip\uip 1163 -include=..\..\uip\net\ip 1164 -include=..\..\uip\net\ipv4 1165 -include=..\..\uip\sys 1160 1166 -include=..\..\uip\task 1161 1167 -include=..\..\uip\apps\dhcpc
Note:
See TracChangeset
for help on using the changeset viewer.