OSDN Git Service

build-win is updated
authortoshinagata1964 <toshinagata1964@a2be9bc6-48de-4e38-9406-05402d4bc13c>
Thu, 15 Aug 2019 16:39:03 +0000 (16:39 +0000)
committertoshinagata1964 <toshinagata1964@a2be9bc6-48de-4e38-9406-05402d4bc13c>
Thu, 15 Aug 2019 16:39:03 +0000 (16:39 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@616 a2be9bc6-48de-4e38-9406-05402d4bc13c

build-win/Makefile [new file with mode: 0755]
build-win/mingwm10.dll [new file with mode: 0755]
build-win/molby.iss [new file with mode: 0755]
build-win/molby.rc [new file with mode: 0644]

diff --git a/build-win/Makefile b/build-win/Makefile
new file mode 100755 (executable)
index 0000000..ab27bb2
--- /dev/null
@@ -0,0 +1,7 @@
+TARGET_PLATFORM = MSW
+CROSS_COMPILE = 1
+PWD = $(shell echo $$PWD)
+ifeq ($(CONFIGURATION),Debug)
+  DEBUG = 1
+endif
+include ../Makefile
diff --git a/build-win/mingwm10.dll b/build-win/mingwm10.dll
new file mode 100755 (executable)
index 0000000..1f96893
Binary files /dev/null and b/build-win/mingwm10.dll differ
diff --git a/build-win/molby.iss b/build-win/molby.iss
new file mode 100755 (executable)
index 0000000..955cb13
--- /dev/null
@@ -0,0 +1,27 @@
+[Setup]
+AppName = Molby
+AppVerName = Molby (v1.0b3)
+DefaultDirName = {pf}\Molby
+DefaultGroupName = Molby
+UninstallDisplayIcon = {app}\Molby.exe
+OutputBaseFileName = SetupMolbyWin
+
+[Files]
+Source: "build\release\Molby\Molby.exe"; DestDir: {app}
+Source: "build\release\Molby\mingwm10.dll"; DestDir: {app}
+Source: "build\release\Molby\amber11\bin\*"; DestDir: {app}\amber11\bin
+Source: "build\release\Molby\amber11\dat\antechamber\*"; DestDir: {app}\amber11\dat\antechamber
+Source: "build\release\Molby\amber11\dat\leap\parm\*"; DestDir: {app}\amber11\dat\leap\parm
+Source: "build\release\Molby\Scripts\*"; DestDir: {app}\Scripts
+Source: "build\release\Molby\Scripts\mbsf\*"; DestDir: {app}\Scripts\mbsf
+Source: "build\release\Molby\Scripts\mbsf\alicyclic\*"; DestDir: {app}\Scripts\mbsf\alicyclic
+Source: "build\release\Molby\Scripts\mbsf\aromatic\*"; DestDir: {app}\Scripts\mbsf\aromatic
+Source: "build\release\Molby\Scripts\mbsf\heterocyclic\*"; DestDir: {app}\Scripts\mbsf\heterocyclic
+Source: "build\release\Molby\Scripts\mbsf\coordination\*"; DestDir: {app}\Scripts\mbsf\coordination
+Source: "build\release\Molby\Scripts\mbsf\solvents\*"; DestDir: {app}\Scripts\mbsf\solvents
+Source: "build\release\Molby\Scripts\lib\*"; DestDir: {app}\Scripts\lib
+Source: "build\release\Molby\Scripts\basis_sets\*"; DestDir: {app}\Scripts\basis_sets
+Source: "build\release\Molby\ortep3\*"; DestDir: {app}\ortep3
+
+[Icons]
+Name: "{group}\Molby"; Filename: "{app}\Molby.exe"
diff --git a/build-win/molby.rc b/build-win/molby.rc
new file mode 100644 (file)
index 0000000..61d8583
--- /dev/null
@@ -0,0 +1,2 @@
+molbyicon ICON "../bitmaps/molby_icon.ico"
+#include "wx/msw/wx.rc"