Skip to content

Commit

Permalink
Minor Win x64 updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
gogins committed May 16, 2016
1 parent fa8d58b commit e62d1f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions installer/windows/csound6_x64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
; Can run from the command line with "/S /D installation directory".
;
; Uncomment the following line to build CsoundVST and vst4cs:
#define CSOUNDVST
; #define CSOUNDVST

#define MyAppName "Csound6_x64"
#define MyAppVersion "6"
#ifdef CSOUNDVST
#define MyAppMinVersion "6.07.0rc6-vst"
#define MyAppMinVersion "6.07.0-vst"
#else
#define MyAppMinVersion "6.07.0rc6"
#define MyAppMinVersion "6.07.0"
#endif
#define MyAppPublisher "Csound"
#define MyAppURL "http://csound.github.io/"
Expand Down Expand Up @@ -201,6 +201,7 @@ Source: {#MyLibSndfileSourceDir}\bin\*.*; DestDir: "{#APP_BIN}"; Flags: ignoreve
Source: {#MyLibSndfileSourceDir}\include\*.*; DestDir: "{#APP_INCLUDE}\sndfile"; Flags: ignoreversion; Components: core;

Source: include/*.h*; DestDir: "{#APP_INCLUDE}\csound"; Flags: ignoreversion; Components: core
Source: H/pffft.h; DestDir: "{#APP_INCLUDE}\csound"; Flags: ignoreversion; Components: core
Source: interfaces/*.h*; DestDir: "{#APP_INCLUDE}\csound"; Flags: ignoreversion; Components: core
Source: frontends/CsoundAC/*.hpp; DestDir: "{#APP_INCLUDE}\csoundac"; Flags: ignoreversion; Components: core

Expand Down
1 change: 0 additions & 1 deletion mingw64/find_csound_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def exclude(filepath):
non_opcode_targets = '''
CsoundAC.dll
CsoundVST.dll
LuaCsound.dll
_CsoundAC.pyd
_csnd6.pyd
_jcsound6.dll
Expand Down

0 comments on commit e62d1f5

Please sign in to comment.