Fixing the "freeglutdll.def" for real per e-mail from Martin Payne dated 12:58 PM, 11/14/09
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@848 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
52e7f764cc
commit
77dda48064
@ -4,6 +4,7 @@
|
||||
Version="9.00"
|
||||
Name="freeglut"
|
||||
ProjectGUID="{1AE4E979-0D35-4747-BF8E-DD60358F49DB}"
|
||||
RootNamespace="freeglut"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
<Platforms>
|
||||
@ -690,6 +691,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\freeglutdll.def"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
@ -724,6 +729,10 @@
|
||||
Name="Resource Files"
|
||||
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\freeglut.rc"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
@ -1,3 +1,4 @@
|
||||
LIBRARY freeglut
|
||||
VERSION 2.6
|
||||
EXPORTS
|
||||
glutInit
|
||||
|
Reference in New Issue
Block a user