This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 331 for ps


Ignore:
Timestamp:
05/31/04 22:37:59 (21 years ago)
Author:
notpete
Message:

Moved UI specific code to it's own directory.

Location:
ps/trunk/source/sced
Files:
56 added
57 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/sced/NaviCam.cpp

    r322 r331  
    1 #include "stdafx.h"
    21#include "NaviCam.h"
    32#include "EditorData.h"
     
    54
    65CNaviCam g_NaviCam;
    7 
    8 static void DbgText(char* str, ...)
    9 {
    10     char buf[1024];
    11 
    12     va_list args;     
    13     va_start(args, str);     
    14     vsprintf(buf, str, args);     
    15     va_end(args);
    16 
    17     OutputDebugString(buf);
    18 }
    19 
    206
    217///////////////////////////////////////////////////////////////////////////////
  • ps/trunk/source/sced/ScEd.dsp

    r315 r331  
    5555LINK32=link.exe
    5656# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
    57 # ADD LINK32 nafxcw.lib pslib.lib opengl32.lib glu32.lib ws2_32.lib version.lib xerces-c_2.lib /nologo /entry:"entry" /subsystem:windows /map /machine:I386 /out:"D:\0ad\binaries\system\ScEd.exe" /libpath:"..\libs" /fixed:no
     57# ADD LINK32 nafxcw.lib opengl32.lib glu32.lib ws2_32.lib version.lib xerces-c_2.lib /nologo /entry:"entry" /subsystem:windows /map /machine:I386 /out:"D:\0ad\binaries\system\ScEd.exe" /libpath:"..\libs" /fixed:no
    5858# SUBTRACT LINK32 /pdb:none /debug
    5959
Note: See TracChangeset for help on using the changeset viewer.