Select Git revision
make_for_gcc.sh
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