Changeset 37 in flair-src
- Timestamp:
- Jun 23, 2016, 10:14:28 AM (8 years ago)
- Location:
- trunk/tools/Controller/DualShock3
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/Controller/DualShock3/CMakeLists.txt
r35 r37 30 30 ) 31 31 32 INSTALL(FILES src/dualshock3.xml DESTINATION $ENV{FLAIR_ROOT}/flair-bin/tools/scripts)33 34 32 SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin) -
trunk/tools/Controller/DualShock3/cmake_codeblocks.sh
r34 r37 11 11 fi 12 12 if ! readlink build | grep -w $DIR >/dev/null; then 13 echo "Warnin k, build was pointing to another directory."13 echo "Warning, build was pointing to another directory." 14 14 fi 15 15 rm build
Note:
See TracChangeset
for help on using the changeset viewer.