summaryrefslogtreecommitdiff
path: root/compiler/systems/t_os2.pas
Commit message (Expand)AuthorAgeFilesLines
* renamed script unit to cscript to avoid namespace conflict with univint packa...karoly2017-11-171-1/+1
* * ensure passing valid stacksize to emxbindhajny2015-02-151-2/+2
* * make sure that the stack size passed to emxbind is valid (override the va...hajny2015-01-281-0/+7
* * fixed DLL importing by namehajny2015-01-241-7/+3
* * run EMX linker quietlyhajny2014-11-061-1/+1
* * fix missing space when passing additional parameters to the EMX linkerhajny2014-11-061-1/+5
* * Changed linking infrastructure to look like assembler one:sergei2013-08-181-1/+1
* * fix for missing space in emxbind parameters for resource files linkinghajny2012-10-261-1/+1
* * GNU ld only supports double quotes in its response file -> requote therejonas2012-05-031-1/+1
* * replaced most (if not all) remaining fields/parameters in the compilerjonas2012-04-291-5/+5
* + add previously missing support for link map generation for OS2 and EMX ta...hajny2012-01-231-7/+15
* + Use DLL name in assembler labels used to import DLL functions/variablespierre2011-06-231-7/+9
* * prefix for import libraries now configurable rather than hardcoded, plus ...hajny2009-02-091-5/+2
* * reverted previous changes, proper fix still to be found :-(hajny2008-08-211-1/+1
* * another attempt to fix casing for generated OS/2 import librarieshajny2008-08-211-1/+1
* * use modulename rather than realmodulename for import libraries to avoid pa...hajny2008-08-211-1/+1
* Merged revisions 9693-10480 via svnmerge from michael2008-03-121-1/+1
* * workaround for yet another #%$#@#^ EMX LD.EXE bug (link.res path must not...hajny2007-09-301-0/+8
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-131-3/+3
* * OS/2 compilation fixes (not completely finished yet)hajny2007-03-201-9/+29
* * more file handling from shortstring to tcmdstrjonas2007-02-211-1/+1
* * renamed TStringList to TCmdStrList, in general use TCmdStr instead of short...tom_at_work2007-01-261-5/+5
* * make win32 compilepeter2006-10-301-1/+1
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-13/+27
* * settings refactoredflorian2006-10-301-3/+3
* fix compilation for {$T+} linux/winmicha2006-10-041-2/+2
* * refactor import library generationpeter2006-09-031-29/+28
* * cleanup external/nolink optionspeter2006-04-291-2/+2
* * link_allways -> link_alwaysjonas2006-02-151-1/+1
* * fix for bug 4060hajny2005-06-131-1/+1
* * log and id tags removedfpc2005-05-211-11/+0
* initial importfpc2005-05-161-0/+527