Subversion Repositories DevTools

Rev

Rev 5842 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5842 Rev 6746
Line 285... Line 285...
285
        #   Compiled resource
285
        #   Compiled resource
286
        #   Convert to a .cpp, which will then be made available
286
        #   Convert to a .cpp, which will then be made available
287
        #   Give the object a different name incase the user has a resource file and a
287
        #   Give the object a different name incase the user has a resource file and a
288
        #   program file of the same name.
288
        #   program file of the same name.
289
        #   
289
        #   
-
 
290
        $obj = 'qrc_' . $obj;
290
        $csource = '$(OBJDIR)/' . $obj . '.cpp';
291
        $csource = '$(OBJDIR)/' . $obj . '.cpp';
291
        $buildDirName = '$(GBE_OBJDIR)';
292
        $buildDirName = '$(GBE_OBJDIR)';
292
        $obj = 'qrc_' . $obj;
-
 
293
        GenerateSrcFile ( 1, $csource  );
293
        GenerateSrcFile ( 1, $csource  );
294
    }
294
    }
295
 
295
 
296
    #
296
    #
297
    #   The user may have specified some dependencies
297
    #   The user may have specified some dependencies