Skip to content

Commit

Permalink
deploy 0.2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cpicanco committed Sep 14, 2017
1 parent 6e92b51 commit 65c901c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deployment/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ def copy_file(src, dst):
print(root_path)

runner_src_win32_libraries = [
os.path.join(root_path, 'dependencies/libzmq-build/windows/32/libzmq.dll')
os.path.join(root_path, 'dependencies/libzmq-builds/windows/32/libzmq.dll')
]

runner_src_win64_libraries = [
os.path.join(root_path, 'dependencies/libzmq-build/windows/64/libzmq.dll')
os.path.join(root_path, 'dependencies/libzmq-builds/windows/64/libzmq.dll')
]

targets = {
Expand Down
2 changes: 1 addition & 1 deletion experiment_runner/experiment_runner.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<UseVersionInfo Value="True"/>
<AutoIncrementBuild Value="True"/>
<MinorVersionNr Value="2"/>
<BuildNr Value="9"/>
<BuildNr Value="14"/>
<Language Value="0416"/>
<StringTable Comments="https://github.com/lacs-ufpa/free-mtrix" CompanyName="Laboratório de Comportamento Social e Seleção Cultural" FileDescription="Experimentos livres de seleção cultural e comportamento social." LegalCopyright="Copyright (C) Carlos Rafael Fernandes Picanço, Universidade Federal do Pará." OriginalFilename="experiment_runner" ProductName="Free-mtrix" ProductVersion="0.2.0"/>
</VersionInfo>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Compiler Value="/usr/bin/fpc" Date="1501925148"/>
<Params Value=" -Twin32 -Pi386 -MObjFPC -Scghi -O1 -g -gl -WG -l -vewnhibq -Fi/home/rafael/git/free-mtrix/experiment_runner/lib/i386-win32-win32 -Fl/home/rafael/git/free-mtrix/dependencies/libzmq-builds/windows/32 -Fu/home/rafael/git/free-mtrix/experiment_runner/units -Fu/home/rafael/git/free-mtrix/dependencies/fpc-zmq -Fu/home/rafael/.lazarus/lib/units/i386-win32/win32 -Fu/home/rafael/.lazarus/lib/LCLBase/units/i386-win32 -Fu/home/rafael/.lazarus/lib/LazUtils/lib/i386-win32 -Fu/home/rafael/.lazarus/lib/units/i386-win32 -Fu/home/rafael/git/free-mtrix/experiment_runner/ -FU/home/rafael/git/free-mtrix/experiment_runner/lib/i386-win32-win32/ -oexperiment_runner_windows_32bits_debug.exe -dLCL -dLCLwin32 -dZMQ_STATIC_LINK -Fo/home/rafael/Downloads/zeromq-3.2.5/src/ experiment_runner.lpr"/>
<Complete Value="False"/>
<Params Value=" -Twin32 -Pi386 -MObjFPC -Scghi -O1 -g -gl -Xg -WG -l -vewnhibq -Fi/home/rafael/git/free-mtrix/experiment_runner/lib/i386-win32-win32 -Fl/home/rafael/git/free-mtrix/dependencies/libzmq-builds/windows/64 -Fu/home/rafael/git/free-mtrix/experiment_runner/units -Fu/home/rafael/git/free-mtrix/dependencies/fpc-zmq -Fu/home/rafael/.lazarus/lib/units/i386-win32/win32 -Fu/home/rafael/.lazarus/lib/LCLBase/units/i386-win32 -Fu/home/rafael/.lazarus/lib/LazUtils/lib/i386-win32 -Fu/home/rafael/.lazarus/lib/units/i386-win32 -Fu/home/rafael/git/free-mtrix/experiment_runner/ -FU/home/rafael/git/free-mtrix/experiment_runner/lib/i386-win32-win32/ -oexperiment_runner_windows_64bits.exe -dLCL -dLCLwin32 experiment_runner.lpr"/>
</CONFIG>

0 comments on commit 65c901c

Please sign in to comment.