Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxx-R6-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
synApps_6_1_Working
xxx-R6-1
Commits
96ae1e1d
Commit
96ae1e1d
authored
19 years ago
by
rivers
Browse files
Options
Downloads
Patches
Plain Diff
Changes for WIN32
parent
218e14fd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xxxApp/src/Makefile
+20
-12
20 additions, 12 deletions
xxxApp/src/Makefile
with
20 additions
and
12 deletions
xxxApp/src/Makefile
+
20
−
12
View file @
96ae1e1d
...
...
@@ -32,16 +32,21 @@ PROD_IOC_DEFAULT = xxx
PROD_IOC_solaris
=
xxx
# <name>.dbd will be created from <name>Include.dbd
DBD
+=
iocxxx.dbd
DBD
+=
iocxxxVX.dbd
DBD
+=
iocxxxLinux.dbd
DBD
+=
iocxxxCygwin.dbd
DBD
+=
iocxxx_solaris.dbd
ifeq
($(OS_CLASS), WIN32)
DBD
+=
iocxxxWin32.dbd
else
DBD
+=
iocxxx.dbd
DBD
+=
iocxxxVX.dbd
DBD
+=
iocxxxLinux.dbd
DBD
+=
iocxxxCygwin.dbd
DBD
+=
iocxxx_solaris.dbd
endif
# <name>_registerRecordDeviceDriver.cpp will be created from <name>.dbd
xxx_SRCS_DEFAULT
+=
iocxxx_registerRecordDeviceDriver.cpp xxxMain.cpp
xxx_SRCS_vxWorks
+=
iocxxxVX_registerRecordDeviceDriver.cpp
xxx_SRCS_Linux
+=
iocxxxLinux_registerRecordDeviceDriver.cpp xxxMain.cpp
xxx_SRCS_WIN32
+=
iocxxxWin32_registerRecordDeviceDriver.cpp xxxMain.cpp
xxx_SRCS_cygwin32
+=
iocxxxCygwin_registerRecordDeviceDriver.cpp xxxMain.cpp
xxx_SRCS_solaris
+=
iocxxx_solaris_registerRecordDeviceDriver.cppa xxxMain.cpp
xxx_SRCS_vxWorks
+=
-nil-
...
...
@@ -56,11 +61,10 @@ xxx_Common_LIBS += optics
xxx_Common_LIBS
+=
vme
xxx_Common_LIBS
+=
std
xxx_Common_LIBS
+=
ip
#xxx_Common_LIBS += brukerCCD
#xxx_Common_LIBS += marCCD
#xxx_Common_LIBS += roperCCD
#xxx_Common_LIBS += Acs Ims Mclennan motor Newport softMotor
xxx_Common_LIBS
+=
Acs motor Mclennan Newport softMotor
xxx_Common_LIBS
+=
brukerCCD
xxx_Common_LIBS
+=
marCCD
xxx_Common_LIBS
+=
roperCCD
xxx_Common_LIBS
+=
Acs Ims Mclennan motor Newport softMotor
xxx_Common_LIBS
+=
asyn
xxx_Common_LIBS
+=
seq
pv seqDev
xxx_Common_LIBS
+=
$(
EPICS_BASE_IOC_LIBS
)
...
...
@@ -88,6 +92,8 @@ xxx_Linux_LIBS += dxp handel
xxx_cygwin_LIBS
+=
dxp handel
xxx_WIN32_LIBS
+=
dxp handel
xxx_solaris_LIBS
+=
genSub
#xxx_solaris_LIBS += mca
xxx_solaris_LIBS
+=
calc
...
...
@@ -111,15 +117,17 @@ xxx_LIBS_vxWorks = $(xxx_vxWorks_LIBS) $(xxx_Common_LIBS)
xxx_LIBS_Linux
=
$(
xxx_Linux_LIBS
)
$(
xxx_Common_LIBS
)
xxx_LIBS_solaris
=
$(
xxx_solaris_LIBS
)
xxx_LIBS_cygwin32
=
$(
xxx_cygwin_LIBS
)
$(
xxx_Common_LIBS
)
xxx_LIBS_WIN32
=
$(
xxx_WIN32_LIBS
)
$(
xxx_Common_LIBS
)
# If the host has libnet and libpcap for mca/Canberra support
# uncomment the following line.
#xxx_SYS_LIBS_Linux += net pcap
xxx_SYS_LIBS_vxWorks
+=
-nil-
# This is needed by dxp on cygwin
# This is needed by dxp on cygwin
and WIN32
xxx_SYS_LIBS_cygwin32
+=
DLPORTIO
# This is needed by saveData on cygwin
xxx_LIBS_WIN32
+=
DLPORTIO
# This is needed by saveData and asyn VXI-11 on cygwin
xxx_SYS_LIBS_cygwin32
+=
rpc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment