mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
ca02bffc6c
commit
b795e7a306
|
@ -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" />
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue