Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
ec7306e4
Commit
ec7306e4
authored
Jan 21, 2008
by
Karoline Malmkjaer
Browse files
Removed cygwin dll
parent
df03efb5
Changes
1
Show whitespace changes
Inline
Side-by-side
win32/CDuce inno setup script 1.iss
View file @
ec7306e4
...
...
@@ -14,7 +14,7 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName=
{pf}
\{#MyAppName}
DefaultDirName=
C:\cygwin\bin
\{#MyAppName}
DefaultGroupName={#MyAppName}
LicenseFile=..\LICENSE
InfoBeforeFile=..\README
...
...
@@ -29,6 +29,7 @@ WizardImageFile=babel-raw.bmp
WizardImageBackColor=clWhite
ChangesEnvironment=false
WizardImageStretch=false
DirExistsWarning=no
[Languages]
Name: english; MessagesFile: compiler:Default.isl
...
...
@@ -40,10 +41,7 @@ Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:Ad
[Files]
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Source: ..\cduce.exe; DestDir: {app}
Source: ..\..\..\..\..\..\bin\cygwin1.dll; DestDir: {app}
Source: ..\..\..\..\..\..\bin\cygpcre-0.dll; DestDir: {app}
Source: ..\dtd2cduce.exe; DestDir: {app}
Source: ..\cduce_mktop; DestDir: {app}
[Icons]
Name: {group}\{#MyAppName}; Filename: {app}\{#MyAppExeName}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment