+++ /dev/null
-# Install script for directory: L:/haata/kiibohd\r
-\r
-# Set the install prefix\r
-IF(NOT DEFINED CMAKE_INSTALL_PREFIX)\r
- SET(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/kiibohd_controller")\r
-ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)\r
-STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")\r
-\r
-# Set the install configuration name.\r
-IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\r
- IF(BUILD_TYPE)\r
- STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""\r
- CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")\r
- ELSE(BUILD_TYPE)\r
- SET(CMAKE_INSTALL_CONFIG_NAME "")\r
- ENDIF(BUILD_TYPE)\r
- MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")\r
-ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\r
-\r
-# Set the component getting installed.\r
-IF(NOT CMAKE_INSTALL_COMPONENT)\r
- IF(COMPONENT)\r
- MESSAGE(STATUS "Install component: \"${COMPONENT}\"")\r
- SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")\r
- ELSE(COMPONENT)\r
- SET(CMAKE_INSTALL_COMPONENT)\r
- ENDIF(COMPONENT)\r
-ENDIF(NOT CMAKE_INSTALL_COMPONENT)\r
-\r
-IF(CMAKE_INSTALL_COMPONENT)\r
- SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")\r
-ELSE(CMAKE_INSTALL_COMPONENT)\r
- SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")\r
-ENDIF(CMAKE_INSTALL_COMPONENT)\r
-\r
-FILE(WRITE "L:/haata/kiibohd/${CMAKE_INSTALL_MANIFEST}" "")\r
-FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})\r
- FILE(APPEND "L:/haata/kiibohd/${CMAKE_INSTALL_MANIFEST}" "${file}\n")\r
-ENDFOREACH(file)\r
+++ /dev/null
-#!/bin/bash
-
-#temp jo
-#export PATH="/c/WinAVR-20100110/bin:/c/Program Files (x86)/CMake 2.8/bin:${PATH}"
-#echo $PATH
-export PATH="/c/WinAVR-20100110/bin:/c/Program Files (x86)/CMake 2.8/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/system32"
-echo $PATH
-
-
-which cmake.exe
-which -a cmake.exe
-which avr-gcc
-which make
-#alias cmake="cmake.exe"
-#alias make="avr-nm"
-
-#cd build
-cmake -G "Unix Makefiles" -D \
-CMAKE_C_COMPILER="C:/WinAVR-20100110/bin/avr-gcc.exe" \
--D CMAKE_CXX_COMPILER="C:/WinAVR-20100110/bin/avr-g++.exe" .
-#cd ..
-make
-#nm
-
-#./buildall.bash