blob: 2ffd018c46bf01f2a8ef2326ec1587b36fa26acd (
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 TDEDIR="c:\\kde"
# KDElibs/win32 top source directory, please change
KDEWIN="c:\\kdewin32"
export MSVC KDEWIN INCLUDE
|