Subversion Repositories spk

Rev

Rev 68 | Rev 80 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68 Rev 78
Line 1702... Line 1702...
1702
	}
1702
	}
1703
 
1703
 
1704
	bool MainGui::UpdateBuiltInPackages()
1704
	bool MainGui::UpdateBuiltInPackages()
1705
	{
1705
	{
1706
		// find all built-in packages
1706
		// find all built-in packages
1707
#ifdef _DEBUG
-
 
1708
		System::String ^dir = "d:\\Test";
-
 
1709
#else
-
 
1710
		System::String ^dir = ".\\Required";
1707
		System::String ^dir = ".\\Required";
1711
#endif
1708
 
1712
		if ( System::IO::Directory::Exists(dir) ) 
1709
		if ( System::IO::Directory::Exists(dir) ) 
1713
		{
1710
		{
1714
			bool installing = false;
1711
			bool installing = false;
1715
			array <System::String ^> ^Files = System::IO::Directory::GetFiles(dir, "*.spk");
1712
			array <System::String ^> ^Files = System::IO::Directory::GetFiles(dir, "*.spk");
1716
 
1713