mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
C++ flags not C Flags
svn path=/trunk/; revision=10301
This commit is contained in:
parent
303ce93000
commit
b4cbfd1d28
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ TARGET_OBJECTS = $(TARGET_NAME).o
|
|||
|
||||
TARGET_GCCLIBS = stdc++
|
||||
|
||||
TARGET_CFLAGS = -Wall -Werror -D__USE_W32API -DWIN32 -D_WIN32_IE=0x0600 -D_WIN32_WINNT=0x0501 -fexceptions -Wall -I.
|
||||
TARGET_CPPFLAGS = -Wall -Werror -D__USE_W32API -DWIN32 -D_WIN32_IE=0x0600 -D_WIN32_WINNT=0x0501 -fexceptions -Wall -I.
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
|
|
Loading…
Reference in a new issue