Changeset 257
- Timestamp:
- Jan 21, 2011, 1:14:37 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/monsterz/Makefile.am
r226 r257 3 3 4 4 monsterz_SOURCES = \ 5 monsterz.cpp monsterz.h game.cpp game.h board.cpp board.h piece.cpp piece.h 5 monsterz.cpp monsterz.h game.cpp game.h \ 6 board.cpp board.h piece.cpp piece.h mash.cpp mash.h 6 7 monsterz_CXXFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ 7 8 monsterz_LDADD = $(top_builddir)/src/liblol.a -
trunk/win32/monsterz.vcxproj
r256 r257 14 14 <ClInclude Include="..\monsterz\board.h" /> 15 15 <ClInclude Include="..\monsterz\game.h" /> 16 <ClInclude Include="..\monsterz\mash.h" /> 16 17 <ClInclude Include="..\monsterz\piece.h" /> 17 18 <ClInclude Include="..\src\audio.h" /> … … 45 46 <ClCompile Include="..\monsterz\board.cpp" /> 46 47 <ClCompile Include="..\monsterz\game.cpp" /> 48 <ClCompile Include="..\monsterz\mash.cpp" /> 47 49 <ClCompile Include="..\monsterz\monsterz.cpp" /> 48 50 <ClCompile Include="..\monsterz\piece.cpp" />
Note: See TracChangeset
for help on using the changeset viewer.