Show
Ignore:
Timestamp:
06/26/08 02:27:00 (6 months ago)
Author:
jteh
Message:

Move idl files from "lib" to a new "include" directory and remove "lib" from version control. "lib" should now only contain libraries required at runtime and is included in misc-deps.
All NVDA runtime libs have been moved into "lib" in misc-deps.
Typelibs are now found in the "typelibs" directory, which is included in misc-deps.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property bzr:revision-id:v3-list-QlpoOTFBWSZTWbrL2vUAAB1VgAAQABCAQDrrnqAgAFCgaaGRkxBoTIJ6mmaNRwhndFAoNhZjh_YY4a01fOg1ulgNNC2UrzPdXXEnDpX8XckU4UJC6y9r1A..
      •  

        old new  
        1251251960 jamie@jantrid.net-20080624051838-711e2qs9p29pvszj 
        1261261962 jamie@jantrid.net-20080625044806-frtg19pukbhhhz0u 
         1271964 jamie@jantrid.net-20080625081946-e47mmoilmgppupwa 
    • Property bzr:file-ids
      •  

        old new  
         1source/include  include-20080625063749-bdbfw8phnzacyn2m-1 
         2source/include/ServProv.Idl     352@dbe06fc7-9119-0410-a01d-9dbf589ecbba:trunk:source%2Flib%2FServProv.Idl 
         3source/include/ia2.idl  352@dbe06fc7-9119-0410-a01d-9dbf589ecbba:trunk:source%2Flib%2Fia2.idl 
    • Property bzr:revision-info
      •  

        old new  
        1 timestamp: 2008-06-25 14:48:06.858999968 +1000 
         1timestamp: 2008-06-25 18:19:46.921000004 +1000 
        22committer: James Teh <jamie@jantrid.net> 
        33properties:  
        44        branch-nick: main 
         5        rebase-of: jamie@jantrid.net-20080625081946-j2s7v1lvbyr7tr61 
  • trunk/source/virtualBuffers/gecko_ia2.py

    r2149 r2160  
    4444 
    4545        def __init__(self,rootNVDAObject): 
    46                 super(Gecko_ia2,self).__init__(rootNVDAObject,backendLibPath=u"VBufBackend_gecko_ia2.dll",TextInfo=Gecko_ia2_TextInfo) 
     46                super(Gecko_ia2,self).__init__(rootNVDAObject,backendLibPath=ur"lib\VBufBackend_gecko_ia2.dll",TextInfo=Gecko_ia2_TextInfo) 
    4747                rootWindowHandle=getattr(self.rootNVDAObject,'event_windowHandle',0) 
    4848                if not rootWindowHandle: