Commit 74b74142 authored by bitplane's avatar bitplane

Renamed dev-cpp example projects to match the others, added static library...

Renamed dev-cpp example projects to match the others, added static library targets to code::blocks project and moved the build locations back to Win32-gcc and Linux dirs

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2276 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 4733bc76
[Project]
FileName=example.dev
FileName=Quake3Explorer.dev
Name=Irrlicht Example 21 Quake3 Explorer
UnitCount=1
UnitCount=5
Type=1
Ver=1
ObjFiles=
......@@ -57,3 +57,43 @@ ProductName=
ProductVersion=
AutoIncBuildNr=0
[Unit2]
FileName=q3factory.cpp
CompileCpp=1
Folder=Irrlicht Example 21 Quake3 Explorer
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit3]
FileName=q3factory.h
CompileCpp=1
Folder=Irrlicht Example 21 Quake3 Explorer
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit4]
FileName=sound.cpp
CompileCpp=1
Folder=Irrlicht Example 21 Quake3 Explorer
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit5]
FileName=sound.h
CompileCpp=1
Folder=Irrlicht Example 21 Quake3 Explorer
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
Sorry, I cannot provide a procompiled lib for Win64.
Please goto the \source directory, unzip the source.zip file
and compile them yourself, it will cost you about 3 minutes. :)
\ No newline at end of file
We don't provide a procompiled dll for Win64.
Visual Studio Express does not come with a 64-bit compiler by default.
You'll have to download the Windows Platform SDK-
http://msdn.microsoft.com/en-us/windows/bb980924.aspx
When installing the platform SDK, make sure you install the x64 and
IA64 compilers from Developer Tools -> Visual C++ Compilers.
\ No newline at end of file
This diff is collapsed.
......@@ -2473,46 +2473,6 @@
<Filter
Name="irr"
>
<File
RelativePath=".\CIrrDeviceConsole.cpp"
>
</File>
<File
RelativePath=".\CIrrDeviceConsole.h"
>
</File>
<File
RelativePath="CIrrDeviceLinux.cpp"
>
</File>
<File
RelativePath="CIrrDeviceLinux.h"
>
</File>
<File
RelativePath="CIrrDeviceSDL.cpp"
>
</File>
<File
RelativePath="CIrrDeviceSDL.h"
>
</File>
<File
RelativePath="CIrrDeviceStub.cpp"
>
</File>
<File
RelativePath="CIrrDeviceStub.h"
>
</File>
<File
RelativePath="CIrrDeviceWin32.cpp"
>
</File>
<File
RelativePath="CIrrDeviceWin32.h"
>
</File>
<File
RelativePath="CLogger.cpp"
>
......@@ -2937,6 +2897,50 @@
</File>
</Filter>
</Filter>
<Filter
Name="device"
>
<File
RelativePath=".\CIrrDeviceConsole.cpp"
>
</File>
<File
RelativePath=".\CIrrDeviceConsole.h"
>
</File>
<File
RelativePath="CIrrDeviceLinux.cpp"
>
</File>
<File
RelativePath="CIrrDeviceLinux.h"
>
</File>
<File
RelativePath="CIrrDeviceSDL.cpp"
>
</File>
<File
RelativePath="CIrrDeviceSDL.h"
>
</File>
<File
RelativePath="CIrrDeviceStub.cpp"
>
</File>
<File
RelativePath="CIrrDeviceStub.h"
>
</File>
<File
RelativePath="CIrrDeviceWin32.cpp"
>
</File>
<File
RelativePath="CIrrDeviceWin32.h"
>
</File>
</Filter>
</Filter>
<Filter
Name="io"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment