zilmar
8084a5d3b6
Update vesion script to get 2.3.1, and update minor verion in other plugins
2016-09-17 07:43:48 +10:00
zilmar
cb6fd2a15a
[Project64] Fix version script to work with spaces in name
2016-07-04 19:06:00 +10:00
zilmar
c46e8ccd8f
[Project64] Make sure upload script allows apk file
2016-07-03 19:41:36 +10:00
zilmar
53e728d5c2
[Upload Script] Ignore error on login
2016-07-03 18:31:17 +10:00
7b6c9bd33f
X86ops.cpp => x86/x86Ops.cpp
2016-06-27 13:50:55 -04:00
1a728abba2
RegInfo.cpp => x86/x86RegInfo.cpp
2016-06-27 13:47:01 -04:00
46c8876774
RecompilerOps.cpp => x86/x86RecompilerOps.cpp
2016-06-27 13:45:01 -04:00
8222cf0cd1
x86CodeLog.cpp => RecompilerCodeLog.cpp
2016-06-27 13:41:26 -04:00
zilmar
b6068d81d4
[Build Script] Update upload_beta.vbs
2016-06-07 17:28:14 +10:00
zilmar
c743e0c371
[Build Script] Add Sign.cmd
2016-06-07 17:27:36 +10:00
zilmar
2e6d163882
Merge pull request #1116 from cxd4/gbcart
...
forgot death-droid's GBCart thing
2016-06-06 12:00:09 +10:00
d8f0fa4e1d
forgot death-droid's GBCart thing
2016-06-05 20:01:45 -04:00
c4de904824
[zlib] to fix: compile warnings with -pedantic and -Wall
2016-06-05 19:54:22 -04:00
7140b0633f
[zlib] We don't need these include directories.
2016-06-05 19:51:10 -04:00
208c031bd6
[zlib] local PJ64 zlib static dependency build script added
2016-06-05 19:49:41 -04:00
zilmar
59d242f8d7
Merge pull request #1113 from cxd4/420
...
more stuff I forgot to assemble and link, but not compile...
2016-06-06 08:08:04 +10:00
zilmar
a32f5999eb
Merge pull request #1112 from cxd4/DD
...
forgot to pass @LuigiBlood's 64DD stuff to the linker
2016-06-06 08:07:32 +10:00
735f924612
undefined SetupSegvHandler
2016-06-05 17:48:49 -04:00
bfbc738ec7
undefined Transferpak::ReadFrom, ::WriteTo
2016-06-05 17:42:25 -04:00
3cb50b4102
forgot to pass @LuigiBlood's 64DD stuff to the linker
2016-06-05 17:13:48 -04:00
08b850b5ba
We only need -fpermissive to compile the core.
2016-06-05 16:46:28 -04:00
039fed5a3c
Do not specify 7zip for linkage outside _WIN32.
2016-06-05 16:39:51 -04:00
792bf337fb
`set' is only valid for Windows/MinGW build scripts.
2016-06-05 16:30:33 -04:00
46287ddead
output prefix with "lib"- to link with -l
2016-06-05 13:07:49 -04:00
zilmar
d554a18fa2
[Project64] Build script should rebuild
2016-06-05 18:32:19 +10:00
zilmar
caa4f7e33e
[Project64] Update package script to be able to pass filename
2016-06-05 16:44:48 +10:00
30467b85d1
Do not force C++ compilation of C code.
...
Invoke compilation via `cc', not `g++'. This fixes both the remaining run-time linkage resolution conflicts on Linux as well as several C++ compilation warnings that did not apply to compiling with C rules.
2016-05-09 01:39:29 -04:00
d74143cc49
[GlideHQ] Interface with new GlideHQ make script.
2016-05-02 23:56:46 -04:00
21ebab7beb
[Common] Be able to #include <Common/Thread.h>.
2016-04-28 17:28:48 -04:00
42d3c27e43
[Common] Thread.cpp
2016-04-28 17:23:40 -04:00
74a0262aeb
[Common] DateTimeClass.cpp
2016-04-28 17:21:37 -04:00
f0b91770d9
[Common] Platform.cpp
2016-04-28 17:18:29 -04:00
83816d5113
[Common] MemoryManagement.cpp
2016-04-28 17:16:38 -04:00
8aefa061a7
compiles for a static library on Linux
2016-04-27 22:44:01 -04:00
daf4e9aa6e
[Glitch64] removed some leftover remnants of SDL in make script
2016-04-01 01:54:34 -04:00
f22f20e1ee
[Glide64] wx stuff is irrelevant to PJGlide64 now.
2016-04-01 01:54:05 -04:00
10e7853c42
[Glitch64] Add Unix shell script for static Glitch64 lib.
2016-04-01 01:50:13 -04:00
eefbbd82c8
[Glide64] Add Unix shell script for linking against Glitch64.
2016-04-01 01:49:42 -04:00
zilmar
a43449ea0e
Merge pull request #987 from cxd4/settings
...
[Settings] Get it building on non-Windows platforms.
2016-02-09 10:55:19 +11:00
fd4c2902d2
[Settings] added working Unix build shell script
2016-02-06 17:35:50 -05:00
37f41f2d45
[Common] 64-bit needs -fPIC for sectional linkage.
2016-02-06 05:36:44 -05:00
cxd4
1580876b15
[Common] leftover remnant of Win32 command shell
...
I found out the hard way while getting `libglitch64.a` to link into PJ64 Glide64 on Linux that I was getting an 8-byte static library file. This was because the Unix shell variable `$OBJ_LIST` was null, due to using the `set` keyword which was a result of lazy copy pasta while porting my MinGW script to compile the PJ64 Common library on Windows.
2016-02-05 03:32:43 -05:00
zilmar
be34822c90
Merge pull request #807 from cxd4/script-files-without-spaces
...
[Common] recursored Unix file paths to new file names
2015-12-06 15:55:25 +11:00
unknown
d8da30b2c4
Synchronize MinGW build scripts to new space-free file paths.
2015-12-04 23:09:55 -05:00
no
7980b6c299
[Common] recursored Unix file paths to new file names
2015-12-04 15:42:53 -05:00
no
f024901b48
ported MinGW build script for project64::Common to Unix shell
2015-12-01 19:38:12 -05:00
zilmar
5760ce22ae
[Build] Add error value to quit
2015-12-02 07:51:59 +11:00
unknown
da2b2184e6
[RSP] Link against resource script for RSP debug UI.
2015-11-18 14:18:13 -05:00
unknown
dd7242f52a
[RSP] Link against Project64 "Common" static library.
2015-11-18 13:58:42 -05:00
unknown
932969f9a8
[RSP] Set Windows subsystem entry point for MinGW.
2015-11-18 13:57:14 -05:00