projects
/
xar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12a2b9d
)
Use right object file
author
Robert Pengelly
<robertapengelly@hotmail.com>
Wed, 25 Sep 2024 09:07:15 +0000
(10:07 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Wed, 25 Sep 2024 09:07:15 +0000
(10:07 +0100)
Makefile.std
patch
|
blob
|
history
diff --git
a/Makefile.std
b/Makefile.std
index a7f73c54804251c9d91eee7d042a632a9be9db2c..e35769aae916e2ed6c10d8144eb143e3dda6ce53 100644
(file)
--- a/
Makefile.std
+++ b/
Makefile.std
@@
-8,7
+8,7
@@
COBJ=append.o ar.o conv.o delete.o display.o extract.o lib.o ranlib.o replace.o
all: clean xar.exe
xar.exe: $(COBJ)
- $(LD) -s -nostdlib --no-insert-timestamp -o xar.exe ../pdos/pdpclib/w32start.o $(COBJ) ../pdos/pdpclib/msvcrt.a
+ $(LD) -s -nostdlib --no-insert-timestamp -o xar.exe ../pdos/pdpclib/w32start.o
bj
$(COBJ) ../pdos/pdpclib/msvcrt.a
.c.o:
$(CC) $(COPTS) $<