| 
									
										
										
										
											2011-12-16 03:39:14 +08:00
										 |  |  | % automatically generated by wrap on 2011-Dec-15 | 
					
						
							| 
									
										
										
										
											2011-12-09 04:51:13 +08:00
										 |  |  | echo on | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | toolboxpath = mfilename('fullpath'); | 
					
						
							|  |  |  | delims = find(toolboxpath == '/'); | 
					
						
							|  |  |  | toolboxpath = toolboxpath(1:(delims(end)-1)); | 
					
						
							|  |  |  | clear delims | 
					
						
							|  |  |  | addpath(toolboxpath); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %% ns1ClassA | 
					
						
							|  |  |  | cd(toolboxpath) | 
					
						
							|  |  |  | mex -O5 new_ns1ClassA_.cpp | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | cd @ns1ClassA | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %% ns1ClassB | 
					
						
							|  |  |  | cd(toolboxpath) | 
					
						
							|  |  |  | mex -O5 new_ns1ClassB_.cpp | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | cd @ns1ClassB | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %% ns2ClassA | 
					
						
							|  |  |  | cd(toolboxpath) | 
					
						
							|  |  |  | mex -O5 new_ns2ClassA_.cpp | 
					
						
							|  |  |  | mex -O5 ns2ClassA_afunction.cpp | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | cd @ns2ClassA | 
					
						
							|  |  |  | mex -O5 memberFunction.cpp | 
					
						
							| 
									
										
										
										
											2011-12-09 04:51:15 +08:00
										 |  |  | mex -O5 nsArg.cpp | 
					
						
							| 
									
										
										
										
											2011-12-09 04:51:17 +08:00
										 |  |  | mex -O5 nsReturn.cpp | 
					
						
							| 
									
										
										
										
											2011-12-09 04:51:13 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | %% ns2ns3ClassB | 
					
						
							|  |  |  | cd(toolboxpath) | 
					
						
							|  |  |  | mex -O5 new_ns2ns3ClassB_.cpp | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | cd @ns2ns3ClassB | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %% ns2ClassC | 
					
						
							|  |  |  | cd(toolboxpath) | 
					
						
							|  |  |  | mex -O5 new_ns2ClassC_.cpp | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | cd @ns2ClassC | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %% ClassD | 
					
						
							|  |  |  | cd(toolboxpath) | 
					
						
							|  |  |  | mex -O5 new_ClassD_.cpp | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | cd @ClassD | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | cd(toolboxpath) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | echo off |