mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
remove -werror to get it compile agein
svn path=/trunk/; revision=11786
This commit is contained in:
parent
bb446ae87d
commit
6de4a5c738
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ TARGET_NAME = glu32
|
|||
|
||||
TARGET_BASE = $(TARGET_BASE_LIB_GLU32)
|
||||
|
||||
TARGET_CFLAGS = -D__USE_W32API -DRESOLVE_3D_TEXTURE_SUPPORT -DBUILD_GL32 -DLIBRARYBUILD -Wall -Werror -Iinclude -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess
|
||||
TARGET_CFLAGS = -D__USE_W32API -DRESOLVE_3D_TEXTURE_SUPPORT -DBUILD_GL32 -DLIBRARYBUILD -Wall -Iinclude -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess
|
||||
|
||||
TARGET_CPPFLAGS = $(TARGET_CFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue