[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[cdt-dev] Project Templates
|
- From: Matt Watson <mwatson@xxxxxxxxxxxx>
- Date: Wed, 14 Oct 2009 11:51:50 -0700
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=/l2DHYZZpKxKq0+YlCIqoezczb/L0ODWu9y16DTBgY8=; b=dfFpx/CHkEtlttmGmQhY2HYozWrvWvuMKUCo2VD4sQz2AE5UohvCiE0G7ilFwDPrBJ h72+M9t4KI5O7RK+BVH/KJjH22lAV+tHjpynGbxjvi9tN2T8Tq1BSH0AXwTt52grO13p tCMyfZaEIjwKT0yO44iS35Dlreoc98qMUw4Lw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=WoCKEaMVc51j/SJ8HZv89Xw5dKCMhI8szyo/mL755ZfaxkFb8npMavmQknimldKJjX ZBstmSXVJQg75NpN+/2jIK7doCyz4eW0k4UbY5AEY5mJafkj91xOdRT18uVDnS2WvArP CPVZvGWjbWJ2KV5xyIp7kNBR1gT/RX44zAOv4=
Hello all,
I've been tasked with building a "New Project Template" for CUDA projects. ÂAll it will do is include 3 files in any new project directory in the workspace. Â(preferably also points to our Makefile for building).
BUT step 9 of the "How to register a template with eclipse" does not produce a (template) it instead does (generic). ÂThis seems to be critical as I have no way of telling eclipse of this template otherwise.
I've created the xml required in template.xml, and have my other files in the same directory. ÂBasically I'm stuck at the packaging of the template, and integrating it into eclipse.
I can send a tar of my files as is to anyone who can help.
Any/all help appreciated!