dev c++ template help

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
ÀÁ®ÖN
Posts: 2
Joined: Fri Apr 07, 2006 1:50 pm

dev c++ template help

Post by ÀÁ®ÖN »

hi can someone help me make a dec c++ template.

at first i downloaded a dev pack of irrlicht 0.14 then i found versoin 1 was out so i downloaded it.

this is how the template looked for irrlicht 0.14

Code: Select all

[Template]
ver=1
Name=Irrlicht
Icon=irr.ico
Description=Create a Irrlicht engine 3D app
Catagory=Irrlicht

[Unit0]
CppName=main.cpp
Cpp=Irr_main.cpp.txt

[Project]
UnitCount=1
Type=1
IsCpp=1
Compiler=
CppCompiler=
Linker=-lIrrlicht_@@__@@__@@_
CompilerSettings=0000000000000000000000
CompilerSet=0
IncludeVersionInfo=0
SupportXPThemes=0
Name=Irrlicht Basic
ProjectIcon=irr.project.ico

can someone convert this for me thanks in advance

irrlicht is located at C:\irrlicht-1.0
Post Reply