diff options
-rw-r--r-- | dists/msvc8/parallaction.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc9/parallaction.vcproj | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dists/msvc8/parallaction.vcproj b/dists/msvc8/parallaction.vcproj index a48c4ee75a..722657d72f 100644 --- a/dists/msvc8/parallaction.vcproj +++ b/dists/msvc8/parallaction.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="windows-1252"?> +<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8,00" @@ -213,6 +213,10 @@ > </File> <File + RelativePath="..\..\engines\parallaction\gfxbase.cpp" + > + </File> + <File RelativePath="..\..\engines\parallaction\graphics.cpp" > </File> diff --git a/dists/msvc9/parallaction.vcproj b/dists/msvc9/parallaction.vcproj index 0177930496..d092cfb9bb 100644 --- a/dists/msvc9/parallaction.vcproj +++ b/dists/msvc9/parallaction.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="windows-1252"?> +<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="9,00" @@ -214,6 +214,10 @@ > </File> <File + RelativePath="..\..\engines\parallaction\gfxbase.cpp" + > + </File> + <File RelativePath="..\..\engines\parallaction\graphics.cpp" > </File> |