revalNG / omnithreadlibrary

Automatically exported from code.google.com/p/omnithreadlibrary
0 stars 0 forks source link

Designtime-files with wrong path in D2007 #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
see the contents of OmniThreadLibrary-1.04b.zip
and the OmniThreadLibraryDesigntime files.

e.g. $(SystemRoot) isn't the right path to the following files:

<DCCReference Include="$(SystemRoot)\system32\rtl.dcp" />
<DCCReference Include="$(SystemRoot)\system32\vcl.dcp" />
<DCCReference Include="$(SystemRoot)\system32\vclx.dcp" />

Please correct the path.

<DCCReference Include="rtl.dcp" />
<DCCReference Include="vcl.dcp" />
<DCCReference Include="vclx.dcp" />

Original issue reported on code.google.com by Mephisto...@googlemail.com on 21 Dec 2009 at 1:39

GoogleCodeExporter commented 8 years ago

Original comment by gabr42 on 12 Jan 2012 at 7:21