[Gtkradiant] [Bug 776] New: Post-build commands in win32 project need to be adjusted

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Mon, 10 Mar 2003 12:04:35 -0600


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=776

           Summary: Post-build commands in win32 project need to be adjusted
           Product: GtkRadiant
           Version: 1.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: editor
        AssignedTo: ttimo@idsoftware.com
        ReportedBy: mailinglist.gtkradiant@hydras-world.com


Here's a todo list for someone, additionally, confirm wether RTCWRADIANTDIR or 
WolfRADIANTDIR is correct for the camera plugin

*** post build step for SpriteModel, imagehl:

change

copy Debug\spritemodel.dll "$(QUAKE3RADIANTDIR)\modules"

to

copy Debug\spritemodel.dll "$(CORERADIANTDIR)\modules"

*** post build step for Hydratoolz:

change

copy Debug\spritemodel.dll "$(CORERADIANTDIR)\plugins"

to

copy Debug\spritemodel.dll "$(HLRADIANTDIR)\plugins"

*** post build step for libxml2:

change

copy libxml2_debug\libxml2.dll "$(QUAKE3RADIANTDIR)"

to

copy libxml2_debug\libxml2.dll "$(CORERADIANTDIR)"

*** post build step for libxml2:

change

copy Debug\camera.dll "$(QUAKE3RADIANTDIR)/plugins"

to

copy Debug\camera.dll "$(RTCWRADIANTDIR)/plugins"