Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
manolis.savva@gmail.com committed Jun 22, 2011
1 parent c3e9f17 commit 2c581ef
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
51 changes: 51 additions & 0 deletions Default/common/subdir.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../common/Assets.cpp \
../common/Camera.cpp \
../common/Matrix4.cpp \
../common/Mesh.cpp \
../common/Model.cpp \
../common/ModelDatabase.cpp \
../common/ModelInstance.cpp \
../common/Parameters.cpp \
../common/Scene.cpp \
../common/Utility.cpp

OBJS += \
./common/Assets.o \
./common/Camera.o \
./common/Matrix4.o \
./common/Mesh.o \
./common/Model.o \
./common/ModelDatabase.o \
./common/ModelInstance.o \
./common/Parameters.o \
./common/Scene.o \
./common/Utility.o

CPP_DEPS += \
./common/Assets.d \
./common/Camera.d \
./common/Matrix4.d \
./common/Mesh.d \
./common/Model.d \
./common/ModelDatabase.d \
./common/ModelInstance.d \
./common/Parameters.d \
./common/Scene.d \
./common/Utility.d


# Each subdirectory must supply rules for building sources it contributes
common/%.o: ../common/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: GCC C++ Compiler'
g++ -O2 -g -Wall -c -fmessage-length=0 -std=c++0x -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
@echo 'Finished building: $<'
@echo ' '


3 changes: 3 additions & 0 deletions Default/parameters.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
databaseDirectory=../databaseSample
defaultScene=sceneTest
textQuery=@

0 comments on commit 2c581ef

Please sign in to comment.