mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
Then it would be easier to separate CG/GLSL for copyright issue. CG is not compatible with the GPL... Old version will be zzogl-pg-cg Future version will be zzogl-pg git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5165 96395faa-99c1-11dd-bbfe-3dabce05a288
8 lines
304 B
Batchfile
8 lines
304 B
Batchfile
@echo off
|
|
SubWCRev.exe %1 %2\svnrev_template.h %1\svnrev.h
|
|
if not ERRORLEVEL 0 (
|
|
echo Automatic revision update unavailable, using generic template instead.
|
|
echo You can safely ignore this message - see svnrev.h for details.
|
|
copy /Y %3\svnrev_unknown.h %2\svnrev.h
|
|
)
|
|
set ERRORLEVEL=0
|