]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/subdir.mk
added SDL initialization classes
[l2e.git] / Debug / src / subdir.mk
index 4257574fc844d01bd0b15752683d470705bdbc01..b8432d7a8d630876b48aa2ae99616f5de673b4ac 100644 (file)
@@ -17,7 +17,7 @@ CPP_DEPS += \
 src/%.o: ../src/%.cpp
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C++ Compiler'
-       g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
+       g++ -I/usr/include/SDL -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '