summaryrefslogtreecommitdiff
path: root/DevIL/MSVC++.txt
diff options
context:
space:
mode:
Diffstat (limited to 'DevIL/MSVC++.txt')
-rw-r--r--DevIL/MSVC++.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/DevIL/MSVC++.txt b/DevIL/MSVC++.txt
deleted file mode 100644
index c26d2204..00000000
--- a/DevIL/MSVC++.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-README.win is more relevant in this release.
-
-CMAKE files are included, but they need to be updated.
-This is the only way to create VC6 and VC2003 projects.
-
-
-......
-
-
-Installation
-------------
-
-Edit config.h to tell DevIL what external libraries you are using.
-
-Then go to Tools - Options - Directories to add in the include and lib
-directories for DevIL.
-
-All MSVC++ project files are in the projects/msvc or projects/msvc8 folders.
-
-
-
-Usage
------
-
-When compiling a program that uses DevIL*, it must be configured to use the
-multithreaded dll version of the libc runtime. To do this, go to Project
-Settings - C/C++ tab - Change "Category" to 'Code Generation' - Change
-"Use run-time library" to 'Multithreaded DLL' or 'Debug Multithreaded DLL',
-based on whether the project you are build is release or debug, respectively.
-
-For more information, look at the tutorials.