Changes between Initial Version and Version 1 of Ticket #278

Show
Ignore:
Timestamp:
02/06/09 07:34:14 (13 years ago)
Author:
rurban
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #278

    • Property status changed from new to assigned
  • Ticket #278 – description

    initial v1  
    1 {{{ g++ -o dynlexpad.dll "dynlexpad.o" $(LIBS) -Wl,-L "C:/DOCUME~1/MA 
     1{{{  
     2g++ -o dynlexpad.dll "dynlexpad.o" $(LIBS) -Wl,-L "C:/DOCUME~1/MA 
    23RK~1.GLI/test/blib/lib" -shared  ""C:/Documents and Settings/mark.glines/test\libparrot.dll"" 
    34}}} 
     
    1011we should rather not special case this, and detect spaces in build_dir and quote them properly, not to have to add pathquotes all over. 
    1112 
     13destdir or any other targetdir spaces need to to be detected like  
     14this, since their are entered by the user and as such properly  
     15quoted by the user. 
     16 
    1217The first hand fix is at http://nopaste.snit.ch/15504 
    13  
    14