Changeset 4910
- Timestamp:
- Dec 31, 2014, 10:28:38 AM (10 years ago)
- Location:
- branches/r9
- Files:
-
- 7 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/r9/Makefile.in
r4909 r4910 136 136 $(tls) $(vtk) $(zlib) $(apps) 137 137 138 ifneq ($(WITH_VTK), "no") 139 vtk_timestamp = $(vtk)/timestamp 140 cmake_timestamp = $(cmake)/timestamp 138 ifneq ("$(WITH_VTK)", "no") 139 vtk_timestamp = $(vtk)/timestamp 141 140 endif 142 141 -
branches/r9/pkgs/Makefile.in
r4909 r4910 29 29 system 30 30 31 ifneq ( $(WITH_VTK),"no")31 ifneq ("$(WITH_VTK)","no") 32 32 SUBDIRS += DicomToVtk DxToVtk PdbToVtk 33 33 endif
Note: See TracChangeset
for help on using the changeset viewer.