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
835eac6f
Commit
835eac6f
authored
13 years ago
by
rivers
Browse files
Options
Downloads
Patches
Plain Diff
Changes for windows-x64 suppport
parent
5d71e37a
No related branches found
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
+17
-2
17 additions, 2 deletions
xxxApp/src/Makefile
with
17 additions
and
2 deletions
xxxApp/src/Makefile
+
17
−
2
View file @
835eac6f
...
...
@@ -35,7 +35,7 @@ PROD_IOC = xxx
# doesn't matter, but the order of libraries does.
# <name>.dbd will be created from <name>Include.dbd
ifeq
($(
OS_CLASS), WIN32
)
ifeq
($(
T_A), win32-x86
)
DBD
+=
iocxxxWin32.dbd
iocxxxWin32_DBD
+=
xxxCommonInclude.dbd
...
...
@@ -44,13 +44,23 @@ ifeq ($(OS_CLASS), WIN32)
#iocxxxWin32_DBD += mcaCanberraSupport.dbd
# If you want to build parallel port or USB interfaces to Saturn and/or xMAP DXP
# then uncomment the following
two
lines
# then uncomment the following lines
iocxxxWin32_DBD
+=
dxpSupport.dbd
xxx_LIBS_WIN32
+=
dxp handel
xxx_LIBS_WIN32
+=
DLPORTIO PlxApi
xxx_SYS_LIBS_WIN32
+=
setupapi
endif
ifeq
($(T_A), windows-x64)
DBD
+=
iocxxxWin64.dbd
iocxxxWin64_DBD
+=
xxxCommonInclude.dbd
# If your host supports libpcap and libnet and you want to build Canberra network
# support uncomment the following line
#iocxxxWin32_DBD += mcaCanberraSupport.dbd
endif
ifeq
($(EPICS_HOST_ARCH), cygwin-x86)
DBD
+=
iocxxxCygwin.dbd
iocxxxCygwin_DBD
+=
xxxCommonInclude.dbd
...
...
@@ -131,7 +141,12 @@ endif
# <name>_registerRecordDeviceDriver.cpp will be created from <name>.dbd
xxx_SRCS_vxWorks
+=
iocxxxVX_registerRecordDeviceDriver.cpp
xxx_SRCS_Linux
+=
iocxxxLinux_registerRecordDeviceDriver.cpp xxxMain.cpp
ifeq
($(T_A),win32-x86)
xxx_SRCS_WIN32
+=
iocxxxWin32_registerRecordDeviceDriver.cpp xxxMain.cpp
endif
ifeq
($(T_A),windows-x64)
xxx_SRCS_WIN32
+=
iocxxxWin64_registerRecordDeviceDriver.cpp xxxMain.cpp
endif
xxx_SRCS_cygwin32
+=
iocxxxCygwin_registerRecordDeviceDriver.cpp xxxMain.cpp
xxx_SRCS_solaris
+=
iocxxx_solaris_registerRecordDeviceDriver.cpp xxxMain.cpp
xxx_SRCS_Darwin
+=
iocxxxDarwin_registerRecordDeviceDriver.cpp xxxMain.cpp
...
...
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