Re: [AD] 4.9.4 build on MSVC8(2005) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Milan Mimica wrote:
AJ wrote:
MSVC8, CMake 2.6.1
so far, following the build instructions, im in the IDE, and i can hit
compile.
its failing to find DirectX files, so i typically add them to the
project settings, in Project Settings > C/C++ > General > Additional
Include Directories.
however adding it to the plethora of projects is far too tedios, is
there a way to set this pre-cmake so its set for all projects ?
There is a way to add that path permanently to MSVC. Somewhere in (non project)
settings... Tool -> Settings, sometihng like that...
I do not want to do that.
I dont want the compiler to pwn a specific version of Direct SDK.
i have multiple versions of directX SDK installed, and used for various
projects.
This setting is a project specific setting, it should not go in the
compilers settings.