Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
console application compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Irwin1985 committed Sep 9, 2023
1 parent 2255de7 commit 3ba613d
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 0 deletions.
Binary file modified classes/magicmenu.VCT
Binary file not shown.
Binary file modified classes/magicmenu.vcx
Binary file not shown.
Binary file removed classes/test.VCT
Binary file not shown.
Binary file removed classes/test.vcx
Binary file not shown.
Binary file modified lang/languages.CDX
Binary file not shown.
Binary file modified lang/languages.FPT
Binary file not shown.
Binary file modified lang/languages.dbf
Binary file not shown.
Binary file modified magicmenu.app
Binary file not shown.
5 changes: 5 additions & 0 deletions main.prg → magicmenu.prg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ IF NOT PEMSTATUS(_screen, 'oMagicMenu', 5)
ADDPROPERTY(_screen.oMagicMenu, "cDirBMP", ADDBS(JUSTPATH(SYS(16))) + 'bmps\')
ADDPROPERTY(_screen.oMagicMenu, "cVersion", "0.0.1")
ADDPROPERTY(_screen.oMagicMenu, "bDebugMode", .F.)
ADDPROPERTY(_screen.oMagicMenu, "cVFPDir", "C:\Program Files (x86)\Microsoft Visual FoxPro 9\vfp9.exe")
ADDPROPERTY(_screen.oMagicMenu, "cTempDir", ADDBS(GETENV("USERPROFILE")) + 'MagicMenu\')
IF NOT DIRECTORY(_screen.oMagicMenu.cTempDir)
MKDIR (_screen.oMagicMenu.cTempDir)
ENDIF
ENDIF

IF EMPTY(tcLanguage)
Expand Down

0 comments on commit 3ba613d

Please sign in to comment.