mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Kill another --include-dir
svn path=/trunk/; revision=8277
This commit is contained in:
parent
a7e30599ea
commit
4009a9e979
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: helper.mk,v 1.51 2004/02/19 22:24:58 gvg Exp $
|
||||
# $Id: helper.mk,v 1.52 2004/02/20 08:33:37 gvg Exp $
|
||||
#
|
||||
# Helper makefile for ReactOS modules
|
||||
# Variables this makefile accepts:
|
||||
|
@ -121,7 +121,6 @@ ifeq ($(TARGET_TYPE),program)
|
|||
ifneq ($(WINE_MODE),yes)
|
||||
MK_CFLAGS := -I./ -I$(SDK_PATH_INC)
|
||||
MK_CPPFLAGS := -I./ -I$(SDK_PATH_INC)
|
||||
MK_RCFLAGS := --include-dir $(SDK_PATH_INC)
|
||||
else
|
||||
MK_CFLAGS := -I$(PATH_TO_TOP)/include/wine -I./ -I$(WINE_INCLUDE)
|
||||
MK_CPPFLAGS := -I$(PATH_TO_TOP)/include/wine -I./ -I$(WINE_INCLUDE)
|
||||
|
|
Loading…
Reference in a new issue