I dont know when nor why but it´s fixed! Thanks!
Horacio Vincent Snijders escribió: > Yury Sidorov schreef: > >> It is caused by make.exe. If a command contains quote " make.exe >> creates .bat file with that command and executes this .bat file via >> cmd.exe, which performs OEM->ANSI conversion for .bat file text... >> >> To fix this problem use ' instead of " as quotation and make.exe will >> not create .bat file and all will work (also on Win9x). >> > > Yury, can you help a bit more? > > I need to sets of quotes, one to group the OPT parameter and one to keep the > @ > filename together. > > E:/lazarus/pp/bin/i386-win32/make.exe --assume-new=lazarus.pp lazarus.exe > OPT=' -WG > @C:\Documents and Settings\Horacio\Configuración local\Datos de > programa\lazarus\idemake.cfg"' > > Do you have idea how this can be accomplished? > > Vincent > ______________________________________________ > _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
