Skip to content

Commit

Permalink
Merge pull request #99 from Xottab-DUTY/ai_cleanup
Browse files Browse the repository at this point in the history
Cleanup editors code and update references.
  • Loading branch information
Pavel Kovalenko committed Dec 6, 2015
2 parents 594a0f3 + 1c421a1 commit d663c41
Show file tree
Hide file tree
Showing 510 changed files with 65,675 additions and 54,187 deletions.
6 changes: 5 additions & 1 deletion src/all_editors.bpg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DCC = $(ROOT)\bin\dcc32.exe $**
BRCC = $(ROOT)\bin\brcc32.exe $**
#------------------------------------------------------------------------------
PROJECTS = xrCoreB.dll xrSoundB.dll xrParticlesB.dll xrEPropsB.dll xrECoreB.dll \
ActorEditor.exe ParticleEditor.exe ShaderEditor.exe LevelEditor.exe
ActorEditor.exe ParticleEditor.exe PostprocessEditor.exe ShaderEditor.exe LevelEditor.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
Expand Down Expand Up @@ -43,6 +43,10 @@ ParticleEditor.exe: editors\ParticleEditor\ParticleEditor.bpr
$(ROOT)\bin\bpr2mak $**
$(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak

PostprocessEditor.exe: editors\PPEditor\Postprocess.bpr
$(ROOT)\bin\bpr2mak $**
$(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak

ShaderEditor.exe: editors\ShaderEditor\ShaderEditor.bpr
$(ROOT)\bin\bpr2mak $**
$(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
Expand Down
34 changes: 0 additions & 34 deletions src/all_editors_vs/all_editors_vs.sln

This file was deleted.

213 changes: 0 additions & 213 deletions src/all_editors_vs/all_editors_vs.vcxproj

This file was deleted.

Loading

0 comments on commit d663c41

Please sign in to comment.