blob: a498805e971c11acb4f34e544e6a42d85d033194 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/bin/bash
# Copy this file as kde_env_custom and alter it
# MSVC instalation directory, please change, or comment it out if not using msvc compiler
MSVC="c:\\vs7"
# Top KDE Directory - target of your compilation, please change
export KDEDIR="c:\\kde"
# KDElibs/win32 top source directory, please change
KDEWIN="c:\\kdewin32"
export MSVC KDEWIN INCLUDE
|