Skip to content

Commit

Permalink
fix(developer): Attempt 2 to copy font
Browse files Browse the repository at this point in the history
  • Loading branch information
darcywong00 committed Nov 15, 2023
1 parent 71ea3c3 commit 9af4ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/src/tike/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

build: version.res manifest.res icons dirs xml xsd pull-core
cd $(DEVELOPER_ROOT)\src\tike
$(COPY) $(KEYMAN_ROOT)\common\resources\fonts\keymanweb-osk.ttf $(DEVELOPER_ROOT)\src\tike\xml\layoutbuilder\
$(COPY) $(KEYMAN_ROOT)\common\resources\fonts\keymanweb-osk.ttf $(DEVELOPER_ROOT)\src\tike\xml\layoutbuilder\keymanweb-osk.ttf
$(DELPHI_MSBUILD) tike.dproj "/p:Platform=Win32"
$(SENTRYTOOL_DELPHIPREP) $(WIN32_TARGET_PATH)\tike.exe -dpr tike.dpr
$(TDS2DBG) $(WIN32_TARGET_PATH)\tike.exe
Expand Down

0 comments on commit 9af4ce3

Please sign in to comment.