summaryrefslogtreecommitdiffstats
path: root/win/9x
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch)
tree5ac38a06f3dde268dc7927dc155896926aaf7012 /win/9x
downloadtdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz
tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'win/9x')
-rw-r--r--win/9x/Makefile19
-rw-r--r--win/9x/Makefile.rel19
2 files changed, 38 insertions, 0 deletions
diff --git a/win/9x/Makefile b/win/9x/Makefile
new file mode 100644
index 000000000..b2d7f33f2
--- /dev/null
+++ b/win/9x/Makefile
@@ -0,0 +1,19 @@
+
+all: Makefile
+ cd .. && qmake CONFIG+=WIN9x -o Makefile.win9x && nmake -nologo -f Makefile.win9x
+
+clean:
+ del obj\*.obj
+
+FORCE:
+
+distclean: clean
+
+####### Compile
+
+####### Install
+
+install:
+
+uninstall:
+
diff --git a/win/9x/Makefile.rel b/win/9x/Makefile.rel
new file mode 100644
index 000000000..39ad12cba
--- /dev/null
+++ b/win/9x/Makefile.rel
@@ -0,0 +1,19 @@
+
+all: Makefile.rel
+ cd .. && qmake KW_CONFIG=release CONFIG+=WIN9x -o Makefile.win9x.release && nmake -nologo -f Makefile.win9x.release
+
+clean:
+ del obj_rel\*.obj
+
+FORCE:
+
+distclean: clean
+
+####### Compile
+
+####### Install
+
+install:
+
+uninstall:
+