Opened 18 years ago
Closed 18 years ago
#85 closed defect (fixed)
Visual Studio 2005 Sample-Makefile
Reported by: | pjsip@… | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.5.10 |
Component: | applications | Version: | 0.5.9 |
Keywords: | vs2005 makefile 916 | Cc: | |
Backport to 1.x milestone: | Backported: |
Description
Trunk (Rev. 916) does not compile samples section under VS 2005.
Change first line of pjsip-apps\build\Samples-vc.mak from
TARGET = i386-win32-vc6-$(BUILD_MODE)
to
TARGET = i386-win32-vc8-$(BUILD_MODE)
Cheers,
Roman
Change History (1)
comment:1 Changed 18 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r922.