Skip to content

Commit

Permalink
Win32: Added config_user-example.pri
Browse files Browse the repository at this point in the history
This should be saved as config_user.pri.
  • Loading branch information
skyjake committed Sep 17, 2011
1 parent 071078a commit 65af730
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions doomsday/config_user-example.pri
@@ -0,0 +1,26 @@
# NOTE: Do not edit this file, instead save it as "config_user.pri"

# Custom configuration options.
# On all platforms you can apply custom build options here.
# On Windows, you need to use this file to configure your SDK paths.

# Location of the cURL SDK.
CURL_DIR = "c:/SDK/cURL"

# Location of the EAX 2.0 SDK.
EAX2_DIR = "c:/SDK/EAX 2.0 SDK"

# Location of the DirectX SDK.
DIRECTX_DIR = "c:/SDK/DirectX \(March 2009\)"

# Location of the OpenAL SDK.
OPENAL_DIR = "c:/SDK/OpenAL 1.1 SDK"

# Location of the GL headers.
OPENGL_DIR = c:/SDK/OpenGL

# Location of the SDL SDK.
SDL_DIR = c:/SDK/SDL-1.2.14

# Location of the SDL_mixer SDK.
SDL_MIXER_DIR = c:/SDK/SDL_mixer-1.2.11

0 comments on commit 65af730

Please sign in to comment.