diff options
author | th <th@openoffice.org> | 2001-07-06 12:58:07 +0000 |
---|---|---|
committer | th <th@openoffice.org> | 2001-07-06 12:58:07 +0000 |
commit | 0aaead0d112d33a4bf6b538fa9f1779ddec6651d (patch) | |
tree | cc61bef5f673b5c7b3e8fba180dbc73849fc72e7 /tools/win | |
parent | 0801ad4c1825ed932cb66f2a47aff9e545863483 (diff) |
remove old W16 code
Diffstat (limited to 'tools/win')
-rw-r--r-- | tools/win/source/dll/makefile.mk | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/tools/win/source/dll/makefile.mk b/tools/win/source/dll/makefile.mk index 06c691cd27f1..287d051e738b 100644 --- a/tools/win/source/dll/makefile.mk +++ b/tools/win/source/dll/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:03:11 $ +# last change: $Author: th $ $Date: 2001-07-06 13:58:07 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,26 +87,5 @@ OBJFILES= $(OBJ)$/toolsdll.obj .INCLUDE : target.mk -.ELSE # "$(GUI)" == "WNT" - -# --- Files -------------------------------------------------------- - -ASMFILES= appdata.asm -CXXFILES= toolsdll.cxx - -SLOFILES= $(SLO)$/toolsdll.obj \ - $(SLO)$/appdata.obj - -OBJFILES= $(OBJ)$/toolsdll.obj \ - $(OBJ)$/appdata.obj - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - -.IF "$(depend)" == "" -appdata.asm: .ENDIF -.ENDIF # "$(GUI)" == "WNT" - |