diff options
author | Andreas Auras <yak54@inkennet.de> | 2011-09-23 22:16:43 +0200 |
---|---|---|
committer | Andreas Auras <yak54@inkennet.de> | 2011-09-23 22:16:43 +0200 |
commit | e13185dcc397297442e815cb4372537c86e89afa (patch) | |
tree | 282e25b9d62d263280236993b655c0502d80c1b7 /.project | |
parent | a9fd3ff0b95b45ea419c701448270a061b28c570 (diff) | |
download | df10ch-atmolight-controller-e13185dcc397297442e815cb4372537c86e89afa.tar.gz df10ch-atmolight-controller-e13185dcc397297442e815cb4372537c86e89afa.tar.bz2 |
Setup program version 4:
Exchange pyusb with extracted modules from python-libusb1 project.
Add generating .exe file for win32 platform with py2exe.
Controller test application version 2:
Port application to win32 platform.
Added win32 binary distribution generation.
Update README and HISTORY.
Diffstat (limited to '.project')
-rw-r--r-- | .project | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.buildLocation</key> - <value>${workspace_loc:/df10ch/pwm_appl}</value> + <value>${workspace_loc:/df10ch/usb_boot}</value> </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.cleanBuildTarget</key> @@ -68,7 +68,7 @@ </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key> - <value>true</value> + <value>false</value> </dictionary> </arguments> </buildCommand> |