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
/
bar.c
8 lines
70 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
(
dllexport
)
#
endif
ENH: add extern for hp c compiler
2006-11-29 21:53:52 -05:00
extern
void
foo
(
)
BUG: fix a problem where it tried to link .dll.lib files
2006-11-29 15:58:19 -05:00
{
}
Reference in New Issue
Copy Permalink