-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add "Convert 1.x Document" File Manager plugin to build (#857)
- Loading branch information
1 parent
763f900
commit 1ad1591
Showing
4 changed files
with
73 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# | ||
# THIS FILE HAS BEEN GENERATED AUTOMATICALLY. | ||
# | ||
# If you edit it, you will lose your changes, should it be regenerated. | ||
# | ||
GEODE = cvttool | ||
ASM_TO_OBJS = cvttoolManager.asm | ||
UI_TO_RDFS = cvttool.ui | ||
SRCS = cvttoolManager.asm cvttoolTool.asm cvttoolConstant.def\ | ||
cvttoolVariable.def cvttool.ui | ||
OBJS = cvttoolManager.obj | ||
LOBJS = | ||
LIBOBJ = $(DEVEL_DIR)/Include/$(GEODE).ldf | ||
LIBNAME = cvttool | ||
|
||
SYSMAKEFILE = geode.mk | ||
|
||
#include <geos.mk> | ||
#include <gpath.mk> | ||
|
||
#if exists(local.mk) | ||
#include "local.mk" | ||
#else | ||
#include <$(SYSMAKEFILE)> | ||
#endif | ||
|
||
#if exists($(DEPFILE)) | ||
#include "$(DEPFILE)" | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
cvttool.rdef: generic.uih product.uih Art/mkrConvert.ui | ||
cvttoolManager.obj \ | ||
cvttoolManager.eobj: stdapp.def geos.def geode.def resource.def ec.def lmem.def \ | ||
object.def graphics.def fontID.def font.def color.def \ | ||
gstring.def text.def char.def heap.def ui.def file.def \ | ||
vm.def win.def input.def hwr.def localize.def sllang.def \ | ||
Objects/processC.def Objects/metaC.def chunkarr.def \ | ||
geoworks.def gcnlist.def timedate.def \ | ||
Objects/Text/tCommon.def stylesh.def iacp.def \ | ||
Objects/uiInputC.def Objects/visC.def Objects/vCompC.def \ | ||
Objects/vCntC.def Internal/vUtils.def Objects/genC.def \ | ||
disk.def drive.def uDialog.def Objects/gInterC.def \ | ||
token.def Objects/clipbrd.def Objects/gSysC.def \ | ||
Objects/gProcC.def alb.def Objects/gFieldC.def \ | ||
Objects/gScreenC.def Objects/gFSelC.def \ | ||
Objects/gViewC.def Objects/gContC.def Objects/gCtrlC.def \ | ||
Objects/gDocC.def Objects/gDocCtrl.def \ | ||
Objects/gDocGrpC.def Objects/gEditCC.def \ | ||
Objects/gViewCC.def Objects/gToolCC.def \ | ||
Objects/gPageCC.def Objects/gPenICC.def \ | ||
Objects/gGlyphC.def Objects/gTrigC.def \ | ||
Objects/gBoolGC.def Objects/gItemGC.def \ | ||
Objects/gDListC.def Objects/gItemC.def Objects/gBoolC.def \ | ||
Objects/gDispC.def Objects/gDCtrlC.def Objects/gPrimC.def \ | ||
Objects/gAppC.def Objects/gTextC.def Objects/gGadgetC.def \ | ||
Objects/gValueC.def Objects/gToolGC.def \ | ||
Internal/gUtils.def Objects/helpCC.def Objects/eMenuC.def \ | ||
Objects/emomC.def Objects/emTrigC.def Internal/uProcC.def \ | ||
library.def Objects/vTextC.def spool.def print.def \ | ||
Internal/prodFeatures.def hugearr.def dbase.def \ | ||
Internal/convert.def cvttool.def fmtool.def fileEnum.def \ | ||
cvttoolVariable.def cvttool.rdef cvttoolTool.asm | ||
|
||
cvttoolEC.geo cvttool.geo : geos.ldf ui.ldf convert.ldf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters