Skip to content
Snippets Groups Projects
Commit 06d77e17 authored by slevy's avatar slevy
Browse files

Leave place for running /Developer/Tools/Rez on newly-built partiview --

needed on MacOS X.
parent db284dad
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ GL_LIB = @GLLIBS@
X_LIB = @XLIBS@
M_LIB = -lm
MAKEGUI = @MAKEGUI@
# FLAGS and BINARIES
PV_FLAGS = @PV_FLAGS@
DEFS = $(PV_FLAGS)
......@@ -134,6 +136,7 @@ cleanall: clean
$(TARGET): $(APP_OBJS) $(API_OBJS)
$(CXX) -o $@ $(OPT) $(APP_OBJS) $(API_OBJS) $(LIBS)
$(MAKEGUI)
version.c: VERSION
echo "char partiview_version[] = \"`cat VERSION`\";" > version.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment