Changeset 35
- Timestamp:
- Apr 23, 2003, 5:35:04 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/misc/dllar.cmd
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r34 r35 250 250 251 251 252 if 0 then 253 do 252 254 /* 253 255 * Do linking, create implib, and apply lxlite. … … 268 270 call SysFileDelete sTmpFile; 269 271 drop sTmpFile; 272 end 273 else 274 do 275 /* 276 * Do linking, create implib, and apply lxlite. 277 */ 278 gccCmdl = ''; 279 do I = 1 to inputFiles.0 280 if (left(inputFiles.I, 1) \= '!') then 281 gccCmdl = gccCmdl' 'inputFiles.I; 282 end; 283 call doCommand('gcc 'CCFLAGS' -Zdll -o 'dllFile defFile||gccCmdl' 'EXTRA_CCFLAGS); 284 end 270 285 271 286 call doCommand('emximp -o 'arcFile defFile); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.