Skip to content

Instantly share code, notes, and snippets.

@w0ng
Created May 27, 2013 16:58
Show Gist options
  • Save w0ng/5658083 to your computer and use it in GitHub Desktop.
Save w0ng/5658083 to your computer and use it in GitHub Desktop.
eclipse build log
09:18:18 **** Rebuild of configuration Debug for project House Layout Design Tool ****
Info: Internal Builder is used for build
g++ "-I..\\..\\..\\freeglut\\include" -O0 -g3 -Wall -c -fmessage-length=0 -o "src\\HouseObject.o" "..\\src\\HouseObject.cpp"
g++ "-I..\\..\\..\\freeglut\\include" -O0 -g3 -Wall -c -fmessage-length=0 -o "src\\main.o" "..\\src\\main.cpp"
g++ "-L..\\..\\..\\freeglut\\lib" -o "House Layout Design Tool.exe" "src\\main.o" "src\\HouseObject.o" -lfreeglut -lglu32 -lopengl32
Info: Nothing to build for House Layout Design Tool
02:48:01 **** Rebuild of configuration Debug for project textures ****
Info: Internal Builder is used for build
g++ -O0 -g3 -Wall -c -fmessage-length=0 -o "src\\Shapes.o" "..\\src\\Shapes.cpp"
g++ -O0 -g3 -Wall -c -fmessage-length=0 -o "src\\teapot.o" "..\\src\\teapot.cpp"
g++ -O0 -g3 -Wall -c -fmessage-length=0 -o "src\\textures.o" "..\\src\\textures.cpp"
g++ "-L..\\..\\..\\freeglut\\lib" "-L..\\lib" -o textures.exe "src\\textures.o" "src\\teapot.o" "src\\Shapes.o" -lSOIL -lfreeglut -lglu32 -lopengl32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment