File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ - (BOOL) generate
6666 makefileString = [makefileString stringByAppendingString:
6767 [NSString stringWithFormat: @" %@ _C_FILES = %@ \n\n " , appName, [self objectForString: cFilesString]]];
6868 makefileString = [makefileString stringByAppendingString:
69- [NSString stringWithFormat: @" %@ _CPP_FILES = %@ \n\n " , appName, [self objectForString: cppFilesString]]];
69+ [NSString stringWithFormat: @" %@ _CC_FILES = %@ \n\n " , appName, [self objectForString: cppFilesString]]];
7070 makefileString = [makefileString stringByAppendingString:
71- [NSString stringWithFormat: @" %@ _OBJCPP_FILES = %@ \n\n " , appName, [self objectForString: objCPPFilesString]]];
71+ [NSString stringWithFormat: @" %@ _OBJCC_FILES = %@ \n\n " , appName, [self objectForString: objCPPFilesString]]];
7272 makefileString = [makefileString stringByAppendingString:
7373 [NSString stringWithFormat: @" %@ _HEADER_FILES = %@ \n\n " , appName, [self objectForString: headerFilesString]]];
7474 makefileString = [makefileString stringByAppendingString:
You can’t perform that action at this time.
0 commit comments