Changes between Initial Version and Version 1 of Ticket #278
- Timestamp:
- 02/06/09 07:34:14 (4 years ago)
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 {{{ 2 g++ -o dynlexpad.dll "dynlexpad.o" $(LIBS) -Wl,-L "C:/DOCUME~1/MA 2 3 RK~1.GLI/test/blib/lib" -shared ""C:/Documents and Settings/mark.glines/test\libparrot.dll"" 3 4 }}} … … 10 11 we should rather not special case this, and detect spaces in build_dir and quote them properly, not to have to add pathquotes all over. 11 12 13 destdir or any other targetdir spaces need to to be detected like 14 this, since their are entered by the user and as such properly 15 quoted by the user. 16 12 17 The first hand fix is at http://nopaste.snit.ch/15504 13 14
