Changeset 2495 for branches/libc-0.6
- Timestamp:
- Dec 18, 2005, 9:09:07 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/src/lib/libc.smak
r2494 r2495 83 83 LIBC.STUB := $(wildcard $.omf/os2stub.bin) 84 84 LIBC.STUBARG := $(if $(LIBC.STUB),-Zlinker -STUB:$(LIBC.STUB)) 85 LIBC.DLL := $.omf/libc$(VH)$(VM) .dll85 LIBC.DLL := $.omf/libc$(VH)$(VM)$(VL).dll 86 86 LIBC.IMPLIB := $.omf/libc_dll.lib $.aout/libc_dll.a 87 87 LIBC.IMPLIB.TCPIPV4 := $.omf/tcpipv4/libc_dll.lib $.aout/tcpipv4/libc_dll.a
Note:
See TracChangeset
for help on using the changeset viewer.