Lymia Aluysia
24ba3ab28a
Fix check for HAVE_GCC_ATOMIC_BUILTINS
2017-01-17 23:41:59 -06:00
Lymia Aluysia
a1660983b6
Use clang++ by default.
2017-01-17 23:33:43 -06:00
Lymia Aluysia
4a4fcc6990
Update automake version.
2017-01-17 23:32:07 -06:00
twanvl
4b5486c5cf
New makefile, things should built again
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1613 0fc631ac-6414-0410-93d0-97cfa31319b6
2011-01-11 17:18:39 +00:00
coppro
85854b1bd2
Fix warnings
...
Semi-fix bug #6 (does not work if the zipfile was loaded from a directory)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1439 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-03-04 01:46:04 +00:00
coppro
81c6fb87cd
More updates to build system
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1435 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-01-20 03:19:57 +00:00
coppro
c0ce05a341
Fixed some major build system flaws
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1434 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-12-11 03:44:20 +00:00
coppro
46111fcbad
Build system improvements
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1432 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-12-04 06:02:06 +00:00
coppro
f2d6714da9
(sorry for making this all one commit)
...
Fiddled with the backbone for scripts some more.
VCS are now suppported in sets but configuration/non-svn-systems missing
Linux build now uses precompiled headers (build time--)
A couple warning fixes too.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1427 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-09-16 23:40:44 +00:00
coppro
9343e48280
Configure now allows selection of debugging.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1426 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-09-07 01:20:20 +00:00
coppro
7af4cd4bd0
Lots of miscellaneous fixes, also added basic VCS framework
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1416 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-08-01 22:34:04 +00:00
coppro
4c9f3afb05
MSE can now save cards in separate files (needs manual config editing still).
...
Trailing slashes are stripped from commandline arguments (because directory.mse-set/ should be accepted)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1386 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-06-18 02:18:23 +00:00
coppro
4e772d14da
Fixed install script and set selection window crash.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1366 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-01-18 04:00:50 +00:00
coppro
46dda0ef30
Compatibility updates; Boost Regex is now statically linked, changed to <hunspell/hunspell.hxx>
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1286 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-01-02 21:52:08 +00:00
coppro
692d5b6286
Updates to make things work.
...
Some trivial things that are required to make it work on Linux.
Also updated build scripts to use Boost. You have to use
./configure --with-boost-regex=<libname, suitable for -l>
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1206 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-09-07 17:21:25 +00:00
coppro
ec63e3b18b
More workingness, now accepts locally-stored resources!
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1158 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-21 04:06:50 +00:00
coppro
d13b721b41
Updates to make Linux work... still lost of issues.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1157 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-21 02:41:30 +00:00
coppro
ebe26e0444
Minor updates that make things work!
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@945 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 02:36:56 +00:00
coppro
3ad16e949f
Added sorting of words "A", "An", and "The".
...
Fixed transparency on update arrow.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@820 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-01-12 18:07:34 +00:00
coppro
838f433731
Added configure script and updated automake.
...
Configure script should be in repo, so that someone can build without
needing autotools.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@723 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-09-21 01:20:51 +00:00
coppro
83b6aa36f8
Removed DECLARE_TYPEOF2; replaced with double-parenthesized macro calls. (GCC doesn't accept the other way in all cases.. I don't know whether MSW accepts this way.) Fixed a few resource names.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@209 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-03-15 23:48:01 +00:00
twanvl
2291fe4405
Fixed some more compiler warnings
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@192 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-01-31 19:43:27 +00:00
coppro
28bcb1068c
Compiled Linux version. The welcome screen doesn't display the icon images, and the buttons don't work. Data is found at *prefix*/Magic Set Editor/data and the images at *prefix*/Magic Set Editor/resource. On Ubuntu, *prefix* is /usr/local/share. Resource files are all the image files from resource. I haven't configured them, because I haven't made it past the welcome screen.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@188 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-01-30 04:03:22 +00:00
twanvl
1cd80a3710
A working configure&makefile; now in the process of getting it to build on gcc
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@182 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-01-28 22:38:59 +00:00