[svn:parrot] r46158 - trunk/src/dynpmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Apr 29 21:50:54 UTC 2010


Author: mikehh
Date: Thu Apr 29 21:50:53 2010
New Revision: 46158
URL: https://trac.parrot.org/parrot/changeset/46158

Log:
add copyright, $Id

Modified:
   trunk/src/dynpmc/Defines.in
   trunk/src/dynpmc/Rules.in

Modified: trunk/src/dynpmc/Defines.in
==============================================================================
--- trunk/src/dynpmc/Defines.in	Thu Apr 29 21:40:34 2010	(r46157)
+++ trunk/src/dynpmc/Defines.in	Thu Apr 29 21:50:53 2010	(r46158)
@@ -1,3 +1,6 @@
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
+
 DYNPMC_TARGETS = \
 #IF(has_zlib):    $(DYNEXT_DIR)/gziphandle$(LOAD_EXT) \
     $(DYNEXT_DIR)/dynlexpad$(LOAD_EXT) \
@@ -77,7 +80,7 @@
     include/pmc/pmc_continuation.h \
     include/pmc/pmc_default.h
 
-#IF(win32 and cc==gcc):LIB_ZLIB = -lz                                           
+#IF(win32 and cc==gcc):LIB_ZLIB = -lz
 #ELSIF(win32):LIB_ZLIB = zlib.lib
 #ELSE:LIB_ZLIB = -lz
 

Modified: trunk/src/dynpmc/Rules.in
==============================================================================
--- trunk/src/dynpmc/Rules.in	Thu Apr 29 21:40:34 2010	(r46157)
+++ trunk/src/dynpmc/Rules.in	Thu Apr 29 21:50:53 2010	(r46158)
@@ -1,3 +1,6 @@
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
+
 $(DYNEXT_DIR)/dynlexpad$(LOAD_EXT): src/dynpmc/dynlexpad$(O)
 	$(LD)  @ld_out@$(DYNEXT_DIR)/dynlexpad$(LOAD_EXT) src/dynpmc/dynlexpad$(O) $(LINKARGS)
 #IF(win32):	if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;2


More information about the parrot-commits mailing list