Changeset 1406
- Timestamp:
- May 21, 2012, 12:38:05 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r1403 r1406 48 48 nodist_liblol_a_SOURCES = \ 49 49 gpu/defaultmaterial.lolfx.cpp \ 50 gpu/emptymaterial.lolfx.cpp 50 gpu/emptymaterial.lolfx.cpp \ 51 gpu/testmaterial.lolfx.cpp 51 52 liblol_a_CPPFLAGS = @LOL_CFLAGS@ 52 53 -
trunk/test/tutorial/02_cube.lolfx
r1392 r1406 1 1 -- GLSL.Vert -- 2 2 3 #version 120 \n3 #version 120 4 4 5 5 attribute vec3 in_Vertex; -
trunk/win32/lolcore.vcxproj
r1380 r1406 195 195 <LolFxCompile Include="..\src\gpu\defaultmaterial.lolfx" /> 196 196 <LolFxCompile Include="..\src\gpu\emptymaterial.lolfx" /> 197 <LolFxCompile Include="..\src\gpu\testmaterial.lolfx" /> 197 198 </ItemGroup> 198 199 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> -
trunk/win32/lolcore.vcxproj.filters
r1380 r1406 408 408 <Filter>src\gpu</Filter> 409 409 </LolFxCompile> 410 <LolFxCompile Include="..\src\gpu\testmaterial.lolfx"> 411 <Filter>src\gpu</Filter> 412 </LolFxCompile> 410 413 </ItemGroup> 411 414 </Project>
Note: See TracChangeset
for help on using the changeset viewer.