Skip to content
Snippets Groups Projects
Select Git revision
  • a0ce9dcdd40cd879e12e48c19a18cb7d8caa0f7c
  • master default protected
  • compilation2022apr
  • ISEI_3_5_1
  • VERSION_3_9-alba
  • VERSION_3_9-Indus2
  • Jianfeng
  • VERSION-3_10
  • VERSION-3_9_1
  • VERSION-3_9_alba
  • VERSION-3_9_Indus2
  • VERSION-3_9
  • VERSION-3_8
  • VERSION-3_7
  • ISEI_3_5_1-PATCH_2
  • ISEI_3_5_1-PATCH_1
  • PROD_3_5_1
  • VERSION_3_6prerelease2
  • VERSION_3_6prerelease
  • VERSION-3_5
  • tracy
21 results

make_for_gcc.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Makefile.VC 1.28 KiB
    #
    device_server= AcquireWaveformLecroy
    #
    #  Des includes particuliers
    #  Mettre /Ic:\monchemininclude /:\monautrechemininclude
    #INCUSER= /I..include\SocketLecroy.h/I..include\Waveform.h/I..include\LecroyException.h/I..include\SocketException.h/I..include\WaveformException.h/I..include\Xstring.h
    #
    #  et vos Librairies
    # style
    # 
    # LIBUSER = "x:\moncheminlibrairie\malibrairie.lib"
    LIBUSER= 
    
    #
    # ------------------Fin des modifications pour le end user -------------------------------------
    #
    make_dir=$(SOLEIL_ROOT)\env\
    
    
    #  Les dfinitions communes  tous les DeviceServeurs
    !include $(make_dir)\tango.opt
    
    exe_device_server= $(EXEDIR)\ds_$(device_server).exe
    pdb_name= $(TEMPLIBDIR)\$(device_server).pdb
    
    # --------------------------------------
    #   Partie spcifique Device Server
    # --------------------------------------
    
    LISTEOBJ = \
       $(OBJDIR)\LecroyException.OBJ\
       $(OBJDIR)\Win32SocketLecroy.OBJ\
       $(OBJDIR)\Waveform.OBJ\
       $(OBJDIR)\SocketException.OBJ\
       $(OBJDIR)\WaveformException.OBJ\
       $(OBJDIR)\$(device_server).OBJ\
       $(OBJDIR)\ClassFactory.OBJ\
       $(OBJDIR)\main.OBJ\
       $(OBJDIR)\$(device_server)StateMachine.OBJ\
       $(OBJDIR)\$(device_server)Class.OBJ
    
    # --------------------------------------
    !include $(make_dir)\common_target.opt