mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
2003-05-05 Casper S. Hornstrup <chorns@users.sourceforge.net>
* tools/helper.mk: Kill implicit rule ".o". svn path=/trunk/; revision=4647
This commit is contained in:
parent
38056aff4c
commit
4ac8de4791
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-05-05 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||||
|
|
||||||
|
* tools/helper.mk: Kill implicit rule ".o".
|
||||||
|
|
||||||
2003-04-28 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
2003-04-28 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||||
|
|
||||||
* Makefile (DLLS): Add epsapi, psapi and wsock32.
|
* Makefile (DLLS): Add epsapi, psapi and wsock32.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: helper.mk,v 1.35 2003/04/27 14:45:52 chorns Exp $
|
# $Id: helper.mk,v 1.36 2003/05/05 19:59:21 chorns Exp $
|
||||||
#
|
#
|
||||||
# Helper makefile for ReactOS modules
|
# Helper makefile for ReactOS modules
|
||||||
# Variables this makefile accepts:
|
# Variables this makefile accepts:
|
||||||
|
@ -821,7 +821,8 @@ endif # ROS_USE_PCH
|
||||||
$(NASM_CMD) $(NFLAGS) $(TARGET_NFLAGS) $< -o $@
|
$(NASM_CMD) $(NFLAGS) $(TARGET_NFLAGS) $< -o $@
|
||||||
%.coff: %.rc
|
%.coff: %.rc
|
||||||
$(RC) $(TARGET_RCFLAGS) $(RCINC) $< -o $@
|
$(RC) $(TARGET_RCFLAGS) $(RCINC) $< -o $@
|
||||||
|
# Kill implicit rule
|
||||||
|
.o:;
|
||||||
|
|
||||||
# Compatibility
|
# Compatibility
|
||||||
CFLAGS := $(TARGET_CFLAGS)
|
CFLAGS := $(TARGET_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue