Skip to content

Commit 98fe97a

Browse files
committedJan 30, 2017
initial fork of 1.5
0 parents  commit 98fe97a

File tree

153 files changed

+31540
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+31540
-0
lines changed
 

‎ChangeLog

+638
Large diffs are not rendered by default.

‎INSTALL

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
How to compile:
2+
3+
For win32 and os2 targets: first create a bin/ and src/obj/ directories.
4+
Then just type
5+
6+
make linux
7+
or
8+
make win32
9+
or
10+
make os2
11+
12+
depending on the platform which you want to compile CrashMail for. You will
13+
now find the binaries in the 'bin' directory.
14+
15+
If you want to remove all object files that were created during the compilation,
16+
type
17+
18+
make cleanlinux
19+
or
20+
make cleanwin32
21+
or
22+
make cleanos2
23+
24+
Note: CrashMail was developed using gcc. If you are using another compiler, you
25+
will probably have to make some adjustments to the makefiles and perhaps also
26+
to the source.

0 commit comments

Comments
 (0)
Please sign in to comment.