Opened 12 years ago
Closed 12 years ago
#275 closed defect (worksforme)
vc10 project file missing files
Reported by: | bitbo | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | all | Version: | 6.1 |
Keywords: | windows | Cc: |
Description
The project file:
os_win32\vc10\smartctl.vcxproj
is missing:
config.h
config.h.in
svnversion.h
os_win32\smartctl_res.rc
os_win32\smartd_res.rc
Change History (1)
comment:1 by , 12 years ago
Keywords: | windows added; vcproj vc10 removed |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The VC10 project files are available from SVN repository.
Note that the os_win32/vc10 directory is intentionally missing in smartmontools source tarball because the VC10 project files are only used during debugging of new code.
The actual smartmontools Windows packages are build from source tarball using MinGW-w64 or MinGW toolchain. This works under Cygwin, MSYS or even with a cross-compiler under Linux.
See Download page and INSTALL file for further info.