#
# $Id: Makefile,v 1.12 2005/03/22 13:45:39 sufrin Exp $
#
#
#       This include must come first
#
#
include ../../CommonBuildResources/Makefile-common
#
#
#
#
OS=Windows
#
# Override the special targets (See Makefile-common for explanation)
#
#       ENGINETARGET=makejape.bat 
#               because we make a windows batch file on Unix
#               then execute it on Windows
#               rather than trying to get a Windows make that works consistently
#               with GNU-make
#               -- the details of the batch file make are in ocamlengine/Makefile
#       
ENGINETARGET=makejape.bat
BUILTENGINE=jape.exe
DEPLOYEDENGINE=jape.exe

#
#       Send the icon, the README, and the specialised code in the jar
#
INSTALLRESOURCES=$(BUILDRESOURCES)/README-WINDOWS.txt           \
                 -autoicon $(BUILDRESOURCES)/japeicon.ico

APP="Windows Jape"










