Commit 7c607e1f authored by bernd's avatar bernd
Browse files

Windows installer

parent 91ec73a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ DOC = wiki/commands.md
all: no-config TAGS

distfiles:
	@echo $(SOURCES)
	@echo $(SOURCES) $(GEN) $(SCRIPTS)

no-config: libs $(GEN)

+0 −1
Original line number Diff line number Diff line
\ generic hash table functions

require string.fs
require rng.fs

2 64s buffer: hashinit
+13 −2
Original line number Diff line number Diff line
@@ -91,6 +91,19 @@ done) | sed \
  -e 's,^\(..*\)\\\([^\\]*\)$,Source: "\1\\\2"; DestDir: "{app}\\\1",g' \
  -e 's,^\([^\\]*\)$,Source: "\1"; DestDir: "{app}",g')
Source: "net2o.ico"; DestDir: "{app}"
$(for i in */.libs/*.dll; do
echo "Source: \"$i\"; DestDir: \"{app}\\..\\gforth$SF\"" | tr '/' '\\'
done)
$(for i in lib/gforth/$VERSION/$machine/libcc-named/.libs/*.dll; do
echo "Source: \"$i\"; DestDir: \"{app}\\..\\gforth$SF\\lib\\gforth\\$VERSION\\$machine\\libcc-named\\.libs\"" | tr '/' '\\'
done)
$(for i in lib/gforth/$VERSION/$machine/libcc-named/.libs/*; do
echo "Source: \"$i\"; DestDir: \"{app}\\..\\gforth$SF\\lib\\gforth\\$VERSION\\$machine\\libcc-named\\.libs\"" | tr '/' '\\'
done)
$(for i in lib/gforth/$VERSION/$machine/libcc-named/*; do
echo "Source: \"$i\"; DestDir: \"{app}\\..\\gforth$SF\\lib\\gforth\\$VERSION\\$machine\\libcc-named\"" | tr '/' '\\'
done)
Source: "c:\\$CYGWIN\\bin\\cygstdc++-6.dll"; DestDir: "{app}\\..\\gforth$SF"

[Icons]
; Parameter quick reference:
@@ -104,8 +117,6 @@ Name: "{group}\net2o"; Filename: "{app}\\..\\gforth$SF\\run.exe"; Parameters: ".

[Tasks]

end;

EOF

sed -e 's/$/\r/' <README >README.txt
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ require unix/pthread.fs
require unix/mmap.fs
require 64bit.fs
require date.fs
require ansi.fs

\ enum