mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Oops!
svn path=/trunk/; revision=8931
This commit is contained in:
parent
3b1c2903f6
commit
bc0cf4f9cf
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.5 2004/03/31 03:33:48 jimtabor Exp $
|
||||
# $Id: makefile,v 1.6 2004/03/31 03:34:42 jimtabor Exp $
|
||||
|
||||
PATH_TO_TOP = ../../..
|
||||
|
||||
|
@ -12,7 +12,7 @@ TARGET_DDKLIBS = class2.a
|
|||
|
||||
TARGET_OBJECTS = $(TARGET_NAME).o
|
||||
|
||||
TARGET_CFLAGS = -Wall
|
||||
TARGET_CFLAGS = Werror -Wall
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
|
|
Loading…
Reference in a new issue