mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Make it link with gcc 3.x
svn path=/trunk/; revision=6381
This commit is contained in:
parent
d75f4aedc3
commit
39a209d69e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.10 2003/02/09 02:18:10 narnaoud Exp $
|
# $Id: Makefile,v 1.11 2003/10/19 22:59:36 narnaoud Exp $
|
||||||
#
|
#
|
||||||
# ReactOS makefile for RegExpl
|
# ReactOS makefile for RegExpl
|
||||||
#
|
#
|
||||||
|
@ -66,7 +66,7 @@ CLEAN_FILES = \
|
||||||
|
|
||||||
|
|
||||||
$(TARGET_NAME)$(EXE_POSTFIX): $(OBJECTS) $(TARGET_NAME).coff
|
$(TARGET_NAME)$(EXE_POSTFIX): $(OBJECTS) $(TARGET_NAME).coff
|
||||||
$(CC) -Wl,--subsystem,console -o $(TARGET_NAME)$(EXE_POSTFIX) $(OBJECTS) $(TARGET_NAME).coff $(IMPORT_KERNEL32) $(IMPORT_USER32)
|
$(CXX) -Wl,--subsystem,console -o $(TARGET_NAME)$(EXE_POSTFIX) $(OBJECTS) $(TARGET_NAME).coff $(IMPORT_KERNEL32) $(IMPORT_USER32)
|
||||||
$(NM) --numeric-sort $(TARGET_NAME)$(EXE_POSTFIX) > $(TARGET_NAME).sym
|
$(NM) --numeric-sort $(TARGET_NAME)$(EXE_POSTFIX) > $(TARGET_NAME).sym
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue