Another round of gcc/g++ fixes.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@20819 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -5,6 +5,8 @@ AR=ar
|
||||
|
||||
SRCS=CodeGen.cpp Link.cpp
|
||||
|
||||
CPPFLAGS = -fPIC
|
||||
|
||||
default : all
|
||||
all : libCodeGen.a
|
||||
|
||||
@@ -13,7 +15,7 @@ libCodeGen.a : $(OBJECTS)
|
||||
ranlib $@
|
||||
|
||||
%.o : %.cpp
|
||||
$(CC) -c $<
|
||||
$(CC) -c $(CPPFLAGS) $<
|
||||
|
||||
#
|
||||
# Cleanup
|
||||
|
||||
Reference in New Issue
Block a user