This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
69251f7549
CMake
/
Tests
/
LibName
/
bar.c
8 lines
70 B
C
Raw
Normal View
History
Unescape
Escape
ENH: fix errors for unix builds
2006-11-30 01:45:55 +03:00
#
ifdef _WIN32
__declspec
(
dllexport
)
#
endif
ENH: add extern for hp c compiler
2006-11-30 05:53:52 +03:00
extern
void
foo
(
)
BUG: fix a problem where it tried to link .dll.lib files
2006-11-29 23:58:19 +03:00
{
}