ZeroGS: It'd help if I modified the project file to reflect the new file... :(

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2399 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2009-12-25 19:12:15 +00:00
parent ca02bffc6c
commit b795e7a306
2 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@
<Add library="stdc++" />
<Add library="Cg" />
</Linker>
<Unit filename="../GLWinX11.cpp" />
<Unit filename="../GS.h" />
<Unit filename="../GSmain.cpp" />
<Unit filename="../GifTransfer.cpp" />

View File

@ -24,7 +24,7 @@ libZeroGSogl_LDADD=$(libZeroGSogl_a_OBJECTS)
libZeroGSogl_a_SOURCES = \
GSmain.cpp memcpy_amd.cpp Regs.cpp x86.cpp zpipe.cpp \
Mem.cpp rasterfont.cpp targets.cpp zerogs.cpp GifTransfer.cpp
Mem.cpp rasterfont.cpp targets.cpp zerogs.cpp GifTransfer.cpp GLWinX11.cpp
libZeroGSogl_a_SOURCES += x86-32.S