Subversion Repositories spk

Rev

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

Rev 109 Rev 110
Line 42... Line 42...
42
 
42
 
43
	if ( _pGameDir->isEmpty() )
43
	if ( _pGameDir->isEmpty() )
44
		_pGameDir->syncWithControlled(m_pPackages->GetGameExe());
44
		_pGameDir->syncWithControlled(m_pPackages->GetGameExe());
45
}
45
}
46
 
46
 
-
 
47
Form1::!Form1()
-
 
48
{
-
 
49
}
-
 
50
 
47
bool Form1::CheckCommandArguments(array<System::String ^> ^args)
51
bool Form1::CheckCommandArguments(array<System::String ^> ^args)
48
{
52
{
49
	for ( int i = 0; i < args->Length; i++ ) {
53
	for ( int i = 0; i < args->Length; i++ ) {
50
		String ^str = args[i];
54
		String ^str = args[i];
51
		if ( !String::Compare(str, "--create", true) )
55
		if ( !String::Compare(str, "--create", true) )