Changeset 31

Show
Ignore:
Timestamp:
04/01/06 15:38:53 (2 years ago)
Author:
atack2
Message:

Makefile now correctly compiles an extension, and that extension: WORKS

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    r29 r31  
    33# 
    44#       overhaul/ 
    5 #               chrome/ 
    6 #                       content/ 
    7 #                               overhaul/ 
    8 #                                       overlays.xul 
    9 #                                       overhaul_headers.js 
    10 #                                       overhaul_host.js 
     5#               content/ 
     6#                       overhaul/ 
     7#                               overlays.xul 
     8#                               overhaul_headers.js 
     9#                               overhaul_host.js 
    1110# 
    1211#               install.rdf 
     
    1615 
    1716main: 
    18         mkdir -p ${OUTPUT_DIR}/chrome/content/overhaul 
    19         #cp overlays.js ${OUTPUT_DIR}/chrome/content/overhaul 
    20         #cp overhaul_headers.js ${OUTPUT_DIR}/chrome/content/overhaul 
    21         #cp overhaul_host.js ${OUTPUT_DIR}/chrome/content/overhaul 
     17        mkdir -p ${OUTPUT_DIR}/content/overhaul 
     18        cp overlays.xul ${OUTPUT_DIR}/content/overhaul 
     19        cp overhaul_headers.js ${OUTPUT_DIR}/content/overhaul 
     20        cp overhaul_host.js ${OUTPUT_DIR}/content/overhaul 
    2221         
    2322        cp install.rdf ${OUTPUT_DIR} 
  • trunk/chrome.manifest

    r29 r31  
    11content overhaul content/ 
    2 overlay chrome://browser/content/browser.xul chrome://overhaul/content/overhaul/overlay.xul 
     2overlay chrome://browser/content/browser.xul chrome://overhaul/content/overhaul/overlays.xul