Changeset 3376 for branches/libc-0.6
- Timestamp:
- Jun 5, 2007, 11:05:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/misc/gccenv.cmd
r1601 r3376 46 46 47 47 sLinker = translate(sLinker); 48 if (sLinker <> '' & sLinker <> 'VAC308' & sLinker <> 'VAC365' & sLinker <> 'LINK386' ) then48 if (sLinker <> '' & sLinker <> 'VAC308' & sLinker <> 'VAC365' & sLinker <> 'LINK386' & sLinker <> 'WLINK') then 49 49 do 50 50 say 'Syntax error: Invalid linker '''sLinker''' specified.'; … … 139 139 call EnvSet fRM, 'PROTODIR', sGCCForw'/include/c++/gen' 140 140 141 /* use wlink? */ 142 if (sLinker = 'WLINK') then 143 do 144 call EnvSet fRM, 'EMXOMFLD_TYPE', 'WLINK'; 145 call EnvSet fRM, 'EMXOMFLD_LINKER', 'wl.exe'; 146 /* call EnvSet fRM, 'EMXOMFLD_LINKER', 'wl.exe'; - comment this in if you use an official OpenWatcom wlink. */ 147 end 148 141 149 /* use link386? */ 142 150 if (sLinker = 'LINK386') then
Note:
See TracChangeset
for help on using the changeset viewer.