Skip to content

Commit

Permalink
cleanup cygwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdr committed Jan 18, 2012
1 parent a8aab9f commit 63b176e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -59,6 +59,7 @@ cachegrind.out.*
/libparrot.def /libparrot.def
/libparrot.dll /libparrot.dll
/libparrot.dll.a /libparrot.dll.a
/cygparrot*.dll
/miniparrot /miniparrot
/myconfig /myconfig
/ops2c /ops2c
Expand Down
2 changes: 1 addition & 1 deletion config/gen/makefiles/root.in
Expand Up @@ -548,7 +548,7 @@ INSTALLABLEWINXED = .@slash@installable_winxed$(EXE)
# Libraries # Libraries
LIBPARROT_STATIC = @blib_dir@/@libparrot_static@ LIBPARROT_STATIC = @blib_dir@/@libparrot_static@
#IF(darwin):export DYLD_LIBRARY_PATH := @build_dir@/@blib_dir@:$(DYLD_LIBRARY_PATH) #IF(darwin):export DYLD_LIBRARY_PATH := @build_dir@/@blib_dir@:$(DYLD_LIBRARY_PATH)
#IF(win32 or msys):LIBPARROT_SHARED = @libparrot_shared@ #IF(win32 or msys or cygwin):LIBPARROT_SHARED = @libparrot_shared@
#ELSE:LIBPARROT_SHARED = @blib_dir@/@libparrot_shared@ #ELSE:LIBPARROT_SHARED = @blib_dir@/@libparrot_shared@


# This line controls whether a static or shared library is built # This line controls whether a static or shared library is built
Expand Down
1 change: 0 additions & 1 deletion config/init/hints/cygwin.pm
Expand Up @@ -49,7 +49,6 @@ sub runstep {
sym_export => '__declspec(dllexport)', sym_export => '__declspec(dllexport)',
sym_import => '__declspec(dllimport)', sym_import => '__declspec(dllimport)',
libparrot_shared => $libparrot_shared, libparrot_shared => $libparrot_shared,
blib_dir => '.',
libparrot_ldflags => '-L' . $build_dir . ' -lparrot', libparrot_ldflags => '-L' . $build_dir . ' -lparrot',
inst_libparrot_ldflags => '-L' . $bindir . ' -lparrot', inst_libparrot_ldflags => '-L' . $bindir . ' -lparrot',
libparrot_linkflags => '-L' . $build_dir . ' -lparrot', libparrot_linkflags => '-L' . $build_dir . ' -lparrot',
Expand Down

0 comments on commit 63b176e

Please sign in to comment.