appfw/apparchitecture/tef/testpkg/preparesis.fil
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
child 64 75184094ace1
child 66 9af619316cbf
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
     1 # Build WLDCOMP, a strange WINC/Win32 hybrid
       
     2 #
       
     3 
       
     4 !IF "$(PLATFORM)" == "WINSCW"
       
     5 TOOLNAME=genbackupmeta
       
     6 SRCDIR=..\genbackupmeta
       
     7 
       
     8 !if "$(CFG)" == "REL"
       
     9 VC_CFG="$(TOOLNAME) - Win32 Release"
       
    10 CFG=UREL
       
    11 !else
       
    12 VC_CFG="$(TOOLNAME) - Win32 Debug"
       
    13 CFG=UDEB
       
    14 !endif
       
    15 
       
    16 !ENDIF
       
    17 
       
    18 FINAL :
       
    19 !IF "$(PLATFORM)" == "GCCXML" || "$(PLATFORM)" == "TOOLS"
       
    20 	cd
       
    21 	echo ----------------
       
    22 	echo  Do nothing ...
       
    23 	echo ----------------
       
    24 !ELSE
       
    25 	cd
       
    26 	echo ---------------------------
       
    27 	echo Building test exes sis files...
       
    28 	echo ---------------------------
       
    29 
       
    30 	perl preparesis.pl $(PLATFORM) $(CFG)
       
    31 !ENDIF
       
    32 
       
    33 DO_NOTHING:
       
    34 	rem do nothing
       
    35 
       
    36 #
       
    37 # The targets invoked by abld...
       
    38 #
       
    39 
       
    40 MAKMAKE : DO_NOTHING
       
    41 FREEZE : DO_NOTHING
       
    42 LIB : DO_NOTHING
       
    43 RESOURCE : DO_NOTHING
       
    44 CLEANLIB : DO_NOTHING
       
    45 MAKEDATA : DO_NOTHING
       
    46 
       
    47 RELEASABLES :
       
    48 	echo $(TOOL)
       
    49 
       
    50 SAVESPACE : BLD
       
    51 
       
    52 BLD : MAKEDATA
       
    53 
       
    54 CLEAN :