Lines Matching refs:objects
85 macros, objects, extra_postargs, pp_opts, build = \
95 for obj in objects:
141 return objects
147 objects, argument
153 (objects, output_dir) = self._fix_object_args (objects, output_dir)
157 if self._need_link (objects, output_filename):
158 lib_args = [output_filename, '/u'] + objects
173 objects, argument
189 (objects, output_dir) = self._fix_object_args (objects, output_dir)
200 if self._need_link (objects, output_filename):
223 temp_dir = os.path.dirname(objects[0]) # preserve tree structure
232 objects2 = map(os.path.normpath, objects)
235 objects = [startup_obj]
242 objects.append(file)
250 ld_args.extend(objects)