source: OGRE/trunk/ogrenew/SDK/Win32/alterrefapp.sed @ 657

Revision 657, 773 bytes checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1s/\.\.\\\.\.\\\.\.\\OgreMain\\include/$(OGRE_HOME)\\include/i
2s/\.\.\\\.\.\\\.\.\\Dependencies\\include//i
3s/\.\.\\\.\.\\\.\.\\OgreMain\\lib\\\$(ConfigurationName)/$(OGRE_HOME)\\lib/i
4s/\"\.\.\\\.\.\\\.\.\\Dependencies\\lib\\\$(ConfigurationName)\"//i
5s/\.\.\\lib/\.\.\\\.\.\\lib/g
6s/\.\.\\\.\.\\\.\.\\OgreMain\\lib\\Debug/$(OGRE_HOME)\\lib/i
7s/\.\.\\\.\.\\\.\.\\OgreMain\\lib\\Release/$(OGRE_HOME)\\lib/i
8s/CommandLine=\"copy.*\"/CommandLine=\"copy $(OutDir)\\$(TargetFileName) $(OGRE_HOME)\\bin\\$(ConfigurationName)\\"/i
9s/PostBuild_Cmds=copy \.\.\\\.\.\\lib\\Release.*/PostBuild_Cmds=copy \.\.\\lib\\Release\\\*\.dll $(OGRE_HOME)\\bin\\Release/i
10s/PostBuild_Cmds=copy \.\.\\\.\.\\lib\\Debug.*/PostBuild_Cmds=copy \.\.\\lib\\Debug\\\*\.dll $(OGRE_HOME)\\bin\\Debug/i
11
12
13
Note: See TracBrowser for help on using the repository browser.