Changeset 1530 for trunk/configure.ac
- Timestamp:
- Jun 27, 2012, 5:08:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1529 r1530 101 101 GL_LIBS="${GL_LIBS} -lPSGL -lgcm_cmd -lgcm_sys_stub" 102 102 if test "x${enable_debug}" = xyes; then 103 GL_LIBS="${GL_LIBS} -L${CELL _SDK}/target/ppu/lib/PSGL/RSX/debug"103 GL_LIBS="${GL_LIBS} -L${CELLSDK}/target/ppu/lib/PSGL/RSX/debug" 104 104 elif test "x${enable_release}" = xyes; then 105 GL_LIBS="${GL_LIBS} -L${CELL _SDK}/target/ppu/lib/PSGL/RSX/ultra-opt"105 GL_LIBS="${GL_LIBS} -L${CELLSDK}/target/ppu/lib/PSGL/RSX/ultra-opt" 106 106 else 107 GL_LIBS="${GL_LIBS} -L${CELL _SDK}/target/ppu/lib/PSGL/RSX/opt"107 GL_LIBS="${GL_LIBS} -L${CELLSDK}/target/ppu/lib/PSGL/RSX/opt" 108 108 fi 109 109 dnl For the runtime Cg compiler
Note: See TracChangeset
for help on using the changeset viewer.