mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 00:49:43 +00:00
Fixed silly bug (sorry)
svn path=/trunk/; revision=398
This commit is contained in:
parent
d2f7f11cfc
commit
9adc8d3ca1
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ crtdll.dll: $(DLLMAIN) $(OBJECTS) crtdll.def
|
|||
--output-exp temp.exp --def crtdll.def
|
||||
- $(RM) base.tmp
|
||||
$(CC) -specs=crt_specs -mdll -o crtdll.dll crtdll.o \
|
||||
../kernel32/kernel32.a
|
||||
../kernel32/kernel32.a \
|
||||
-Wl,--image-base,0x20000000 \
|
||||
-Wl,--file-alignment,0x1000 \
|
||||
-Wl,--section-alignment,0x1000 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue