Skip to content

Commit 7dc8743

Browse files
committed
chore(windows): remove buildpkg
1 parent 10b2fa4 commit 7dc8743

File tree

8 files changed

+2
-1401
lines changed

8 files changed

+2
-1401
lines changed

developer/src/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ We do not have 100% clean separation between Keyman Developer and Keyman for
88
Windows. Shared units are intended to live in common, however the following
99
projects will need to be updated in the future.
1010

11-
* buildpkg in Windows depends on various compiler units in multiple folders.
1211
* kmbrowserhost in Windows is included as part of Keyman Developer.
1312

1413
# Folders

windows/src/buildtools/Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NOTARGET_SIGNCODE=yes
77
!ifdef NODELPHI
88
TARGETS=.virtual
99
!else
10-
TARGETS=common buildpkg
10+
TARGETS=common
1111
!endif
1212

1313
CLEANS=clean-buildtools
@@ -20,15 +20,10 @@ common: .virtual
2020
cd $(KEYMAN_ROOT)\common\windows\delphi\tools
2121
$(MAKE) $(TARGET)
2222

23-
buildpkg: .virtual
24-
cd $(ROOT)\src\buildtools\buildpkg
25-
$(MAKE) $(TARGET)
26-
2723
# ----------------------------------------------------------------------
2824

2925
clean-buildtools:
30-
cd $(ROOT)\src\buildtools
31-
-del version.txt
26+
rem no action
3227

3328
!include ..\Target.mak
3429

windows/src/buildtools/buildpkg/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

windows/src/buildtools/buildpkg/buildpkg.dpr

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)