diff options
author | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-05-06 11:36:16 +0000 |
---|---|---|
committer | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-05-06 11:36:16 +0000 |
commit | 0b053f301ca28a98d92fe28d4e39a1a8d15e6294 (patch) | |
tree | 4b3dc29d17c1b80322c6ef92cbdbe6111f85b7b8 /windows/2K_XP_Vista/kbdneo2/Quelldateien/makefile | |
parent | 39ad27b08aea1e2363e4317469c60fe7961244ee (diff) | |
download | neo-layout-0b053f301ca28a98d92fe28d4e39a1a8d15e6294.tar.gz neo-layout-0b053f301ca28a98d92fe28d4e39a1a8d15e6294.tar.bz2 neo-layout-0b053f301ca28a98d92fe28d4e39a1a8d15e6294.zip |
git-svn-id: https://svn.neo-layout.org@503 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/2K_XP_Vista/kbdneo2/Quelldateien/makefile')
-rw-r--r-- | windows/2K_XP_Vista/kbdneo2/Quelldateien/makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/windows/2K_XP_Vista/kbdneo2/Quelldateien/makefile b/windows/2K_XP_Vista/kbdneo2/Quelldateien/makefile deleted file mode 100644 index 23d6985..0000000 --- a/windows/2K_XP_Vista/kbdneo2/Quelldateien/makefile +++ /dev/null @@ -1,15 +0,0 @@ -#
-# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
-# file to this component. This file merely indirects to the real make file
-# that is shared by all the components of NT OS/2
-#
-!IF DEFINED(_NT_TARGET_VERSION)
-! IF $(_NT_TARGET_VERSION)>=0x501
-! INCLUDE $(NTMAKEENV)\makefile.def
-! ELSE
-! message BUILDMSG: Warning : The sample "$(MAKEDIR)" is not valid for the current OS target.
-! ENDIF
-!ELSE
-! INCLUDE $(NTMAKEENV)\makefile.def
-!ENDIF
-
|