mirror of https://github.com/PCSX2/pcsx2.git
Fixes some various compilation problems (people without TortoiseSvn installed won't get errors anymore)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@444 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
57c8281242
commit
2cf8006ab0
|
@ -6,7 +6,7 @@ rem ProjectSrcDir - $(ProjectDir)\.. - Directory of project source code.
|
||||||
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
||||||
|
|
||||||
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
||||||
if not ERRORLEVEL 0 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
echo Automatic revision update unavailable, using generic template instead.
|
echo Automatic revision update unavailable, using generic template instead.
|
||||||
echo You can safely ignore this message - see svnrev.h for details.
|
echo You can safely ignore this message - see svnrev.h for details.
|
||||||
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
// Micro VU recompiler! - author: cottonvibes(@gmail.com)
|
// Micro VU recompiler! - author: cottonvibes(@gmail.com)
|
||||||
|
|
||||||
|
#include "PrecompiledHeader.h"
|
||||||
#include "microVU.h"
|
#include "microVU.h"
|
||||||
#ifdef PCSX2_MICROVU
|
#ifdef PCSX2_MICROVU
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "PrecompiledHeader.h"
|
|
||||||
#include "Common.h"
|
#include "Common.h"
|
||||||
#include "VU.h"
|
#include "VU.h"
|
||||||
#include "microVU_Tables.h"
|
#include "microVU_Tables.h"
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "PrecompiledHeader.h"
|
||||||
#include "microVU.h"
|
#include "microVU.h"
|
||||||
|
|
||||||
#ifdef PCSX2_MICROVU_lulz
|
#ifdef PCSX2_MICROVU_lulz
|
||||||
|
|
|
@ -6,7 +6,7 @@ rem ProjectSrcDir - $(ProjectDir)\.. - Directory of project source code.
|
||||||
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
||||||
|
|
||||||
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
||||||
if not ERRORLEVEL 0 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
echo Automatic revision update unavailable, using generic template instead.
|
echo Automatic revision update unavailable, using generic template instead.
|
||||||
echo You can safely ignore this message - see svnrev.h for details.
|
echo You can safely ignore this message - see svnrev.h for details.
|
||||||
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
||||||
|
|
|
@ -6,7 +6,7 @@ rem ProjectSrcDir - $(ProjectDir)\.. - Directory of project source code.
|
||||||
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
||||||
|
|
||||||
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
||||||
if not ERRORLEVEL 0 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
echo Automatic revision update unavailable, using generic template instead.
|
echo Automatic revision update unavailable, using generic template instead.
|
||||||
echo You can safely ignore this message - see svnrev.h for details.
|
echo You can safely ignore this message - see svnrev.h for details.
|
||||||
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
||||||
|
|
|
@ -6,7 +6,7 @@ rem ProjectSrcDir - $(ProjectDir)\.. - Directory of project source code.
|
||||||
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
||||||
|
|
||||||
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
||||||
if not ERRORLEVEL 0 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
echo Automatic revision update unavailable, using generic template instead.
|
echo Automatic revision update unavailable, using generic template instead.
|
||||||
echo You can safely ignore this message - see svnrev.h for details.
|
echo You can safely ignore this message - see svnrev.h for details.
|
||||||
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
||||||
|
|
|
@ -6,7 +6,7 @@ rem ProjectSrcDir - $(ProjectDir)\.. - Directory of project source code.
|
||||||
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
||||||
|
|
||||||
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
||||||
if not ERRORLEVEL 0 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
echo Automatic revision update unavailable, using generic template instead.
|
echo Automatic revision update unavailable, using generic template instead.
|
||||||
echo You can safely ignore this message - see svnrev.h for details.
|
echo You can safely ignore this message - see svnrev.h for details.
|
||||||
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
||||||
|
|
|
@ -6,7 +6,7 @@ rem ProjectSrcDir - $(ProjectDir)\.. - Directory of project source code.
|
||||||
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
||||||
|
|
||||||
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
||||||
if not ERRORLEVEL 0 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
echo Automatic revision update unavailable, using generic template instead.
|
echo Automatic revision update unavailable, using generic template instead.
|
||||||
echo You can safely ignore this message - see svnrev.h for details.
|
echo You can safely ignore this message - see svnrev.h for details.
|
||||||
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
||||||
|
|
|
@ -6,7 +6,7 @@ rem ProjectSrcDir - $(ProjectDir)\.. - Directory of project source code.
|
||||||
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
rem VspropsDir - $(PrjectDir)\vsprops - Directory of this script and its counterparts.
|
||||||
|
|
||||||
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
||||||
if not ERRORLEVEL 0 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
echo Automatic revision update unavailable, using generic template instead.
|
echo Automatic revision update unavailable, using generic template instead.
|
||||||
echo You can safely ignore this message - see svnrev.h for details.
|
echo You can safely ignore this message - see svnrev.h for details.
|
||||||
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
copy /Y %2\svnrev_unknown.h %1\svnrev.h
|
||||||
|
|
Loading…
Reference in New Issue