This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
CMake
/
Tests
/
LibName
/
foobar.c
11 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
ENH: fix errors for unix builds
2006-11-29 17:45:55 -05:00
#
ifdef _WIN32
__declspec
(
dllimport
)
#
endif
ENH: add extern for hp c compiler
2006-11-29 21:53:52 -05:00
extern
void
bar
(
)
;
BUG: fix a problem where it tried to link .dll.lib files
2006-11-29 15:58:19 -05:00
ENH: make it work for hp
2006-11-30 09:51:07 -05:00
int
main
(
)
BUG: fix a problem where it tried to link .dll.lib files
2006-11-29 15:58:19 -05:00
{
bar
(
)
;
return
0
;
}
Reference in New Issue
Copy Permalink