Commit Graph

19 Commits

Author SHA1 Message Date
squall-leonhart eaf6c3d8d4 fixed debug vc++ directories
git-svn-id: https://svn.code.sf.net/p/vbam/code/branches/bgk-link@1143 a31d4220-a93d-0410-bf67-fe4944624d44
2012-10-01 19:56:32 +00:00
squall-leonhart 50fe276a0f remove deprecated files from the project
git-svn-id: https://svn.code.sf.net/p/vbam/code/branches/bgk-link@1133 a31d4220-a93d-0410-bf67-fe4944624d44
2012-09-17 14:06:51 +00:00
squall-leonhart f7be31935d would help if i commit the file with /mp enabled instead of the one where i removed /mp from the advanced command line (don't need it on both pages)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1120 a31d4220-a93d-0410-bf67-fe4944624d44
2012-09-06 15:41:59 +00:00
squall-leonhart 5a2da5176c >.> Shuffle2 was wrong.
that happens alot.
/mp switch enables the use of multiple cl.exe processes during assembling process, this cuts building vba-m times down by a nearly 3/4.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1119 a31d4220-a93d-0410-bf67-fe4944624d44
2012-09-06 14:58:46 +00:00
squall-leonhart 35c18aff76 update FSF address
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1086 a31d4220-a93d-0410-bf67-fe4944624d44
2012-01-23 08:49:39 +00:00
squall-leonhart 05d20571f7 shuffles magic mush...... trunk MSVC2010 buildfix
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1071 a31d4220-a93d-0410-bf67-fe4944624d44
2012-01-20 22:03:27 +00:00
squall-leonhart 9e1b0c4aee fex was fixed in the sln, but not the vcxproj :\
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1065 a31d4220-a93d-0410-bf67-fe4944624d44
2012-01-05 15:24:33 +00:00
squall-leonhart 541ecbda78 SubWCRev is no longer standalone, removed from dependencies and pointed the project files to find it via path
updated DevInfo.txt
applied khh's patch for gbalink.cpp though more changes are required to bring trunk up to building since the Wx patches

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1064 a31d4220-a93d-0410-bf67-fe4944624d44
2012-01-04 19:38:33 +00:00
squall-leonhart 1f861b2ad4 move fex into trunk
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1048 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-04 14:59:12 +00:00
squall-leonhart 4a7d17bc0b DrNach is the one who decided on keeping externals out of the trunk/branch tree's , and I agree with him on keeping dependencies out of them,
if you have a problem, take it up with him and be sure you have a compelling argument
The argument is invalid for source tarballs because 
1. we don't provide recent ones 90% of the time. 
2. those who do provide them include them. 
3. anyone dumb enough to distribute one without the required externs inclluded needs a head examination
4. FEX can be disabled, its not required if it is unwanted.
5. a wget type tool can be executed from the cmake script to pull any required externals that aren't included in the tarball.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1044 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-04 10:13:57 +00:00
bgk 4127bc4504 ALL: Revert r1037:1041. Fix build.
FEX is not a common oss library thus it is not packaged by open source operating system distributors. That means if we ever want VBA-M to be packaged in OS distributions, we need to embed it in our main source tree, since fex is a dependency. 
The "dependencies" folder is outside of our main source tree thus it cant be used when building from a source tarball (for packaging).
zlib and SFML from the "dependencies" folder are only used when building the win32 port. All the other ports only use system libraries.
Having FEX somewhere within the "trunk" folder is REQUIRED for packaging, moving it elsewhere is NOT AN OPTION. Please live with it.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1042 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-04 07:27:25 +00:00
squall-leonhart b62c14753b trunk fex fixed
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1039 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-04 02:55:52 +00:00
bgk 7280c25517 ALL: Revert r1029. Fex is now back in the main source tree.
Please don't break things you can't fix.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1031 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-03 13:09:12 +00:00
squall-leonhart 82ffe9c0dc fex is a dependency, it should be, and now is in the folder with the rest of our dependencies (breaks cmake on both prewx and trunk)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1029 a31d4220-a93d-0410-bf67-fe4944624d44
2011-06-30 09:21:20 +00:00
squall-leonhart e3b06a9684 Bugger unicode support, we can just convert multibyte to widestring using google cloud services and a bunch of midgets running in spinwheels.
Also enables whole program optimisation (funnily i was only doing linker time optimisation so it wasn't as good as it could be.)

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1013 a31d4220-a93d-0410-bf67-fe4944624d44
2011-04-26 07:25:16 +00:00
squall-leonhart 42a1e9c612 streamlined vcc directories some.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@966 a31d4220-a93d-0410-bf67-fe4944624d44
2010-10-28 12:35:24 +00:00
squall-leonhart 2f9e6debf7 killed off 22 warnings by removing a command line override for zc:forscope.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@959 a31d4220-a93d-0410-bf67-fe4944624d44
2010-10-03 13:21:22 +00:00
squall-leonhart c020769ba7 enable SSE optimisations in VCProj, intrinsics update nasm and revert shuffles changes to gb_apu_state.cpp.
i prefer warnings during compilation rather then a lack of function in the emulator, we can look at correcting the warnings in a less broken manner later.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@955 a31d4220-a93d-0410-bf67-fe4944624d44
2010-09-10 11:31:31 +00:00
squall-leonhart 3a9af2a92b git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@950 a31d4220-a93d-0410-bf67-fe4944624d44 2010-08-29 17:18:58 +00:00