[svn:parrot] r44250 - trunk/config/gen/makefiles
plobsing at svn.parrot.org
plobsing at svn.parrot.org
Sat Feb 20 21:19:27 UTC 2010
Author: plobsing
Date: Sat Feb 20 21:19:25 2010
New Revision: 44250
URL: https://trac.parrot.org/parrot/changeset/44250
Log:
use parrot_nci_thunk_gen fakecutable in stead of tools/dev/nci_thunk_gen.pir to generate opengl thunks
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Sat Feb 20 20:53:18 2010 (r44249)
+++ trunk/config/gen/makefiles/root.in Sat Feb 20 21:19:25 2010 (r44250)
@@ -2427,8 +2427,8 @@
# for use by runtime/parrot/library/OpenGL.pir
src/glut_callbacks$(O): $(GENERAL_H_FILES)
-src/glut_nci_thunks.c: $(PARROT) runtime/parrot/library/data_json.pbc tools/dev/nci_thunk_gen.pir
- $(PARROT) tools/dev/nci_thunk_gen.pir \
+src/glut_nci_thunks.c: $(NCI_THUNK_GEN)
+ $(NCI_THUNK_GEN) \
--loader-name=Parrot_glut_nci_loader \
--loader-storage-class=PARROT_DYNEXT_EXPORT \
--output=src/glut_nci_thunks.c \
More information about the parrot-commits
mailing list