-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update build exe in Windows and makefile
- Loading branch information
Showing
28 changed files
with
34 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#Pyquino Makefile | ||
|
||
all: build run | ||
|
||
build: launchPyquino.py | ||
pyinstaller -F $< -i ./icons/usb.ico \ | ||
--path="C:\Users\Lin\AppData\Local\Programs\Python\Python35\Lib\site-packages\PyQt5\Qt\bin" \ | ||
--add-binary="core/vrep_remoAPI/remoteApi.dll;." | ||
|
||
run: build dist\launchPyquino.exe | ||
dist\launchPyquino.exe | ||
|
||
clean: | ||
rd build /s /q | ||
rd dist /s /q | ||
del launchPyquino.spec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE UserProject SYSTEM "UserProject-4.0.dtd"> | ||
<!-- eric6 user project file for project Pyquino --> | ||
<!-- Saved: 2017-05-17, 19:19:20 --> | ||
<!-- Copyright (C) 2017 you-sheng, --> | ||
<UserProject version="4.0"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE Tasks SYSTEM "Tasks-6.0.dtd"> | ||
<!-- eric6 tasks file for project Pyquino --> | ||
<!-- Saved: 2017-02-26, 16:15:12 --> | ||
<!-- Saved: 2017-05-17, 19:19:20 --> | ||
<Tasks version="6.0"> | ||
<ProjectScanFilter></ProjectScanFilter> | ||
<Task priority="1" completed="False" type="1" uid="{5d8e266e-8254-4f26-b12e-e0ecc4840841}"> | ||
<Summary>TODO: not implemented yet</Summary> | ||
<Description></Description> | ||
<Created>2017-02-26, 16:15:09</Created> | ||
<Resource> | ||
<Filename>core/mainwindow.py</Filename> | ||
<Linenumber>425</Linenumber> | ||
</Resource> | ||
</Task> | ||
</Tasks> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
|
||
from .Ui_graphy import Ui_Dialog | ||
|
||
import pyqtgraph as pg | ||
|
||
import pyqtgraph.opengl as gl | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters