# This file was generated by mk2jam.py
# Remove this line to disable automatic generation: MK2JAM_AUTOGEN_MARKER

SubDir TOP sc source ui app ;

# All variables assigned in local scope to avoid clashes

{

    local TARGET = app ;

# #OBJFILES = #        $(OBJ)$/sclib.obj 
    CXXFILES on sc-app = [ Glob $(SEARCH_SOURCE) : *.cxx : template.cxx wtcdummy.cxx ] ;
    EXCEPTIONSFILES on sc-app =
        drwtrans.cxx
        scmod2.cxx
        scmod.cxx
        client.cxx
        ;
# $(INCCOM)$/scdll0.hxx: makefile.mk

    if "$(GUI)"="UNX" {
# echo \#define DLL_NAME \"libsc$(UPD)$(DLLPOSTFIX)$(DLLPOST)\" >$@
    }
    else {

        if "$(USE_SHELL)"!="4nt" {
# echo \#define DLL_NAME \"sc$(UPD)$(DLLPOSTFIX).DLL\" >$@
        }
        else {
# echo #define DLL_NAME "sc$(UPD)$(DLLPOSTFIX).DLL" >$@
        }
    }
# $(SRS)$/app.srs: $(SOLARINCDIR)$/svx$/globlmn.hrc
    CxxSourceDirCompile sc app ;
    CxxSourceDirLib sc app : app ;

}

