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
5854523d
Commit
5854523d
authored
13 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
areaDetector for cygwin, ifneq syntax
parent
2dc73dde
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
+6
-1
6 additions, 1 deletion
xxxApp/src/Makefile
with
6 additions
and
1 deletion
xxxApp/src/Makefile
+
6
−
1
View file @
5854523d
...
...
@@ -73,6 +73,11 @@ endif
ifeq
($(EPICS_HOST_ARCH), cygwin-x86)
DBD
+=
iocxxxCygwin.dbd
iocxxxCygwin_DBD
+=
xxxCommonInclude.dbd
# for simDetector
iocxxxCygwin_DBD
+=
ADSupport.dbd NDFileNetCDF.dbd
xxx_LIBS_cygwin32
+=
ADBase NDPlugin netCDF
iocxxxCygwin_DBD
+=
simDetectorSupport.dbd commonDriverSupport.dbd
xxx_LIBS_cygwin32
+=
simDetector
# If you want to build parallel port or USB interfaces to Saturn and/or xMAP DXP
# then uncomment the following six lines
...
...
@@ -132,7 +137,7 @@ endif
endif
endif
ifneq
(
""
,$(findstring linux, $(T_A)))
ifneq
(,$(findstring linux, $(T_A)))
DBD
+=
iocxxxLinux.dbd
iocxxxLinux_DBD
+=
xxxCommonInclude.dbd
iocxxxLinux_DBD
+=
ADSupport.dbd NDFileNetCDF.dbd
...
...
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