|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows - optlink % wildcards
Sorry for wrong group but I can't post to c++.newline
Hi, I have the following files and try to use optlink with wildcards. Why
is the filename prefixed with the given wildcard?
6.11.2004 17:28 11.454 column.obj
6.11.2004 17:28 20.997 custom.obj
6.11.2004 17:28 12.837 derived.obj
6.11.2004 17:28 2.295 field.obj
6.11.2004 17:28 2.980 fileio.obj
6.11.2004 17:28 17.029 format.obj
6.11.2004 17:28 9.462 handler.obj
6.11.2004 17:28 15.468 persist.obj
6.11.2004 17:28 21.670 remap.obj
6.11.2004 17:28 144 std.obj
6.11.2004 17:28 10.282 store.obj
6.11.2004 17:28 2.976 string.obj
6.11.2004 17:28 1.212 table.obj
6.11.2004 17:28 2.113 univ.obj
6.11.2004 17:28 12.596 view.obj
6.11.2004 17:28 9.721 viewx.obj
153.236 bytes in 16 files and 0 dirs 192.512 bytes allocated
7.640.477.696 bytes free
C:\...\compile-dir>link *.obj,meta-kit.dll,kernel32 user32
OPTLINK (R) for Win32 Release 7.50B1
Copyright (C) Digital Mars 1989 - 2001 All Rights Reserved
*column.obj
Error 2: File Not Found *column.obj
--
Robert M. Münch
Management & IT Freelancer
http://www.robertmuench.de
Nov 09 2004
|