Skip to content

Commit

Permalink
updated linux makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
opencollada-sebastian committed Apr 15, 2009
1 parent 6f70f44 commit 5ad4138
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion COLLADAMaya/Makefile
Expand Up @@ -18,6 +18,10 @@
# you have to reset MAYA_LOCATION # you have to reset MAYA_LOCATION
include $(MAYA_LOCATION)/devkit/plug-ins/buildconfig include $(MAYA_LOCATION)/devkit/plug-ins/buildconfig


# override compiler if gcc 4.1.2 is installed as default
#CC = gcc
#C++ = g++

# define variables # define variables
ARCH = `uname -i` ARCH = `uname -i`
OS = linux OS = linux
Expand Down Expand Up @@ -75,7 +79,7 @@ generateVersionHeader:


openCOLLADA: mkdirs openCOLLADA: mkdirs
# build UTF # build UTF
gcc -c -I../Externals/UTF/include -o $(OBJ_DIR_OPENCOLLADA)/ConvertUTF.o ../Externals/UTF/src/ConvertUTF.c $(CC) -c $(CFLAGS) -I../Externals/UTF/include -o $(OBJ_DIR_OPENCOLLADA)/ConvertUTF.o ../Externals/UTF/src/ConvertUTF.c


# build openCOLLADA # build openCOLLADA
for i in $(OPENCOLLADA_SRC_DIRS); do \ for i in $(OPENCOLLADA_SRC_DIRS); do \
Expand Down

0 comments on commit 5ad4138

Please sign in to comment.