mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Reverted previous change, unnecessary
svn path=/trunk/; revision=1768
This commit is contained in:
parent
fd1d23c72f
commit
c53353dfcb
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.28 2001/03/31 15:46:08 phreak Exp $
|
||||
# $Id: Makefile,v 1.29 2001/03/31 17:02:17 dwelch Exp $
|
||||
#
|
||||
# ReactOS Operating System
|
||||
#
|
||||
|
@ -521,7 +521,7 @@ $(TARGETNAME).exe: $(TARGETNAME).o $(TARGETNAME).a
|
|||
--kill-at
|
||||
- $(RM) base.tmp
|
||||
$(CC) \
|
||||
-Wl,-T,ntoskrnl.lnk -Wl,-S\
|
||||
-Wl,-T,ntoskrnl.lnk -Wl,-s\
|
||||
-nostartfiles -nostdlib \
|
||||
-mdll \
|
||||
-o $(TARGETNAME).exe \
|
||||
|
|
Loading…
Reference in a new issue