diff --git a/binaries/logs/style.css b/binaries/logs/style.css index 14a10dd845..a39a8908c8 100755 --- a/binaries/logs/style.css +++ b/binaries/logs/style.css @@ -1,10 +1,10 @@ -BODY { background-color: #EEEEEE; font-family: "Tahoma"; font-size: 12pt; color: #000000} - -P { background-color: #FFFFFF; font-family: "Tahoma"; font-size: 12pt; color: #000000;} - -P.error { background-color: #FFFFFF; font-family: "Tahoma"; font-size: 12pt; color: red} - -P.warning { background-color: #FFFFFF; font-family: "Tahoma"; font-size: 12pt; color: #0000FF} - -H1 { background-color: #EEEEEE; font-family: "Tahoma"; font-size: 16pt; font-color: #000000 } - +BODY { background-color: #EEEEEE; font-family: "Tahoma"; font-size: 12pt; color: #000000} + +P { background-color: #FFFFFF; font-family: "Tahoma"; font-size: 12pt; color: #000000;} + +P.error { background-color: #FFFFFF; font-family: "Tahoma"; font-size: 12pt; color: red} + +P.warning { background-color: #FFFFFF; font-family: "Tahoma"; font-size: 12pt; color: #0000FF} + +H1 { background-color: #EEEEEE; font-family: "Tahoma"; font-size: 16pt; font-color: #000000 } + diff --git a/source/main.cpp b/source/main.cpp index f8ae864fcd..cf1be1b21e 100755 --- a/source/main.cpp +++ b/source/main.cpp @@ -185,24 +185,24 @@ void TestingUnicode (void) static std::string SplitExts(const char *exts) { - std::string str = exts; - std::string ret = ""; - size_t idx = str.find_first_of(" "); - while(idx != std::string::npos) - { - if(idx >= str.length() - 1) - { - ret += str; - break; - } + std::string str = exts; + std::string ret = ""; + size_t idx = str.find_first_of(" "); + while(idx != std::string::npos) + { + if(idx >= str.length() - 1) + { + ret += str; + break; + } - ret += str.substr(0, idx); - ret += "\n"; - str = str.substr(idx + 1); - idx = str.find_first_of(" "); - } + ret += str.substr(0, idx); + ret += "\n"; + str = str.substr(idx + 1); + idx = str.find_first_of(" "); + } - return ret; + return ret; } static int WriteSysInfo() @@ -247,7 +247,7 @@ debug_out("INT TIME %g\n\n", t2-t1); fprintf(f, "%s\n", gfx_card); fprintf(f, "%s\n", gfx_drv_ver); fprintf(f, "%dx%d:%d@%d\n", g_xres, g_yres, g_bpp, g_freq); - fprintf(f, "OpenGL: %s\n", glGetString(GL_VERSION)); + fprintf(f, "OpenGL: %s\n", glGetString(GL_VERSION)); // .. sound card fprintf(f, "%s\n", snd_card); @@ -848,7 +848,7 @@ static void Shutdown() delete &g_SkelAnimMan; delete &g_MaterialManager; - delete &g_MeshManager; + delete &g_MeshManager; // destroy terrain related stuff delete &g_TexMan; @@ -982,7 +982,7 @@ sle(11340106); // enable/disable VSync // note: "GL_EXT_SWAP_CONTROL" is "historical" according to dox. - /*if(oglExtAvail("WGL_EXT_swap_control")) + /*if(oglExtAvail("WGL_EXT_swap_control")) wglSwapIntervalEXT(g_VSync? 1 : 0);*/ #ifdef _MSC_VER @@ -1011,7 +1011,7 @@ PREVTSC=CURTSC; // create the material manager new CMaterialManager; - new CMeshManager; + new CMeshManager; // create actor related stuff new CSkeletonAnimManager; diff --git a/source/sced/ScEd.clw b/source/sced/ScEd.clw index 97f8c62830..6381bed150 100755 --- a/source/sced/ScEd.clw +++ b/source/sced/ScEd.clw @@ -1,725 +1,725 @@ -; CLW file contains information for the MFC ClassWizard - -[General Info] -Version=1 -LastClass=CScEdView -LastTemplate=CDialog -NewFileInclude1=#include "stdafx.h" -NewFileInclude2=#include "ScEd.h" -LastPage=0 - -ClassCount=27 -Class1=CScEdApp -Class2=CScEdDoc -Class3=CScEdView -Class4=CMainFrame - -ResourceCount=27 -Resource1=IDD_DIALOGBAR_UNITTOOLS -Class5=CAboutDlg -Resource2=IDD_ABOUTBOX -Class6=CLightSettingsDlg -Class7=CColorButton -Class8=CElevationButton -Class9=CDirectionButton -Class10=CWebLinkButton -Resource3=IDD_DIALOG_LIGHTSETTINGS -Class11=CTextureToolBar -Class12=CImageListCtrl -Class13=TexToolBar -Resource4=IDR_MAINFRAME -Class14=CModelToolBar -Resource5=IDD_DIALOGBAR_TEXTURETOOLS -Class15=COptionsDlg -Resource6=IDD_DIALOG_SIMPLEEDIT -Class16=CElevToolsDlgBar -Resource7=IDD_DIALOGBAR_UNITPROPERTIES -Class17=CUnitPropertiesDlg -Resource8=IDD_DIALOG_MAPSIZE -Class18=CSimpleEdit -Resource9=IDD_DIALOG_OPTIONS -Class19=CMapSizeDlg -Class20=CMainFrameDlgBar -Resource10=IDD_DIALOGBAR_ELEVATIONTOOLS -Resource11=IDD_DIALOGBAR_BRUSHSHAPEEDITOR -Resource12=IDD_PROPPAGE_NAVIGATION (English (U.S.)) -Resource13=IDD_ABOUTBOX (English (U.S.)) -Resource14=IDD_DIALOG_SIMPLEEDIT (English (U.S.)) -Resource15=IDD_DIALOG_MAPSIZE (English (U.S.)) -Resource16=IDD_DIALOG_LIGHTSETTINGS (English (U.S.)) -Resource17=IDD_DIALOGBAR_ELEVATIONTOOLS (English (U.S.)) -Resource18=IDD_PROPPAGE_SHADOWS (English (U.S.)) -Resource19=IDD_DIALOGBAR_UNITPROPERTIES (English (U.S.)) -Resource20=IDD_DIALOGBAR_BRUSHSHAPEEDITOR (English (U.S.)) -Resource21=IDD_DIALOGBAR_TEXTURETOOLS (English (U.S.)) -Resource22=IDD_UNITPROPERTIES_TEXTURES (English (U.S.)) -Resource23=IDD_PROPPAGE_MEDIUM (English (U.S.)) -Resource24=IDD_DIALOGBAR_UNITTOOLS (English (U.S.)) -Class21=COptionsPropSheet -Class22=CNavigationPropPage -Class23=CShadowsPropPage -Class24=CNavigatePropPage -Resource25=IDD_DIALOG_OPTIONS (English (U.S.)) -Resource26=IDD_UNITPROPERTIES_ANIMATIONS (English (U.S.)) -Class25=CUnitPropertiesTabCtrl -Class26=CUnitPropertiesTexturesTab -Class27=CUnitPropertiesAnimationsTab -Resource27=IDR_MAINFRAME (English (U.S.)) - -[CLS:CScEdApp] -Type=0 -HeaderFile=ScEd.h -ImplementationFile=ScEd.cpp -Filter=N -LastObject=CScEdApp -BaseClass=CWinApp -VirtualFilter=AC - -[CLS:CScEdDoc] -Type=0 -HeaderFile=ScEdDoc.h -ImplementationFile=ScEdDoc.cpp -Filter=N - -[CLS:CScEdView] -Type=0 -HeaderFile=ScEdView.h -ImplementationFile=ScEdView.cpp -Filter=C -BaseClass=CView -VirtualFilter=VWC -LastObject=CScEdView - - -[CLS:CMainFrame] -Type=0 -HeaderFile=MainFrm.h -ImplementationFile=MainFrm.cpp -Filter=T -BaseClass=CFrameWnd -VirtualFilter=fWC -LastObject=CMainFrame - - - - -[CLS:CAboutDlg] -Type=0 -HeaderFile=ScEd.cpp -ImplementationFile=ScEd.cpp -Filter=D -LastObject=IDC_BUTTON_LAUNCHWFG -BaseClass=CDialog -VirtualFilter=dWC - -[DLG:IDD_ABOUTBOX] -Type=1 -Class=CAboutDlg -ControlCount=5 -Control1=IDC_STATIC,static,1342177294 -Control2=IDC_STATIC_VERSION,static,1342308480 -Control3=IDC_STATIC,static,1342308352 -Control4=IDOK,button,1342373889 -Control5=IDC_BUTTON_LAUNCHWFG,button,1342275595 - -[MNU:IDR_MAINFRAME] -Type=1 -Class=CMainFrame -Command1=ID_FILE_LOADMAP -Command2=ID_FILE_SAVEMAP -Command3=ID_APP_EXIT -Command4=ID_EDIT_UNDO -Command5=ID_EDIT_REDO -Command6=ID_VIEW_TERRAIN_SOLID -Command7=ID_VIEW_TERRAIN_GRID -Command8=ID_VIEW_TERRAIN_WIREFRAME -Command9=ID_VIEW_MODEL_SOLID -Command10=ID_VIEW_MODEL_GRID -Command11=ID_VIEW_MODEL_WIREFRAME -Command12=ID_VIEW_RENDERSTATS -Command13=ID_VIEW_SCREENSHOT -Command14=IDR_TEXTURE_TOOLS -Command15=IDR_ELEVATION_TOOLS -Command16=IDR_UNIT_TOOLS -Command17=ID_LIGHTING_SETTINGS -Command18=ID_TERRAIN_LOAD -Command19=IDR_RESIZE_MAP -Command20=IDR_TOOLS_CONVERTSMD -Command21=ID_TOOLS_OPTIONS -Command22=ID_APP_ABOUT -CommandCount=22 - -[ACL:IDR_MAINFRAME] -Type=1 -Class=CMainFrame -Command1=ID_EDIT_COPY -Command2=ID_FILE_NEW -Command3=ID_FILE_OPEN -Command4=ID_FILE_SAVE -Command5=ID_EDIT_PASTE -Command6=ID_EDIT_UNDO -Command7=ID_EDIT_CUT -Command8=ID_VIEW_RENDERSTATS -Command9=ID_NEXT_PANE -Command10=ID_PREV_PANE -Command11=ID_VIEW_SCREENSHOT -Command12=ID_EDIT_COPY -Command13=ID_EDIT_PASTE -Command14=ID_EDIT_CUT -Command15=ID_EDIT_REDO -Command16=ID_EDIT_UNDO -CommandCount=16 - -[TB:IDR_MAINFRAME] -Type=1 -Class=? -Command1=ID_FILE_NEW -Command2=ID_FILE_OPEN -Command3=ID_FILE_SAVE -Command4=ID_EDIT_CUT -Command5=ID_EDIT_COPY -Command6=ID_EDIT_PASTE -Command7=ID_FILE_PRINT -Command8=ID_APP_ABOUT -CommandCount=8 - -[DLG:IDR_MAINFRAME] -Type=1 -Class=CMainFrameDlgBar -ControlCount=4 -Control1=IDC_BUTTON_SELECT,button,1342242944 -Control2=IDC_BUTTON_ELEVATIONTOOLS,button,1342242944 -Control3=IDC_BUTTON_TEXTURETOOLS,button,1342242944 -Control4=IDC_BUTTON_MODELTOOLS,button,1342177408 - -[DLG:IDD_DIALOG_LIGHTSETTINGS] -Type=1 -Class=CLightSettingsDlg -ControlCount=19 -Control1=IDOK,button,1342242817 -Control2=IDC_BUTTON_APPLY,button,1342242816 -Control3=IDCANCEL,button,1342242816 -Control4=IDC_STATIC,static,1342308352 -Control5=IDC_STATIC,static,1342308352 -Control6=IDC_STATIC,static,1342308352 -Control7=IDC_BUTTON_SUNCOLOR,button,1342210059 -Control8=IDC_BUTTON_TERRAINAMBIENTCOLOR,button,1342210059 -Control9=IDC_STATIC,button,1342177287 -Control10=IDC_STATIC,button,1342177287 -Control11=IDC_STATIC,static,1342308352 -Control12=IDC_BUTTON_DIRECTION,button,1342210059 -Control13=IDC_BUTTON_ELEVATION,button,1342210059 -Control14=IDC_EDIT_DIRECTION,edit,1350574208 -Control15=IDC_SPIN_DIRECTION,msctls_updown32,1342177463 -Control16=IDC_STATIC,static,1342308352 -Control17=IDC_BUTTON_UNITSAMBIENTCOLOR,button,1342210059 -Control18=IDC_EDIT_ELEVATION,edit,1350574208 -Control19=IDC_SPIN_ELEVATION,msctls_updown32,1342177462 - -[CLS:CLightSettingsDlg] -Type=0 -HeaderFile=LightSettingsDlg.h -ImplementationFile=LightSettingsDlg.cpp -BaseClass=CDialog -Filter=D -LastObject=CLightSettingsDlg -VirtualFilter=dWC - -[CLS:CColorButton] -Type=0 -HeaderFile=ColorButton.h -ImplementationFile=ColorButton.cpp -BaseClass=CButton -Filter=W -LastObject=CColorButton -VirtualFilter=BWC - -[CLS:CElevationButton] -Type=0 -HeaderFile=ElevationButton.h -ImplementationFile=ElevationButton.cpp -BaseClass=CButton -Filter=W -VirtualFilter=BWC -LastObject=CElevationButton - -[CLS:CDirectionButton] -Type=0 -HeaderFile=DirectionButton.h -ImplementationFile=DirectionButton.cpp -BaseClass=CButton -Filter=W -LastObject=CDirectionButton -VirtualFilter=BWC - -[CLS:CWebLinkButton] -Type=0 -HeaderFile=WebLinkButton.h -ImplementationFile=WebLinkButton.cpp -BaseClass=CButton -Filter=W -VirtualFilter=BWC -LastObject=CWebLinkButton - -[DLG:IDD_DIALOGBAR_TEXTURETOOLS] -Type=1 -Class=CTextureToolBar -ControlCount=6 -Control1=IDC_SLIDER_BRUSHSIZE,msctls_trackbar32,1342242821 -Control2=IDC_STATIC,static,1342308352 -Control3=IDC_LIST_TEXTUREBROWSER,SysListView32,1342291980 -Control4=IDC_STATIC_CURRENTTEXTURE,static,1350566414 -Control5=IDC_COMBO_TERRAINTYPES,combobox,1344339970 -Control6=IDC_STATIC,button,1342177287 - -[CLS:CTextureToolBar] -Type=0 -HeaderFile=TextureToolBar.h -ImplementationFile=TextureToolBar.cpp -BaseClass=CDialog -Filter=D -LastObject=CTextureToolBar -VirtualFilter=dWC - -[CLS:CImageListCtrl] -Type=0 -HeaderFile=ImageListCtrl.h -ImplementationFile=ImageListCtrl.cpp -BaseClass=CListCtrl -Filter=W -LastObject=CImageListCtrl -VirtualFilter=FWC - -[CLS:TexToolBar] -Type=0 -HeaderFile=TexToolBar.h -ImplementationFile=TexToolBar.cpp -BaseClass=CToolBarCtrl -Filter=W -LastObject=TexToolBar -VirtualFilter=YWC - -[CLS:CModelToolBar] -Type=0 -HeaderFile=ModelToolBar.h -ImplementationFile=ModelToolBar.cpp -BaseClass=CDialog -Filter=D -LastObject=CModelToolBar -VirtualFilter=dWC - -[DLG:IDD_DIALOG_OPTIONS] -Type=1 -Class=COptionsDlg -ControlCount=6 -Control1=IDOK,button,1342242817 -Control2=IDCANCEL,button,1342242816 -Control3=IDC_STATIC,button,1342177287 -Control4=IDC_SLIDER_RTSSCROLLSPEED,msctls_trackbar32,1342242821 -Control5=IDC_STATIC,static,1342308352 -Control6=IDC_STATIC,static,1342308352 - -[CLS:COptionsDlg] -Type=0 -HeaderFile=OptionsDlg.h -ImplementationFile=OptionsDlg.cpp -BaseClass=CDialog -Filter=D -LastObject=COptionsDlg -VirtualFilter=dWC - -[DLG:IDD_DIALOGBAR_ELEVATIONTOOLS] -Type=1 -Class=CElevToolsDlgBar -ControlCount=7 -Control1=IDC_SLIDER_BRUSHSIZE,msctls_trackbar32,1342242821 -Control2=IDC_STATIC,static,1342308352 -Control3=IDC_SLIDER_BRUSHEFFECT,msctls_trackbar32,1342242821 -Control4=IDC_STATIC,static,1342308352 -Control5=IDC_STATIC,button,1342177287 -Control6=IDC_RADIO_RAISE,button,1342177289 -Control7=IDC_RADIO_SMOOTH,button,1342177289 - -[CLS:CElevToolsDlgBar] -Type=0 -HeaderFile=ElevToolsDlgBar.h -ImplementationFile=ElevToolsDlgBar.cpp -BaseClass=CDialog -Filter=D -LastObject=CElevToolsDlgBar - -[DLG:IDD_DIALOGBAR_UNITTOOLS] -Type=1 -Class=CModelToolBar -ControlCount=4 -Control1=IDC_LIST_OBJECTBROWSER,SysListView32,1342291981 -Control2=IDC_BUTTON_ADD,button,1342242816 -Control3=IDC_BUTTON_EDIT,button,1342242816 -Control4=IDC_COMBO_OBJECTTYPES,combobox,1344339970 - -[DLG:IDD_DIALOGBAR_UNITPROPERTIES] -Type=1 -Class=CUnitPropertiesDlg -ControlCount=13 -Control1=IDC_STATIC,static,1342308352 -Control2=IDC_STATIC,static,1342308352 -Control3=IDC_STATIC,static,1342308352 -Control4=IDC_EDIT_NAME,edit,1350631552 -Control5=IDC_EDIT_MODEL,edit,1350631552 -Control6=IDC_EDIT_TEXTURE,edit,1350631552 -Control7=IDC_BUTTON_MODELBROWSE,button,1342242816 -Control8=IDC_BUTTON_TEXTUREBROWSE,button,1342242816 -Control9=IDC_BUTTON_REFRESH,button,1342242816 -Control10=IDC_BUTTON_BACK,button,1342242816 -Control11=IDC_STATIC,static,1342308352 -Control12=IDC_EDIT_ANIMATION,edit,1350631552 -Control13=IDC_BUTTON_ANIMATIONBROWSE,button,1342242816 - -[DLG:IDD_DIALOG_SIMPLEEDIT] -Type=1 -Class=CSimpleEdit -ControlCount=3 -Control1=IDOK,button,1342242817 -Control2=IDCANCEL,button,1342242816 -Control3=IDC_EDIT1,edit,1350631552 - -[CLS:CSimpleEdit] -Type=0 -HeaderFile=SimpleEdit.h -ImplementationFile=SimpleEdit.cpp -BaseClass=CDialog -Filter=D -LastObject=CSimpleEdit -VirtualFilter=dWC - -[DLG:IDD_DIALOG_MAPSIZE] -Type=1 -Class=CMapSizeDlg -ControlCount=6 -Control1=IDOK,button,1342242817 -Control2=IDCANCEL,button,1342242816 -Control3=IDC_RADIO_SMALL,button,1342177289 -Control4=IDC_RADIO_MEDIUM,button,1342177289 -Control5=IDC_RADIO_LARGE,button,1342177289 -Control6=IDC_RADIO_HUGE,button,1342177289 - -[CLS:CMapSizeDlg] -Type=0 -HeaderFile=MapSizeDlg.h -ImplementationFile=MapSizeDlg.cpp -BaseClass=CDialog -Filter=D -VirtualFilter=dWC -LastObject=CMapSizeDlg - -[CLS:CMainFrameDlgBar] -Type=0 -HeaderFile=MainFrameDlgBar.h -ImplementationFile=MainFrameDlgBar.cpp -BaseClass=CDialog -Filter=D -VirtualFilter=dWC -LastObject=IDC_BUTTON_ELEVATIONTOOLS - -[DLG:IDD_DIALOGBAR_BRUSHSHAPEEDITOR] -Type=1 -Class=CShadowsPropPage -ControlCount=4 -Control1=IDC_SLIDER_BRUSHSIZE,msctls_trackbar32,1342242821 -Control2=IDC_COMBO_TERRAINTYPES,combobox,1344339970 -Control3=IDC_STATIC,static,1342308352 -Control4=IDC_BUTTON_BACK,button,1342242816 - -[TB:IDR_MAINFRAME (English (U.S.))] -Type=1 -Class=? -Command1=ID_FILE_NEW -Command2=ID_FILE_OPEN -Command3=ID_FILE_SAVE -Command4=ID_EDIT_CUT -Command5=ID_EDIT_COPY -Command6=ID_EDIT_PASTE -Command7=ID_FILE_PRINT -Command8=ID_APP_ABOUT -CommandCount=8 - -[MNU:IDR_MAINFRAME (English (U.S.))] -Type=1 -Class=CMainFrame -Command1=ID_FILE_LOADMAP -Command2=ID_FILE_SAVEMAP -Command3=ID_APP_EXIT -Command4=ID_TEST_GO -Command5=ID_TEST_STOP -Command6=ID_EDIT_UNDO -Command7=ID_EDIT_REDO -Command8=ID_VIEW_TERRAIN_SOLID -Command9=ID_VIEW_TERRAIN_GRID -Command10=ID_VIEW_TERRAIN_WIREFRAME -Command11=ID_VIEW_MODEL_SOLID -Command12=ID_VIEW_MODEL_GRID -Command13=ID_VIEW_MODEL_WIREFRAME -Command14=ID_VIEW_RENDERSTATS -Command15=ID_VIEW_SCREENSHOT -Command16=IDR_TEXTURE_TOOLS -Command17=IDR_ELEVATION_TOOLS -Command18=IDR_UNIT_TOOLS -Command19=ID_LIGHTING_SETTINGS -Command20=ID_TERRAIN_LOAD -Command21=IDR_RESIZE_MAP -Command22=ID_TOOLS_OPTIONS -Command23=ID_APP_ABOUT -CommandCount=23 - -[ACL:IDR_MAINFRAME (English (U.S.))] -Type=1 -Class=? -Command1=ID_EDIT_COPY -Command2=ID_FILE_NEW -Command3=ID_FILE_OPEN -Command4=ID_FILE_SAVE -Command5=ID_EDIT_PASTE -Command6=ID_EDIT_UNDO -Command7=ID_EDIT_CUT -Command8=ID_VIEW_RENDERSTATS -Command9=ID_NEXT_PANE -Command10=ID_PREV_PANE -Command11=ID_VIEW_SCREENSHOT -Command12=ID_EDIT_COPY -Command13=ID_EDIT_PASTE -Command14=ID_EDIT_CUT -Command15=ID_EDIT_REDO -Command16=ID_EDIT_UNDO -CommandCount=16 - -[DLG:IDD_ABOUTBOX (English (U.S.))] -Type=1 -Class=CAboutDlg -ControlCount=5 -Control1=IDC_STATIC,static,1342177294 -Control2=IDC_STATIC_VERSION,static,1342308480 -Control3=IDC_STATIC,static,1342308352 -Control4=IDOK,button,1342373889 -Control5=IDC_BUTTON_LAUNCHWFG,button,1342275595 - -[DLG:IDR_MAINFRAME (English (U.S.))] -Type=1 -Class=CMainFrameDlgBar -ControlCount=4 -Control1=IDC_BUTTON_SELECT,button,1342242944 -Control2=IDC_BUTTON_ELEVATIONTOOLS,button,1342242944 -Control3=IDC_BUTTON_TEXTURETOOLS,button,1342242944 -Control4=IDC_BUTTON_MODELTOOLS,button,1342177408 - -[DLG:IDD_DIALOG_LIGHTSETTINGS (English (U.S.))] -Type=1 -Class=CLightSettingsDlg -ControlCount=19 -Control1=IDOK,button,1342242817 -Control2=IDC_BUTTON_APPLY,button,1342242816 -Control3=IDCANCEL,button,1342242816 -Control4=IDC_STATIC,static,1342308352 -Control5=IDC_STATIC,static,1342308352 -Control6=IDC_STATIC,static,1342308352 -Control7=IDC_BUTTON_SUNCOLOR,button,1342210059 -Control8=IDC_BUTTON_TERRAINAMBIENTCOLOR,button,1342210059 -Control9=IDC_STATIC,button,1342177287 -Control10=IDC_STATIC,button,1342177287 -Control11=IDC_STATIC,static,1342308352 -Control12=IDC_BUTTON_DIRECTION,button,1342210059 -Control13=IDC_BUTTON_ELEVATION,button,1342210059 -Control14=IDC_EDIT_DIRECTION,edit,1350574208 -Control15=IDC_SPIN_DIRECTION,msctls_updown32,1342177463 -Control16=IDC_STATIC,static,1342308352 -Control17=IDC_BUTTON_UNITSAMBIENTCOLOR,button,1342210059 -Control18=IDC_EDIT_ELEVATION,edit,1350574208 -Control19=IDC_SPIN_ELEVATION,msctls_updown32,1342177462 - -[DLG:IDD_DIALOGBAR_TEXTURETOOLS (English (U.S.))] -Type=1 -Class=CTextureToolBar -ControlCount=6 -Control1=IDC_SLIDER_BRUSHSIZE,msctls_trackbar32,1342242821 -Control2=IDC_STATIC,static,1342308352 -Control3=IDC_LIST_TEXTUREBROWSER,SysListView32,1342291980 -Control4=IDC_STATIC_CURRENTTEXTURE,static,1350566414 -Control5=IDC_COMBO_TERRAINTYPES,combobox,1344339970 -Control6=IDC_STATIC,button,1342177287 - -[DLG:IDD_DIALOGBAR_UNITTOOLS (English (U.S.))] -Type=1 -Class=CModelToolBar -ControlCount=6 -Control1=IDC_LIST_OBJECTBROWSER,SysListView32,1342291981 -Control2=IDC_BUTTON_ADD,button,1342242816 -Control3=IDC_BUTTON_EDIT,button,1342242816 -Control4=IDC_COMBO_OBJECTTYPES,combobox,1344339970 -Control5=IDC_BUTTON_SELECT,button,1342242944 -Control6=IDC_BUTTON_ADDUNIT,button,1342242944 - -[DLG:IDD_DIALOG_OPTIONS (English (U.S.))] -Type=1 -Class=COptionsDlg -ControlCount=6 -Control1=IDOK,button,1342242817 -Control2=IDCANCEL,button,1342242816 -Control3=IDC_STATIC,button,1342177287 -Control4=IDC_SLIDER_RTSSCROLLSPEED,msctls_trackbar32,1342242821 -Control5=IDC_STATIC,static,1342308352 -Control6=IDC_STATIC,static,1342308352 - -[DLG:IDD_DIALOGBAR_ELEVATIONTOOLS (English (U.S.))] -Type=1 -Class=CElevToolsDlgBar -ControlCount=7 -Control1=IDC_SLIDER_BRUSHSIZE,msctls_trackbar32,1342242821 -Control2=IDC_STATIC,static,1342308352 -Control3=IDC_SLIDER_BRUSHEFFECT,msctls_trackbar32,1342242821 -Control4=IDC_STATIC,static,1342308352 -Control5=IDC_STATIC,button,1342177287 -Control6=IDC_RADIO_RAISE,button,1342177289 -Control7=IDC_RADIO_SMOOTH,button,1342177289 - -[DLG:IDD_DIALOGBAR_UNITPROPERTIES (English (U.S.))] -Type=1 -Class=CUnitPropertiesDlg -ControlCount=13 -Control1=IDC_STATIC,static,1342308352 -Control2=IDC_STATIC,static,1342308352 -Control3=IDC_EDIT_NAME,edit,1350631552 -Control4=IDC_EDIT_MODEL,edit,1350631552 -Control5=IDC_BUTTON_MODELBROWSE,button,1342242816 -Control6=IDC_BUTTON_REFRESH,button,1342242816 -Control7=IDC_BUTTON_BACK,button,1342242816 -Control8=IDC_STATIC,static,1342308352 -Control9=IDC_EDIT_ANIMATION,edit,1350631552 -Control10=IDC_BUTTON_ANIMATIONBROWSE,button,1342242816 -Control11=IDC_STATIC,static,1342308352 -Control12=IDC_EDIT_TEXTURE,edit,1350631552 -Control13=IDC_BUTTON_TEXTUREBROWSE,button,1342242816 - -[DLG:IDD_DIALOG_SIMPLEEDIT (English (U.S.))] -Type=1 -Class=CSimpleEdit -ControlCount=3 -Control1=IDOK,button,1342242817 -Control2=IDCANCEL,button,1342242816 -Control3=IDC_EDIT1,edit,1350631552 - -[DLG:IDD_DIALOG_MAPSIZE (English (U.S.))] -Type=1 -Class=CMapSizeDlg -ControlCount=6 -Control1=IDOK,button,1342242817 -Control2=IDCANCEL,button,1342242816 -Control3=IDC_RADIO_SMALL,button,1342177289 -Control4=IDC_RADIO_MEDIUM,button,1342177289 -Control5=IDC_RADIO_LARGE,button,1342177289 -Control6=IDC_RADIO_HUGE,button,1342177289 - -[DLG:IDD_DIALOGBAR_BRUSHSHAPEEDITOR (English (U.S.))] -Type=1 -Class=CShadowsPropPage -ControlCount=4 -Control1=IDC_SLIDER_BRUSHSIZE,msctls_trackbar32,1342242821 -Control2=IDC_COMBO_TERRAINTYPES,combobox,1344339970 -Control3=IDC_STATIC,static,1342308352 -Control4=IDC_BUTTON_BACK,button,1342242816 - -[DLG:IDD_PROPPAGE_MEDIUM (English (U.S.))] -Type=1 -Class=? -ControlCount=1 -Control1=IDC_STATIC,static,1342308352 - -[DLG:IDD_PROPPAGE_NAVIGATION (English (U.S.))] -Type=1 -Class=CNavigatePropPage -ControlCount=2 -Control1=IDC_STATIC,button,1342177287 -Control2=IDC_SLIDER_RTSSCROLLSPEED,msctls_trackbar32,1342242821 - -[DLG:IDD_PROPPAGE_SHADOWS (English (U.S.))] -Type=1 -Class=? -ControlCount=6 -Control1=IDC_CHECK_SHADOWS,button,1342242819 -Control2=IDC_STATIC,button,1342177287 -Control3=IDC_STATIC,static,1342308352 -Control4=IDC_BUTTON_SHADOWCOLOR,button,1342210059 -Control5=IDC_SLIDER_SHADOWQUALITY,msctls_trackbar32,1342242821 -Control6=IDC_STATIC,static,1342308352 - -[CLS:COptionsPropSheet] -Type=0 -HeaderFile=OptionsPropSheet.h -ImplementationFile=OptionsPropSheet.cpp -BaseClass=CPropertySheet -Filter=W -LastObject=COptionsPropSheet -VirtualFilter=hWC - -[CLS:CNavigationPropPage] -Type=0 -HeaderFile=NavigationPropPage.h -ImplementationFile=NavigationPropPage.cpp -BaseClass=CPropertySheet -Filter=W -LastObject=CNavigationPropPage - -[CLS:CShadowsPropPage] -Type=0 -HeaderFile=ShadowsPropPage.h -ImplementationFile=ShadowsPropPage.cpp -BaseClass=CPropertyPage -Filter=D -LastObject=CShadowsPropPage -VirtualFilter=idWC - -[CLS:CNavigatePropPage] -Type=0 -HeaderFile=NavigatePropPage.h -ImplementationFile=NavigatePropPage.cpp -BaseClass=CPropertyPage -Filter=D -LastObject=CNavigatePropPage - -[DLG:IDD_UNITPROPERTIES_TEXTURES (English (U.S.))] -Type=1 -Class=CUnitPropertiesTexturesTab -ControlCount=3 -Control1=IDC_STATIC,static,1342308352 -Control2=IDC_EDIT_TEXTURE,edit,1350631552 -Control3=IDC_BUTTON_TEXTUREBROWSE,button,1342242816 - -[DLG:IDD_UNITPROPERTIES_ANIMATIONS (English (U.S.))] -Type=1 -Class=CUnitPropertiesAnimationsTab -ControlCount=3 -Control1=IDC_STATIC,static,1342308352 -Control2=IDC_EDIT_ANIMATION,edit,1350631552 -Control3=IDC_BUTTON_ANIMATIONBROWSE,button,1342242816 - -[CLS:CUnitPropertiesTabCtrl] -Type=0 -HeaderFile=UnitPropertiesTabCtrl.h -ImplementationFile=UnitPropertiesTabCtrl.cpp -BaseClass=CTabCtrl -Filter=W -LastObject=CUnitPropertiesTabCtrl -VirtualFilter=UWC - -[CLS:CUnitPropertiesTexturesTab] -Type=0 -HeaderFile=UnitPropertiesTexturesTab.h -ImplementationFile=UnitPropertiesTexturesTab.cpp -BaseClass=CDialog -Filter=D - -[CLS:CUnitPropertiesAnimationsTab] -Type=0 -HeaderFile=UnitPropertiesAnimationsTab.h -ImplementationFile=UnitPropertiesAnimationsTab.cpp -BaseClass=CDialog -Filter=D - +; CLW file contains information for the MFC ClassWizard + +[General Info] +Version=1 +LastClass=CScEdView +LastTemplate=CDialog +NewFileInclude1=#include "stdafx.h" +NewFileInclude2=#include "ScEd.h" +LastPage=0 + +ClassCount=27 +Class1=CScEdApp +Class2=CScEdDoc +Class3=CScEdView +Class4=CMainFrame + +ResourceCount=27 +Resource1=IDD_DIALOGBAR_UNITTOOLS +Class5=CAboutDlg +Resource2=IDD_ABOUTBOX +Class6=CLightSettingsDlg +Class7=CColorButton +Class8=CElevationButton +Class9=CDirectionButton +Class10=CWebLinkButton +Resource3=IDD_DIALOG_LIGHTSETTINGS +Class11=CTextureToolBar +Class12=CImageListCtrl +Class13=TexToolBar +Resource4=IDR_MAINFRAME +Class14=CModelToolBar +Resource5=IDD_DIALOGBAR_TEXTURETOOLS +Class15=COptionsDlg +Resource6=IDD_DIALOG_SIMPLEEDIT +Class16=CElevToolsDlgBar +Resource7=IDD_DIALOGBAR_UNITPROPERTIES +Class17=CUnitPropertiesDlg +Resource8=IDD_DIALOG_MAPSIZE +Class18=CSimpleEdit +Resource9=IDD_DIALOG_OPTIONS +Class19=CMapSizeDlg +Class20=CMainFrameDlgBar +Resource10=IDD_DIALOGBAR_ELEVATIONTOOLS +Resource11=IDD_DIALOGBAR_BRUSHSHAPEEDITOR +Resource12=IDD_PROPPAGE_NAVIGATION (English (U.S.)) +Resource13=IDD_ABOUTBOX (English (U.S.)) +Resource14=IDD_DIALOG_SIMPLEEDIT (English (U.S.)) +Resource15=IDD_DIALOG_MAPSIZE (English (U.S.)) +Resource16=IDD_DIALOG_LIGHTSETTINGS (English (U.S.)) +Resource17=IDD_DIALOGBAR_ELEVATIONTOOLS (English (U.S.)) +Resource18=IDD_PROPPAGE_SHADOWS (English (U.S.)) +Resource19=IDD_DIALOGBAR_UNITPROPERTIES (English (U.S.)) +Resource20=IDD_DIALOGBAR_BRUSHSHAPEEDITOR (English (U.S.)) +Resource21=IDD_DIALOGBAR_TEXTURETOOLS (English (U.S.)) +Resource22=IDD_UNITPROPERTIES_TEXTURES (English (U.S.)) +Resource23=IDD_PROPPAGE_MEDIUM (English (U.S.)) +Resource24=IDD_DIALOGBAR_UNITTOOLS (English (U.S.)) +Class21=COptionsPropSheet +Class22=CNavigationPropPage +Class23=CShadowsPropPage +Class24=CNavigatePropPage +Resource25=IDD_DIALOG_OPTIONS (English (U.S.)) +Resource26=IDD_UNITPROPERTIES_ANIMATIONS (English (U.S.)) +Class25=CUnitPropertiesTabCtrl +Class26=CUnitPropertiesTexturesTab +Class27=CUnitPropertiesAnimationsTab +Resource27=IDR_MAINFRAME (English (U.S.)) + +[CLS:CScEdApp] +Type=0 +HeaderFile=ScEd.h +ImplementationFile=ScEd.cpp +Filter=N +LastObject=CScEdApp +BaseClass=CWinApp +VirtualFilter=AC + +[CLS:CScEdDoc] +Type=0 +HeaderFile=ScEdDoc.h +ImplementationFile=ScEdDoc.cpp +Filter=N + +[CLS:CScEdView] +Type=0 +HeaderFile=ScEdView.h +ImplementationFile=ScEdView.cpp +Filter=C +BaseClass=CView +VirtualFilter=VWC +LastObject=CScEdView + + +[CLS:CMainFrame] +Type=0 +HeaderFile=MainFrm.h +ImplementationFile=MainFrm.cpp +Filter=T +BaseClass=CFrameWnd +VirtualFilter=fWC +LastObject=CMainFrame + + + + +[CLS:CAboutDlg] +Type=0 +HeaderFile=ScEd.cpp +ImplementationFile=ScEd.cpp +Filter=D +LastObject=IDC_BUTTON_LAUNCHWFG +BaseClass=CDialog +VirtualFilter=dWC + +[DLG:IDD_ABOUTBOX] +Type=1 +Class=CAboutDlg +ControlCount=5 +Control1=IDC_STATIC,static,1342177294 +Control2=IDC_STATIC_VERSION,static,1342308480 +Control3=IDC_STATIC,static,1342308352 +Control4=IDOK,button,1342373889 +Control5=IDC_BUTTON_LAUNCHWFG,button,1342275595 + +[MNU:IDR_MAINFRAME] +Type=1 +Class=CMainFrame +Command1=ID_FILE_LOADMAP +Command2=ID_FILE_SAVEMAP +Command3=ID_APP_EXIT +Command4=ID_EDIT_UNDO +Command5=ID_EDIT_REDO +Command6=ID_VIEW_TERRAIN_SOLID +Command7=ID_VIEW_TERRAIN_GRID +Command8=ID_VIEW_TERRAIN_WIREFRAME +Command9=ID_VIEW_MODEL_SOLID +Command10=ID_VIEW_MODEL_GRID +Command11=ID_VIEW_MODEL_WIREFRAME +Command12=ID_VIEW_RENDERSTATS +Command13=ID_VIEW_SCREENSHOT +Command14=IDR_TEXTURE_TOOLS +Command15=IDR_ELEVATION_TOOLS +Command16=IDR_UNIT_TOOLS +Command17=ID_LIGHTING_SETTINGS +Command18=ID_TERRAIN_LOAD +Command19=IDR_RESIZE_MAP +Command20=IDR_TOOLS_CONVERTSMD +Command21=ID_TOOLS_OPTIONS +Command22=ID_APP_ABOUT +CommandCount=22 + +[ACL:IDR_MAINFRAME] +Type=1 +Class=CMainFrame +Command1=ID_EDIT_COPY +Command2=ID_FILE_NEW +Command3=ID_FILE_OPEN +Command4=ID_FILE_SAVE +Command5=ID_EDIT_PASTE +Command6=ID_EDIT_UNDO +Command7=ID_EDIT_CUT +Command8=ID_VIEW_RENDERSTATS +Command9=ID_NEXT_PANE +Command10=ID_PREV_PANE +Command11=ID_VIEW_SCREENSHOT +Command12=ID_EDIT_COPY +Command13=ID_EDIT_PASTE +Command14=ID_EDIT_CUT +Command15=ID_EDIT_REDO +Command16=ID_EDIT_UNDO +CommandCount=16 + +[TB:IDR_MAINFRAME] +Type=1 +Class=? +Command1=ID_FILE_NEW +Command2=ID_FILE_OPEN +Command3=ID_FILE_SAVE +Command4=ID_EDIT_CUT +Command5=ID_EDIT_COPY +Command6=ID_EDIT_PASTE +Command7=ID_FILE_PRINT +Command8=ID_APP_ABOUT +CommandCount=8 + +[DLG:IDR_MAINFRAME] +Type=1 +Class=CMainFrameDlgBar +ControlCount=4 +Control1=IDC_BUTTON_SELECT,button,1342242944 +Control2=IDC_BUTTON_ELEVATIONTOOLS,button,1342242944 +Control3=IDC_BUTTON_TEXTURETOOLS,button,1342242944 +Control4=IDC_BUTTON_MODELTOOLS,button,1342177408 + +[DLG:IDD_DIALOG_LIGHTSETTINGS] +Type=1 +Class=CLightSettingsDlg +ControlCount=19 +Control1=IDOK,button,1342242817 +Control2=IDC_BUTTON_APPLY,button,1342242816 +Control3=IDCANCEL,button,1342242816 +Control4=IDC_STATIC,static,1342308352 +Control5=IDC_STATIC,static,1342308352 +Control6=IDC_STATIC,static,1342308352 +Control7=IDC_BUTTON_SUNCOLOR,button,1342210059 +Control8=IDC_BUTTON_TERRAINAMBIENTCOLOR,button,1342210059 +Control9=IDC_STATIC,button,1342177287 +Control10=IDC_STATIC,button,1342177287 +Control11=IDC_STATIC,static,1342308352 +Control12=IDC_BUTTON_DIRECTION,button,1342210059 +Control13=IDC_BUTTON_ELEVATION,button,1342210059 +Control14=IDC_EDIT_DIRECTION,edit,1350574208 +Control15=IDC_SPIN_DIRECTION,msctls_updown32,1342177463 +Control16=IDC_STATIC,static,1342308352 +Control17=IDC_BUTTON_UNITSAMBIENTCOLOR,button,1342210059 +Control18=IDC_EDIT_ELEVATION,edit,1350574208 +Control19=IDC_SPIN_ELEVATION,msctls_updown32,1342177462 + +[CLS:CLightSettingsDlg] +Type=0 +HeaderFile=LightSettingsDlg.h +ImplementationFile=LightSettingsDlg.cpp +BaseClass=CDialog +Filter=D +LastObject=CLightSettingsDlg +VirtualFilter=dWC + +[CLS:CColorButton] +Type=0 +HeaderFile=ColorButton.h +ImplementationFile=ColorButton.cpp +BaseClass=CButton +Filter=W +LastObject=CColorButton +VirtualFilter=BWC + +[CLS:CElevationButton] +Type=0 +HeaderFile=ElevationButton.h +ImplementationFile=ElevationButton.cpp +BaseClass=CButton +Filter=W +VirtualFilter=BWC +LastObject=CElevationButton + +[CLS:CDirectionButton] +Type=0 +HeaderFile=DirectionButton.h +ImplementationFile=DirectionButton.cpp +BaseClass=CButton +Filter=W +LastObject=CDirectionButton +VirtualFilter=BWC + +[CLS:CWebLinkButton] +Type=0 +HeaderFile=WebLinkButton.h +ImplementationFile=WebLinkButton.cpp +BaseClass=CButton +Filter=W +VirtualFilter=BWC +LastObject=CWebLinkButton + +[DLG:IDD_DIALOGBAR_TEXTURETOOLS] +Type=1 +Class=CTextureToolBar +ControlCount=6 +Control1=IDC_SLIDER_BRUSHSIZE,msctls_trackbar32,1342242821 +Control2=IDC_STATIC,static,1342308352 +Control3=IDC_LIST_TEXTUREBROWSER,SysListView32,1342291980 +Control4=IDC_STATIC_CURRENTTEXTURE,static,1350566414 +Control5=IDC_COMBO_TERRAINTYPES,combobox,1344339970 +Control6=IDC_STATIC,button,1342177287 + +[CLS:CTextureToolBar] +Type=0 +HeaderFile=TextureToolBar.h +ImplementationFile=TextureToolBar.cpp +BaseClass=CDialog +Filter=D +LastObject=CTextureToolBar +VirtualFilter=dWC + +[CLS:CImageListCtrl] +Type=0 +HeaderFile=ImageListCtrl.h +ImplementationFile=ImageListCtrl.cpp +BaseClass=CListCtrl +Filter=W +LastObject=CImageListCtrl +VirtualFilter=FWC + +[CLS:TexToolBar] +Type=0 +HeaderFile=TexToolBar.h +ImplementationFile=TexToolBar.cpp +BaseClass=CToolBarCtrl +Filter=W +LastObject=TexToolBar +VirtualFilter=YWC + +[CLS:CModelToolBar] +Type=0 +HeaderFile=ModelToolBar.h +ImplementationFile=ModelToolBar.cpp +BaseClass=CDialog +Filter=D +LastObject=CModelToolBar +VirtualFilter=dWC + +[DLG:IDD_DIALOG_OPTIONS] +Type=1 +Class=COptionsDlg +ControlCount=6 +Control1=IDOK,button,1342242817 +Control2=IDCANCEL,button,1342242816 +Control3=IDC_STATIC,button,1342177287 +Control4=IDC_SLIDER_RTSSCROLLSPEED,msctls_trackbar32,1342242821 +Control5=IDC_STATIC,static,1342308352 +Control6=IDC_STATIC,static,1342308352 + +[CLS:COptionsDlg] +Type=0 +HeaderFile=OptionsDlg.h +ImplementationFile=OptionsDlg.cpp +BaseClass=CDialog +Filter=D +LastObject=COptionsDlg +VirtualFilter=dWC + +[DLG:IDD_DIALOGBAR_ELEVATIONTOOLS] +Type=1 +Class=CElevToolsDlgBar +ControlCount=7 +Control1=IDC_SLIDER_BRUSHSIZE,msctls_trackbar32,1342242821 +Control2=IDC_STATIC,static,1342308352 +Control3=IDC_SLIDER_BRUSHEFFECT,msctls_trackbar32,1342242821 +Control4=IDC_STATIC,static,1342308352 +Control5=IDC_STATIC,button,1342177287 +Control6=IDC_RADIO_RAISE,button,1342177289 +Control7=IDC_RADIO_SMOOTH,button,1342177289 + +[CLS:CElevToolsDlgBar] +Type=0 +HeaderFile=ElevToolsDlgBar.h +ImplementationFile=ElevToolsDlgBar.cpp +BaseClass=CDialog +Filter=D +LastObject=CElevToolsDlgBar + +[DLG:IDD_DIALOGBAR_UNITTOOLS] +Type=1 +Class=CModelToolBar +ControlCount=4 +Control1=IDC_LIST_OBJECTBROWSER,SysListView32,1342291981 +Control2=IDC_BUTTON_ADD,button,1342242816 +Control3=IDC_BUTTON_EDIT,button,1342242816 +Control4=IDC_COMBO_OBJECTTYPES,combobox,1344339970 + +[DLG:IDD_DIALOGBAR_UNITPROPERTIES] +Type=1 +Class=CUnitPropertiesDlg +ControlCount=13 +Control1=IDC_STATIC,static,1342308352 +Control2=IDC_STATIC,static,1342308352 +Control3=IDC_STATIC,static,1342308352 +Control4=IDC_EDIT_NAME,edit,1350631552 +Control5=IDC_EDIT_MODEL,edit,1350631552 +Control6=IDC_EDIT_TEXTURE,edit,1350631552 +Control7=IDC_BUTTON_MODELBROWSE,button,1342242816 +Control8=IDC_BUTTON_TEXTUREBROWSE,button,1342242816 +Control9=IDC_BUTTON_REFRESH,button,1342242816 +Control10=IDC_BUTTON_BACK,button,1342242816 +Control11=IDC_STATIC,static,1342308352 +Control12=IDC_EDIT_ANIMATION,edit,1350631552 +Control13=IDC_BUTTON_ANIMATIONBROWSE,button,1342242816 + +[DLG:IDD_DIALOG_SIMPLEEDIT] +Type=1 +Class=CSimpleEdit +ControlCount=3 +Control1=IDOK,button,1342242817 +Control2=IDCANCEL,button,1342242816 +Control3=IDC_EDIT1,edit,1350631552 + +[CLS:CSimpleEdit] +Type=0 +HeaderFile=SimpleEdit.h +ImplementationFile=SimpleEdit.cpp +BaseClass=CDialog +Filter=D +LastObject=CSimpleEdit +VirtualFilter=dWC + +[DLG:IDD_DIALOG_MAPSIZE] +Type=1 +Class=CMapSizeDlg +ControlCount=6 +Control1=IDOK,button,1342242817 +Control2=IDCANCEL,button,1342242816 +Control3=IDC_RADIO_SMALL,button,1342177289 +Control4=IDC_RADIO_MEDIUM,button,1342177289 +Control5=IDC_RADIO_LARGE,button,1342177289 +Control6=IDC_RADIO_HUGE,button,1342177289 + +[CLS:CMapSizeDlg] +Type=0 +HeaderFile=MapSizeDlg.h +ImplementationFile=MapSizeDlg.cpp +BaseClass=CDialog +Filter=D +VirtualFilter=dWC +LastObject=CMapSizeDlg + +[CLS:CMainFrameDlgBar] +Type=0 +HeaderFile=MainFrameDlgBar.h +ImplementationFile=MainFrameDlgBar.cpp +BaseClass=CDialog +Filter=D +VirtualFilter=dWC +LastObject=IDC_BUTTON_ELEVATIONTOOLS + +[DLG:IDD_DIALOGBAR_BRUSHSHAPEEDITOR] +Type=1 +Class=CShadowsPropPage +ControlCount=4 +Control1=IDC_SLIDER_BRUSHSIZE,msctls_trackbar32,1342242821 +Control2=IDC_COMBO_TERRAINTYPES,combobox,1344339970 +Control3=IDC_STATIC,static,1342308352 +Control4=IDC_BUTTON_BACK,button,1342242816 + +[TB:IDR_MAINFRAME (English (U.S.))] +Type=1 +Class=? +Command1=ID_FILE_NEW +Command2=ID_FILE_OPEN +Command3=ID_FILE_SAVE +Command4=ID_EDIT_CUT +Command5=ID_EDIT_COPY +Command6=ID_EDIT_PASTE +Command7=ID_FILE_PRINT +Command8=ID_APP_ABOUT +CommandCount=8 + +[MNU:IDR_MAINFRAME (English (U.S.))] +Type=1 +Class=CMainFrame +Command1=ID_FILE_LOADMAP +Command2=ID_FILE_SAVEMAP +Command3=ID_APP_EXIT +Command4=ID_TEST_GO +Command5=ID_TEST_STOP +Command6=ID_EDIT_UNDO +Command7=ID_EDIT_REDO +Command8=ID_VIEW_TERRAIN_SOLID +Command9=ID_VIEW_TERRAIN_GRID +Command10=ID_VIEW_TERRAIN_WIREFRAME +Command11=ID_VIEW_MODEL_SOLID +Command12=ID_VIEW_MODEL_GRID +Command13=ID_VIEW_MODEL_WIREFRAME +Command14=ID_VIEW_RENDERSTATS +Command15=ID_VIEW_SCREENSHOT +Command16=IDR_TEXTURE_TOOLS +Command17=IDR_ELEVATION_TOOLS +Command18=IDR_UNIT_TOOLS +Command19=ID_LIGHTING_SETTINGS +Command20=ID_TERRAIN_LOAD +Command21=IDR_RESIZE_MAP +Command22=ID_TOOLS_OPTIONS +Command23=ID_APP_ABOUT +CommandCount=23 + +[ACL:IDR_MAINFRAME (English (U.S.))] +Type=1 +Class=? +Command1=ID_EDIT_COPY +Command2=ID_FILE_NEW +Command3=ID_FILE_OPEN +Command4=ID_FILE_SAVE +Command5=ID_EDIT_PASTE +Command6=ID_EDIT_UNDO +Command7=ID_EDIT_CUT +Command8=ID_VIEW_RENDERSTATS +Command9=ID_NEXT_PANE +Command10=ID_PREV_PANE +Command11=ID_VIEW_SCREENSHOT +Command12=ID_EDIT_COPY +Command13=ID_EDIT_PASTE +Command14=ID_EDIT_CUT +Command15=ID_EDIT_REDO +Command16=ID_EDIT_UNDO +CommandCount=16 + +[DLG:IDD_ABOUTBOX (English (U.S.))] +Type=1 +Class=CAboutDlg +ControlCount=5 +Control1=IDC_STATIC,static,1342177294 +Control2=IDC_STATIC_VERSION,static,1342308480 +Control3=IDC_STATIC,static,1342308352 +Control4=IDOK,button,1342373889 +Control5=IDC_BUTTON_LAUNCHWFG,button,1342275595 + +[DLG:IDR_MAINFRAME (English (U.S.))] +Type=1 +Class=CMainFrameDlgBar +ControlCount=4 +Control1=IDC_BUTTON_SELECT,button,1342242944 +Control2=IDC_BUTTON_ELEVATIONTOOLS,button,1342242944 +Control3=IDC_BUTTON_TEXTURETOOLS,button,1342242944 +Control4=IDC_BUTTON_MODELTOOLS,button,1342177408 + +[DLG:IDD_DIALOG_LIGHTSETTINGS (English (U.S.))] +Type=1 +Class=CLightSettingsDlg +ControlCount=19 +Control1=IDOK,button,1342242817 +Control2=IDC_BUTTON_APPLY,button,1342242816 +Control3=IDCANCEL,button,1342242816 +Control4=IDC_STATIC,static,1342308352 +Control5=IDC_STATIC,static,1342308352 +Control6=IDC_STATIC,static,1342308352 +Control7=IDC_BUTTON_SUNCOLOR,button,1342210059 +Control8=IDC_BUTTON_TERRAINAMBIENTCOLOR,button,1342210059 +Control9=IDC_STATIC,button,1342177287 +Control10=IDC_STATIC,button,1342177287 +Control11=IDC_STATIC,static,1342308352 +Control12=IDC_BUTTON_DIRECTION,button,1342210059 +Control13=IDC_BUTTON_ELEVATION,button,1342210059 +Control14=IDC_EDIT_DIRECTION,edit,1350574208 +Control15=IDC_SPIN_DIRECTION,msctls_updown32,1342177463 +Control16=IDC_STATIC,static,1342308352 +Control17=IDC_BUTTON_UNITSAMBIENTCOLOR,button,1342210059 +Control18=IDC_EDIT_ELEVATION,edit,1350574208 +Control19=IDC_SPIN_ELEVATION,msctls_updown32,1342177462 + +[DLG:IDD_DIALOGBAR_TEXTURETOOLS (English (U.S.))] +Type=1 +Class=CTextureToolBar +ControlCount=6 +Control1=IDC_SLIDER_BRUSHSIZE,msctls_trackbar32,1342242821 +Control2=IDC_STATIC,static,1342308352 +Control3=IDC_LIST_TEXTUREBROWSER,SysListView32,1342291980 +Control4=IDC_STATIC_CURRENTTEXTURE,static,1350566414 +Control5=IDC_COMBO_TERRAINTYPES,combobox,1344339970 +Control6=IDC_STATIC,button,1342177287 + +[DLG:IDD_DIALOGBAR_UNITTOOLS (English (U.S.))] +Type=1 +Class=CModelToolBar +ControlCount=6 +Control1=IDC_LIST_OBJECTBROWSER,SysListView32,1342291981 +Control2=IDC_BUTTON_ADD,button,1342242816 +Control3=IDC_BUTTON_EDIT,button,1342242816 +Control4=IDC_COMBO_OBJECTTYPES,combobox,1344339970 +Control5=IDC_BUTTON_SELECT,button,1342242944 +Control6=IDC_BUTTON_ADDUNIT,button,1342242944 + +[DLG:IDD_DIALOG_OPTIONS (English (U.S.))] +Type=1 +Class=COptionsDlg +ControlCount=6 +Control1=IDOK,button,1342242817 +Control2=IDCANCEL,button,1342242816 +Control3=IDC_STATIC,button,1342177287 +Control4=IDC_SLIDER_RTSSCROLLSPEED,msctls_trackbar32,1342242821 +Control5=IDC_STATIC,static,1342308352 +Control6=IDC_STATIC,static,1342308352 + +[DLG:IDD_DIALOGBAR_ELEVATIONTOOLS (English (U.S.))] +Type=1 +Class=CElevToolsDlgBar +ControlCount=7 +Control1=IDC_SLIDER_BRUSHSIZE,msctls_trackbar32,1342242821 +Control2=IDC_STATIC,static,1342308352 +Control3=IDC_SLIDER_BRUSHEFFECT,msctls_trackbar32,1342242821 +Control4=IDC_STATIC,static,1342308352 +Control5=IDC_STATIC,button,1342177287 +Control6=IDC_RADIO_RAISE,button,1342177289 +Control7=IDC_RADIO_SMOOTH,button,1342177289 + +[DLG:IDD_DIALOGBAR_UNITPROPERTIES (English (U.S.))] +Type=1 +Class=CUnitPropertiesDlg +ControlCount=13 +Control1=IDC_STATIC,static,1342308352 +Control2=IDC_STATIC,static,1342308352 +Control3=IDC_EDIT_NAME,edit,1350631552 +Control4=IDC_EDIT_MODEL,edit,1350631552 +Control5=IDC_BUTTON_MODELBROWSE,button,1342242816 +Control6=IDC_BUTTON_REFRESH,button,1342242816 +Control7=IDC_BUTTON_BACK,button,1342242816 +Control8=IDC_STATIC,static,1342308352 +Control9=IDC_EDIT_ANIMATION,edit,1350631552 +Control10=IDC_BUTTON_ANIMATIONBROWSE,button,1342242816 +Control11=IDC_STATIC,static,1342308352 +Control12=IDC_EDIT_TEXTURE,edit,1350631552 +Control13=IDC_BUTTON_TEXTUREBROWSE,button,1342242816 + +[DLG:IDD_DIALOG_SIMPLEEDIT (English (U.S.))] +Type=1 +Class=CSimpleEdit +ControlCount=3 +Control1=IDOK,button,1342242817 +Control2=IDCANCEL,button,1342242816 +Control3=IDC_EDIT1,edit,1350631552 + +[DLG:IDD_DIALOG_MAPSIZE (English (U.S.))] +Type=1 +Class=CMapSizeDlg +ControlCount=6 +Control1=IDOK,button,1342242817 +Control2=IDCANCEL,button,1342242816 +Control3=IDC_RADIO_SMALL,button,1342177289 +Control4=IDC_RADIO_MEDIUM,button,1342177289 +Control5=IDC_RADIO_LARGE,button,1342177289 +Control6=IDC_RADIO_HUGE,button,1342177289 + +[DLG:IDD_DIALOGBAR_BRUSHSHAPEEDITOR (English (U.S.))] +Type=1 +Class=CShadowsPropPage +ControlCount=4 +Control1=IDC_SLIDER_BRUSHSIZE,msctls_trackbar32,1342242821 +Control2=IDC_COMBO_TERRAINTYPES,combobox,1344339970 +Control3=IDC_STATIC,static,1342308352 +Control4=IDC_BUTTON_BACK,button,1342242816 + +[DLG:IDD_PROPPAGE_MEDIUM (English (U.S.))] +Type=1 +Class=? +ControlCount=1 +Control1=IDC_STATIC,static,1342308352 + +[DLG:IDD_PROPPAGE_NAVIGATION (English (U.S.))] +Type=1 +Class=CNavigatePropPage +ControlCount=2 +Control1=IDC_STATIC,button,1342177287 +Control2=IDC_SLIDER_RTSSCROLLSPEED,msctls_trackbar32,1342242821 + +[DLG:IDD_PROPPAGE_SHADOWS (English (U.S.))] +Type=1 +Class=? +ControlCount=6 +Control1=IDC_CHECK_SHADOWS,button,1342242819 +Control2=IDC_STATIC,button,1342177287 +Control3=IDC_STATIC,static,1342308352 +Control4=IDC_BUTTON_SHADOWCOLOR,button,1342210059 +Control5=IDC_SLIDER_SHADOWQUALITY,msctls_trackbar32,1342242821 +Control6=IDC_STATIC,static,1342308352 + +[CLS:COptionsPropSheet] +Type=0 +HeaderFile=OptionsPropSheet.h +ImplementationFile=OptionsPropSheet.cpp +BaseClass=CPropertySheet +Filter=W +LastObject=COptionsPropSheet +VirtualFilter=hWC + +[CLS:CNavigationPropPage] +Type=0 +HeaderFile=NavigationPropPage.h +ImplementationFile=NavigationPropPage.cpp +BaseClass=CPropertySheet +Filter=W +LastObject=CNavigationPropPage + +[CLS:CShadowsPropPage] +Type=0 +HeaderFile=ShadowsPropPage.h +ImplementationFile=ShadowsPropPage.cpp +BaseClass=CPropertyPage +Filter=D +LastObject=CShadowsPropPage +VirtualFilter=idWC + +[CLS:CNavigatePropPage] +Type=0 +HeaderFile=NavigatePropPage.h +ImplementationFile=NavigatePropPage.cpp +BaseClass=CPropertyPage +Filter=D +LastObject=CNavigatePropPage + +[DLG:IDD_UNITPROPERTIES_TEXTURES (English (U.S.))] +Type=1 +Class=CUnitPropertiesTexturesTab +ControlCount=3 +Control1=IDC_STATIC,static,1342308352 +Control2=IDC_EDIT_TEXTURE,edit,1350631552 +Control3=IDC_BUTTON_TEXTUREBROWSE,button,1342242816 + +[DLG:IDD_UNITPROPERTIES_ANIMATIONS (English (U.S.))] +Type=1 +Class=CUnitPropertiesAnimationsTab +ControlCount=3 +Control1=IDC_STATIC,static,1342308352 +Control2=IDC_EDIT_ANIMATION,edit,1350631552 +Control3=IDC_BUTTON_ANIMATIONBROWSE,button,1342242816 + +[CLS:CUnitPropertiesTabCtrl] +Type=0 +HeaderFile=UnitPropertiesTabCtrl.h +ImplementationFile=UnitPropertiesTabCtrl.cpp +BaseClass=CTabCtrl +Filter=W +LastObject=CUnitPropertiesTabCtrl +VirtualFilter=UWC + +[CLS:CUnitPropertiesTexturesTab] +Type=0 +HeaderFile=UnitPropertiesTexturesTab.h +ImplementationFile=UnitPropertiesTexturesTab.cpp +BaseClass=CDialog +Filter=D + +[CLS:CUnitPropertiesAnimationsTab] +Type=0 +HeaderFile=UnitPropertiesAnimationsTab.h +ImplementationFile=UnitPropertiesAnimationsTab.cpp +BaseClass=CDialog +Filter=D + diff --git a/source/sced/ScEd.dep b/source/sced/ScEd.dep index 2333ad8396..7e7d00bdca 100755 --- a/source/sced/ScEd.dep +++ b/source/sced/ScEd.dep @@ -1,989 +1,989 @@ -# Microsoft Developer Studio Generated Dependency File, included by ScEd.mak - -.\ColorButton.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - ".\ColorButton.h"\ - ".\ScEd.h"\ - ".\StdAfx.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\DirectionButton.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\MathUtil.h"\ - ".\DirectionButton.h"\ - ".\ScEd.h"\ - ".\StdAfx.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\ElevationButton.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\MathUtil.h"\ - ".\ElevationButton.h"\ - ".\ScEd.h"\ - ".\StdAfx.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\ElevToolsDlgBar.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - ".\BrushTool.h"\ - ".\ElevToolsDlgBar.h"\ - ".\RaiseElevationTool.h"\ - ".\SmoothElevationTool.h"\ - ".\StdAfx.h"\ - ".\Tool.h"\ - ".\ToolManager.h"\ - ".\UIGlobals.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\ImageListCtrl.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - ".\ImageListCtrl.h"\ - ".\ScEd.h"\ - ".\StdAfx.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\LightSettingsDlg.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Color.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\LightEnv.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\ColorButton.h"\ - ".\DirectionButton.h"\ - ".\ElevationButton.h"\ - ".\LightSettingsDlg.h"\ - ".\ScEd.h"\ - ".\StdAfx.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\MainFrm.cpp : \ - "..\lib\glext_funcs.h"\ - "..\lib\mem.h"\ - "..\lib\misc.h"\ - "..\lib\ogl.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\lib\tex.h"\ - "..\lib\vfs.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Color.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\LightEnv.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\ModelDef.h"\ - "..\Terrain\ModelFile.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\PatchRData.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\Renderer.h"\ - "..\Terrain\SHCoeffs.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\BrushTool.h"\ - ".\ColorButton.h"\ - ".\CommandManager.h"\ - ".\DirectionButton.h"\ - ".\EditorData.h"\ - ".\ElevationButton.h"\ - ".\ElevToolsDlgBar.h"\ - ".\InfoBox.h"\ - ".\LightSettingsDlg.h"\ - ".\MainFrm.h"\ - ".\MapSizeDlg.h"\ - ".\MiniMap.h"\ - ".\ObjectEntry.h"\ - ".\OptionsDlg.h"\ - ".\PaintObjectTool.h"\ - ".\PaintTextureTool.h"\ - ".\RaiseElevationTool.h"\ - ".\ScEd.h"\ - ".\ScEdView.h"\ - ".\SMDConverter.h"\ - ".\StdAfx.h"\ - ".\TexToolsDlgBar.h"\ - ".\TextureEntry.h"\ - ".\Tool.h"\ - ".\ToolManager.h"\ - ".\UIGlobals.h"\ - ".\UnitPropertiesDlgBar.h"\ - ".\UnitToolsDlgBar.h"\ - {$(INCLUDE)}"GL\glext.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\MapSizeDlg.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - ".\MapSizeDlg.h"\ - ".\ScEd.h"\ - ".\StdAfx.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\OptionsDlg.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - ".\OptionsDlg.h"\ - ".\ScEd.h"\ - ".\StdAfx.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\ScEd.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Vector3D.h"\ - ".\ElevToolsDlgBar.h"\ - ".\MainFrm.h"\ - ".\ObjectEntry.h"\ - ".\ScEd.h"\ - ".\ScEdDoc.h"\ - ".\ScEdView.h"\ - ".\StdAfx.h"\ - ".\TexToolsDlgBar.h"\ - ".\TextureEntry.h"\ - ".\UIGlobals.h"\ - ".\UnitPropertiesDlgBar.h"\ - ".\UnitToolsDlgBar.h"\ - ".\WebLinkButton.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\ScEd.rc : \ - ".\res\0ad_logo.bmp"\ - ".\res\ico00001.ico"\ - ".\res\ico00002.ico"\ - ".\res\icon1.ico"\ - ".\res\ScEd.ico"\ - ".\res\ScEd.rc2"\ - ".\res\ScEdDoc.ico"\ - ".\res\Toolbar.bmp"\ - - -.\ScEdDoc.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - ".\ScEd.h"\ - ".\ScEdDoc.h"\ - ".\StdAfx.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\ScEdView.cpp : \ - "..\lib\glext_funcs.h"\ - "..\lib\misc.h"\ - "..\lib\ogl.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\lib\vfs.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Color.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\LightEnv.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\PatchRData.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\Renderer.h"\ - "..\Terrain\SHCoeffs.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\BrushTool.h"\ - ".\EditorData.h"\ - ".\InfoBox.h"\ - ".\MiniMap.h"\ - ".\PaintTextureTool.h"\ - ".\ScEd.h"\ - ".\ScEdDoc.h"\ - ".\ScEdView.h"\ - ".\StdAfx.h"\ - ".\Tool.h"\ - ".\ToolManager.h"\ - {$(INCLUDE)}"GL\glext.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\SimpleEdit.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - ".\ScEd.h"\ - ".\SimpleEdit.h"\ - ".\StdAfx.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\TexToolsDlgBar.cpp : \ - "..\lib\glext_funcs.h"\ - "..\lib\misc.h"\ - "..\lib\ogl.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\lib\tex.h"\ - "..\lib\vfs.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - ".\BrushTool.h"\ - ".\PaintTextureTool.h"\ - ".\StdAfx.h"\ - ".\TexToolsDlgBar.h"\ - ".\TextureEntry.h"\ - ".\TextureManager.h"\ - ".\Tool.h"\ - {$(INCLUDE)}"GL\glext.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\UIGlobals.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Vector3D.h"\ - ".\ElevToolsDlgBar.h"\ - ".\MainFrm.h"\ - ".\ObjectEntry.h"\ - ".\ScEdView.h"\ - ".\StdAfx.h"\ - ".\TexToolsDlgBar.h"\ - ".\TextureEntry.h"\ - ".\UIGlobals.h"\ - ".\UnitPropertiesDlgBar.h"\ - ".\UnitToolsDlgBar.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\UnitPropertiesDlgBar.cpp : \ - "..\lib\glext_funcs.h"\ - "..\lib\misc.h"\ - "..\lib\ogl.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Color.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\LightEnv.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\PatchRData.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\Renderer.h"\ - "..\Terrain\SHCoeffs.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\BrushTool.h"\ - ".\EditorData.h"\ - ".\ElevToolsDlgBar.h"\ - ".\InfoBox.h"\ - ".\MainFrm.h"\ - ".\MiniMap.h"\ - ".\ObjectEntry.h"\ - ".\ObjectManager.h"\ - ".\PaintTextureTool.h"\ - ".\StdAfx.h"\ - ".\TexToolsDlgBar.h"\ - ".\TextureEntry.h"\ - ".\Tool.h"\ - ".\UIGlobals.h"\ - ".\UnitPropertiesDlgBar.h"\ - ".\UnitToolsDlgBar.h"\ - {$(INCLUDE)}"GL\glext.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\UnitToolsDlgBar.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Vector3D.h"\ - ".\ElevToolsDlgBar.h"\ - ".\MainFrm.h"\ - ".\ObjectEntry.h"\ - ".\ObjectManager.h"\ - ".\SimpleEdit.h"\ - ".\StdAfx.h"\ - ".\TexToolsDlgBar.h"\ - ".\TextureEntry.h"\ - ".\UnitPropertiesDlgBar.h"\ - ".\UnitToolsDlgBar.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\WebLinkButton.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - ".\ScEd.h"\ - ".\StdAfx.h"\ - ".\WebLinkButton.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\AlterElevationCommand.cpp : \ - "..\lib\res.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Color.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\LightEnv.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\SHCoeffs.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\AlterElevationCommand.h"\ - ".\Array2D.h"\ - ".\Command.h"\ - ".\MiniMap.h"\ - ".\UIGlobals.h"\ - - -.\PaintObjectCommand.cpp : \ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\Command.h"\ - ".\PaintObjectCommand.h"\ - ".\UIGlobals.h"\ - ".\Unit.h"\ - ".\UnitManager.h"\ - - -.\PaintTextureCommand.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\Array2D.h"\ - ".\Command.h"\ - ".\MiniMap.h"\ - ".\PaintTextureCommand.h"\ - ".\TextureEntry.h"\ - ".\UIGlobals.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\RaiseElevationCommand.cpp : \ - "..\lib\res.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\AlterElevationCommand.h"\ - ".\Array2D.h"\ - ".\Command.h"\ - ".\RaiseElevationCommand.h"\ - - -.\SmoothElevationCommand.cpp : \ - "..\lib\res.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\AlterElevationCommand.h"\ - ".\Array2D.h"\ - ".\Command.h"\ - ".\SmoothElevationCommand.h"\ - - -.\BrushTool.cpp : \ - "..\lib\glext_funcs.h"\ - "..\lib\misc.h"\ - "..\lib\ogl.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\BrushTool.h"\ - ".\HFTracer.h"\ - ".\TextureEntry.h"\ - ".\TextureManager.h"\ - ".\Tool.h"\ - ".\UIGlobals.h"\ - {$(INCLUDE)}"GL\glext.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\PaintObjectTool.cpp : \ - "..\lib\glext_funcs.h"\ - "..\lib\misc.h"\ - "..\lib\ogl.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Color.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\PatchRData.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\Renderer.h"\ - "..\Terrain\SHCoeffs.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\BrushTool.h"\ - ".\Command.h"\ - ".\CommandManager.h"\ - ".\ObjectEntry.h"\ - ".\ObjectManager.h"\ - ".\PaintObjectCommand.h"\ - ".\PaintObjectTool.h"\ - ".\Tool.h"\ - {$(INCLUDE)}"GL\glext.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\PaintTextureTool.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - ".\Array2D.h"\ - ".\BrushTool.h"\ - ".\Command.h"\ - ".\CommandManager.h"\ - ".\PaintTextureCommand.h"\ - ".\PaintTextureTool.h"\ - ".\TextureEntry.h"\ - ".\Tool.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\RaiseElevationTool.cpp : \ - "..\lib\res.h"\ - ".\AlterElevationCommand.h"\ - ".\Array2D.h"\ - ".\BrushTool.h"\ - ".\Command.h"\ - ".\CommandManager.h"\ - ".\RaiseElevationCommand.h"\ - ".\RaiseElevationTool.h"\ - ".\Tool.h"\ - - -.\SmoothElevationTool.cpp : \ - "..\lib\res.h"\ - ".\AlterElevationCommand.h"\ - ".\Array2D.h"\ - ".\BrushTool.h"\ - ".\Command.h"\ - ".\CommandManager.h"\ - ".\SmoothElevationCommand.h"\ - ".\SmoothElevationTool.h"\ - ".\Tool.h"\ - - -.\CommandManager.cpp : \ - ".\Command.h"\ - ".\CommandManager.h"\ - - -.\EditorData.cpp : \ - "..\lib\glext_funcs.h"\ - "..\lib\misc.h"\ - "..\lib\ogl.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\lib\tex.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Color.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\LightEnv.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\PatchRData.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\Renderer.h"\ - "..\Terrain\SHCoeffs.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\BrushTool.h"\ - ".\EditorData.h"\ - ".\InfoBox.h"\ - ".\MiniMap.h"\ - ".\ObjectEntry.h"\ - ".\ObjectManager.h"\ - ".\PaintTextureTool.h"\ - ".\TextureEntry.h"\ - ".\TextureManager.h"\ - ".\Tool.h"\ - ".\ToolManager.h"\ - ".\UIGlobals.h"\ - ".\Unit.h"\ - ".\UnitManager.h"\ - {$(INCLUDE)}"GL\glext.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\InfoBox.cpp : \ - "..\lib\glext_funcs.h"\ - "..\lib\misc.h"\ - "..\lib\ogl.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\ps\CStr.h"\ - "..\ps\NPFont.h"\ - "..\ps\NPFontManager.h"\ - "..\ps\Overlay.h"\ - "..\ps\OverlayText.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Color.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\PatchRData.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\Renderer.h"\ - "..\Terrain\SHCoeffs.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Texture.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\InfoBox.h"\ - ".\UIGlobals.h"\ - {$(INCLUDE)}"GL\glext.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\MiniMap.cpp : \ - "..\lib\glext_funcs.h"\ - "..\lib\misc.h"\ - "..\lib\ogl.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\MiniMap.h"\ - ".\TextureEntry.h"\ - ".\TextureManager.h"\ - ".\UIGlobals.h"\ - {$(INCLUDE)}"GL\glext.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\ObjectEntry.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\ps\XercesErrorHandler.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\Model.h"\ - "..\Terrain\ModelDef.h"\ - "..\Terrain\ModelFile.h"\ - "..\Terrain\Texture.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\ObjectEntry.h"\ - ".\ObjectManager.h"\ - ".\UIGlobals.h"\ - ".\Unit.h"\ - ".\UnitManager.h"\ - {$(INCLUDE)}"unistd.h"\ - {$(INCLUDE)}"xercesc\dom\DOM.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMAttr.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMBuilder.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMCDATASection.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMCharacterData.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMComment.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMConfiguration.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMDocument.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMDocumentFragment.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMDocumentRange.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMDocumentTraversal.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMDocumentType.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMElement.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMEntity.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMEntityReference.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMEntityResolver.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMError.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMErrorHandler.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMException.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMImplementation.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMImplementationLS.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMImplementationRegistry.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMImplementationSource.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMInputSource.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMLocator.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMNamedNodeMap.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMNode.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMNodeFilter.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMNodeIterator.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMNodeList.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMNotation.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMProcessingInstruction.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMRange.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMRangeException.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMText.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMTreeWalker.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMTypeInfo.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMUserDataHandler.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMWriter.hpp"\ - {$(INCLUDE)}"xercesc\dom\DOMWriterFilter.hpp"\ - {$(INCLUDE)}"xercesc\framework\LocalFileInputSource.hpp"\ - {$(INCLUDE)}"xercesc\framework\MemoryManager.hpp"\ - {$(INCLUDE)}"xercesc\framework\XMLAttDef.hpp"\ - {$(INCLUDE)}"xercesc\framework\XMLAttDefList.hpp"\ - {$(INCLUDE)}"xercesc\framework\XMLAttr.hpp"\ - {$(INCLUDE)}"xercesc\framework\XMLBuffer.hpp"\ - {$(INCLUDE)}"xercesc\framework\XMLBufferMgr.hpp"\ - {$(INCLUDE)}"xercesc\framework\XMLContentModel.hpp"\ - {$(INCLUDE)}"xercesc\framework\XMLDocumentHandler.hpp"\ - {$(INCLUDE)}"xercesc\framework\XMLElementDecl.hpp"\ - {$(INCLUDE)}"xercesc\framework\XMLEntityDecl.hpp"\ - {$(INCLUDE)}"xercesc\framework\XMLEntityHandler.hpp"\ - {$(INCLUDE)}"xercesc\framework\XMLErrorReporter.hpp"\ - {$(INCLUDE)}"xercesc\framework\XMLFormatter.hpp"\ - {$(INCLUDE)}"xercesc\framework\XMLNotationDecl.hpp"\ - {$(INCLUDE)}"xercesc\parsers\AbstractDOMParser.hpp"\ - {$(INCLUDE)}"xercesc\parsers\XercesDOMParser.hpp"\ - {$(INCLUDE)}"xercesc\sax\ErrorHandler.hpp"\ - {$(INCLUDE)}"xercesc\sax\InputSource.hpp"\ - {$(INCLUDE)}"xercesc\util\ArrayIndexOutOfBoundsException.hpp"\ - {$(INCLUDE)}"xercesc\util\AutoSense.hpp"\ - {$(INCLUDE)}"xercesc\util\BaseRefVectorOf.c"\ - {$(INCLUDE)}"xercesc\util\BaseRefVectorOf.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\BorlandCDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\CodeWarriorDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\CSetDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\DECCXXDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\GCCDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\HPCCDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\IBMVAOS2Defs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\IBMVAW32Defs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\MIPSproDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\MVSCPPDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\OS400SetDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\PTXCCDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\QCCDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\SCOCCDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\SunCCDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\SunKaiDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\TandemCCDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Compilers\VCPPDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\EmptyStackException.hpp"\ - {$(INCLUDE)}"xercesc\util\HashBase.hpp"\ - {$(INCLUDE)}"xercesc\util\HashXMLCh.hpp"\ - {$(INCLUDE)}"xercesc\util\IllegalArgumentException.hpp"\ - {$(INCLUDE)}"xercesc\util\NoSuchElementException.hpp"\ - {$(INCLUDE)}"xercesc\util\NullPointerException.hpp"\ - {$(INCLUDE)}"xercesc\util\PanicHandler.hpp"\ - {$(INCLUDE)}"xercesc\util\Platforms\AIX\AIXDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Platforms\BeOS\BeOSDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Platforms\HPUX\HPUXDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Platforms\Linux\LinuxDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Platforms\MacOS\MacOSDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Platforms\OS2\OS2Defs.hpp"\ - {$(INCLUDE)}"xercesc\util\Platforms\OS390\OS390Defs.hpp"\ - {$(INCLUDE)}"xercesc\util\Platforms\PTX\PTXDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Platforms\Solaris\SolarisDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Platforms\Tandem\TandemDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\Platforms\Win32\Win32Defs.hpp"\ - {$(INCLUDE)}"xercesc\util\PlatformUtils.hpp"\ - {$(INCLUDE)}"xercesc\util\QName.hpp"\ - {$(INCLUDE)}"xercesc\util\RefHashTableOf.c"\ - {$(INCLUDE)}"xercesc\util\RefHashTableOf.hpp"\ - {$(INCLUDE)}"xercesc\util\RefVectorOf.c"\ - {$(INCLUDE)}"xercesc\util\RefVectorOf.hpp"\ - {$(INCLUDE)}"xercesc\util\RuntimeException.hpp"\ - {$(INCLUDE)}"xercesc\util\SecurityManager.hpp"\ - {$(INCLUDE)}"xercesc\util\ValueStackOf.c"\ - {$(INCLUDE)}"xercesc\util\ValueStackOf.hpp"\ - {$(INCLUDE)}"xercesc\util\ValueVectorOf.c"\ - {$(INCLUDE)}"xercesc\util\ValueVectorOf.hpp"\ - {$(INCLUDE)}"xercesc\util\XercesDefs.hpp"\ - {$(INCLUDE)}"xercesc\util\XercesVersion.hpp"\ - {$(INCLUDE)}"xercesc\util\XMemory.hpp"\ - {$(INCLUDE)}"xercesc\util\XMLEnumerator.hpp"\ - {$(INCLUDE)}"xercesc\util\XMLException.hpp"\ - {$(INCLUDE)}"xercesc\util\XMLExceptMsgs.hpp"\ - {$(INCLUDE)}"xercesc\util\XMLString.hpp"\ - {$(INCLUDE)}"xercesc\util\XMLUni.hpp"\ - {$(INCLUDE)}"xercesc\util\XMLUniDefs.hpp"\ - {$(INCLUDE)}"xercesc\validators\DTD\DocTypeHandler.hpp"\ - {$(INCLUDE)}"xercesc\validators\DTD\DTDAttDef.hpp"\ - {$(INCLUDE)}"xercesc\validators\DTD\DTDElementDecl.hpp"\ - {$(INCLUDE)}"xercesc\validators\DTD\DTDEntityDecl.hpp"\ - - -.\ObjectManager.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Vector3D.h"\ - ".\ObjectEntry.h"\ - ".\ObjectManager.h"\ - ".\StdAfx.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\SMDConverter.cpp : \ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\ModelDef.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\SMDConverter.h"\ - - -.\TextureManager.cpp : \ - "..\lib\glext_funcs.h"\ - "..\lib\misc.h"\ - "..\lib\ogl.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\lib\res.h"\ - "..\lib\tex.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - ".\TextureEntry.h"\ - ".\TextureManager.h"\ - {$(INCLUDE)}"GL\glext.h"\ - {$(INCLUDE)}"unistd.h"\ - - -.\ToolManager.cpp : \ - ".\Tool.h"\ - ".\ToolManager.h"\ - - -.\UnitManager.cpp : \ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\Unit.h"\ - ".\UnitManager.h"\ - - -.\HFTracer.cpp : \ - "..\lib\res.h"\ - "..\Terrain\Bound.h"\ - "..\Terrain\Camera.h"\ - "..\Terrain\Frustum.h"\ - "..\Terrain\MathUtil.h"\ - "..\Terrain\Matrix3D.h"\ - "..\Terrain\MiniPatch.h"\ - "..\Terrain\Patch.h"\ - "..\Terrain\Plane.h"\ - "..\Terrain\RenderableObject.h"\ - "..\Terrain\Terrain.h"\ - "..\Terrain\TerrGlobals.h"\ - "..\Terrain\Triangle.h"\ - "..\Terrain\Vector3D.h"\ - "..\Terrain\Vector4D.h"\ - ".\HFTracer.h"\ - - -.\StdAfx.cpp : \ - "..\lib\misc.h"\ - "..\lib\posix.h"\ - "..\lib\posix\aio.h"\ - "..\ps\CStr.h"\ - "..\ps\Prometheus.h"\ - ".\StdAfx.h"\ - {$(INCLUDE)}"unistd.h"\ - +# Microsoft Developer Studio Generated Dependency File, included by ScEd.mak + +.\ColorButton.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + ".\ColorButton.h"\ + ".\ScEd.h"\ + ".\StdAfx.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\DirectionButton.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\MathUtil.h"\ + ".\DirectionButton.h"\ + ".\ScEd.h"\ + ".\StdAfx.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\ElevationButton.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\MathUtil.h"\ + ".\ElevationButton.h"\ + ".\ScEd.h"\ + ".\StdAfx.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\ElevToolsDlgBar.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + ".\BrushTool.h"\ + ".\ElevToolsDlgBar.h"\ + ".\RaiseElevationTool.h"\ + ".\SmoothElevationTool.h"\ + ".\StdAfx.h"\ + ".\Tool.h"\ + ".\ToolManager.h"\ + ".\UIGlobals.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\ImageListCtrl.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + ".\ImageListCtrl.h"\ + ".\ScEd.h"\ + ".\StdAfx.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\LightSettingsDlg.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Color.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\LightEnv.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\ColorButton.h"\ + ".\DirectionButton.h"\ + ".\ElevationButton.h"\ + ".\LightSettingsDlg.h"\ + ".\ScEd.h"\ + ".\StdAfx.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\MainFrm.cpp : \ + "..\lib\glext_funcs.h"\ + "..\lib\mem.h"\ + "..\lib\misc.h"\ + "..\lib\ogl.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\lib\tex.h"\ + "..\lib\vfs.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Color.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\LightEnv.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\ModelDef.h"\ + "..\Terrain\ModelFile.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\PatchRData.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\Renderer.h"\ + "..\Terrain\SHCoeffs.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\BrushTool.h"\ + ".\ColorButton.h"\ + ".\CommandManager.h"\ + ".\DirectionButton.h"\ + ".\EditorData.h"\ + ".\ElevationButton.h"\ + ".\ElevToolsDlgBar.h"\ + ".\InfoBox.h"\ + ".\LightSettingsDlg.h"\ + ".\MainFrm.h"\ + ".\MapSizeDlg.h"\ + ".\MiniMap.h"\ + ".\ObjectEntry.h"\ + ".\OptionsDlg.h"\ + ".\PaintObjectTool.h"\ + ".\PaintTextureTool.h"\ + ".\RaiseElevationTool.h"\ + ".\ScEd.h"\ + ".\ScEdView.h"\ + ".\SMDConverter.h"\ + ".\StdAfx.h"\ + ".\TexToolsDlgBar.h"\ + ".\TextureEntry.h"\ + ".\Tool.h"\ + ".\ToolManager.h"\ + ".\UIGlobals.h"\ + ".\UnitPropertiesDlgBar.h"\ + ".\UnitToolsDlgBar.h"\ + {$(INCLUDE)}"GL\glext.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\MapSizeDlg.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + ".\MapSizeDlg.h"\ + ".\ScEd.h"\ + ".\StdAfx.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\OptionsDlg.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + ".\OptionsDlg.h"\ + ".\ScEd.h"\ + ".\StdAfx.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\ScEd.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Vector3D.h"\ + ".\ElevToolsDlgBar.h"\ + ".\MainFrm.h"\ + ".\ObjectEntry.h"\ + ".\ScEd.h"\ + ".\ScEdDoc.h"\ + ".\ScEdView.h"\ + ".\StdAfx.h"\ + ".\TexToolsDlgBar.h"\ + ".\TextureEntry.h"\ + ".\UIGlobals.h"\ + ".\UnitPropertiesDlgBar.h"\ + ".\UnitToolsDlgBar.h"\ + ".\WebLinkButton.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\ScEd.rc : \ + ".\res\0ad_logo.bmp"\ + ".\res\ico00001.ico"\ + ".\res\ico00002.ico"\ + ".\res\icon1.ico"\ + ".\res\ScEd.ico"\ + ".\res\ScEd.rc2"\ + ".\res\ScEdDoc.ico"\ + ".\res\Toolbar.bmp"\ + + +.\ScEdDoc.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + ".\ScEd.h"\ + ".\ScEdDoc.h"\ + ".\StdAfx.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\ScEdView.cpp : \ + "..\lib\glext_funcs.h"\ + "..\lib\misc.h"\ + "..\lib\ogl.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\lib\vfs.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Color.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\LightEnv.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\PatchRData.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\Renderer.h"\ + "..\Terrain\SHCoeffs.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\BrushTool.h"\ + ".\EditorData.h"\ + ".\InfoBox.h"\ + ".\MiniMap.h"\ + ".\PaintTextureTool.h"\ + ".\ScEd.h"\ + ".\ScEdDoc.h"\ + ".\ScEdView.h"\ + ".\StdAfx.h"\ + ".\Tool.h"\ + ".\ToolManager.h"\ + {$(INCLUDE)}"GL\glext.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\SimpleEdit.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + ".\ScEd.h"\ + ".\SimpleEdit.h"\ + ".\StdAfx.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\TexToolsDlgBar.cpp : \ + "..\lib\glext_funcs.h"\ + "..\lib\misc.h"\ + "..\lib\ogl.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\lib\tex.h"\ + "..\lib\vfs.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + ".\BrushTool.h"\ + ".\PaintTextureTool.h"\ + ".\StdAfx.h"\ + ".\TexToolsDlgBar.h"\ + ".\TextureEntry.h"\ + ".\TextureManager.h"\ + ".\Tool.h"\ + {$(INCLUDE)}"GL\glext.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\UIGlobals.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Vector3D.h"\ + ".\ElevToolsDlgBar.h"\ + ".\MainFrm.h"\ + ".\ObjectEntry.h"\ + ".\ScEdView.h"\ + ".\StdAfx.h"\ + ".\TexToolsDlgBar.h"\ + ".\TextureEntry.h"\ + ".\UIGlobals.h"\ + ".\UnitPropertiesDlgBar.h"\ + ".\UnitToolsDlgBar.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\UnitPropertiesDlgBar.cpp : \ + "..\lib\glext_funcs.h"\ + "..\lib\misc.h"\ + "..\lib\ogl.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Color.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\LightEnv.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\PatchRData.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\Renderer.h"\ + "..\Terrain\SHCoeffs.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\BrushTool.h"\ + ".\EditorData.h"\ + ".\ElevToolsDlgBar.h"\ + ".\InfoBox.h"\ + ".\MainFrm.h"\ + ".\MiniMap.h"\ + ".\ObjectEntry.h"\ + ".\ObjectManager.h"\ + ".\PaintTextureTool.h"\ + ".\StdAfx.h"\ + ".\TexToolsDlgBar.h"\ + ".\TextureEntry.h"\ + ".\Tool.h"\ + ".\UIGlobals.h"\ + ".\UnitPropertiesDlgBar.h"\ + ".\UnitToolsDlgBar.h"\ + {$(INCLUDE)}"GL\glext.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\UnitToolsDlgBar.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Vector3D.h"\ + ".\ElevToolsDlgBar.h"\ + ".\MainFrm.h"\ + ".\ObjectEntry.h"\ + ".\ObjectManager.h"\ + ".\SimpleEdit.h"\ + ".\StdAfx.h"\ + ".\TexToolsDlgBar.h"\ + ".\TextureEntry.h"\ + ".\UnitPropertiesDlgBar.h"\ + ".\UnitToolsDlgBar.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\WebLinkButton.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + ".\ScEd.h"\ + ".\StdAfx.h"\ + ".\WebLinkButton.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\AlterElevationCommand.cpp : \ + "..\lib\res.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Color.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\LightEnv.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\SHCoeffs.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\AlterElevationCommand.h"\ + ".\Array2D.h"\ + ".\Command.h"\ + ".\MiniMap.h"\ + ".\UIGlobals.h"\ + + +.\PaintObjectCommand.cpp : \ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\Command.h"\ + ".\PaintObjectCommand.h"\ + ".\UIGlobals.h"\ + ".\Unit.h"\ + ".\UnitManager.h"\ + + +.\PaintTextureCommand.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\Array2D.h"\ + ".\Command.h"\ + ".\MiniMap.h"\ + ".\PaintTextureCommand.h"\ + ".\TextureEntry.h"\ + ".\UIGlobals.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\RaiseElevationCommand.cpp : \ + "..\lib\res.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\AlterElevationCommand.h"\ + ".\Array2D.h"\ + ".\Command.h"\ + ".\RaiseElevationCommand.h"\ + + +.\SmoothElevationCommand.cpp : \ + "..\lib\res.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\AlterElevationCommand.h"\ + ".\Array2D.h"\ + ".\Command.h"\ + ".\SmoothElevationCommand.h"\ + + +.\BrushTool.cpp : \ + "..\lib\glext_funcs.h"\ + "..\lib\misc.h"\ + "..\lib\ogl.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\BrushTool.h"\ + ".\HFTracer.h"\ + ".\TextureEntry.h"\ + ".\TextureManager.h"\ + ".\Tool.h"\ + ".\UIGlobals.h"\ + {$(INCLUDE)}"GL\glext.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\PaintObjectTool.cpp : \ + "..\lib\glext_funcs.h"\ + "..\lib\misc.h"\ + "..\lib\ogl.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Color.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\PatchRData.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\Renderer.h"\ + "..\Terrain\SHCoeffs.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\BrushTool.h"\ + ".\Command.h"\ + ".\CommandManager.h"\ + ".\ObjectEntry.h"\ + ".\ObjectManager.h"\ + ".\PaintObjectCommand.h"\ + ".\PaintObjectTool.h"\ + ".\Tool.h"\ + {$(INCLUDE)}"GL\glext.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\PaintTextureTool.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + ".\Array2D.h"\ + ".\BrushTool.h"\ + ".\Command.h"\ + ".\CommandManager.h"\ + ".\PaintTextureCommand.h"\ + ".\PaintTextureTool.h"\ + ".\TextureEntry.h"\ + ".\Tool.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\RaiseElevationTool.cpp : \ + "..\lib\res.h"\ + ".\AlterElevationCommand.h"\ + ".\Array2D.h"\ + ".\BrushTool.h"\ + ".\Command.h"\ + ".\CommandManager.h"\ + ".\RaiseElevationCommand.h"\ + ".\RaiseElevationTool.h"\ + ".\Tool.h"\ + + +.\SmoothElevationTool.cpp : \ + "..\lib\res.h"\ + ".\AlterElevationCommand.h"\ + ".\Array2D.h"\ + ".\BrushTool.h"\ + ".\Command.h"\ + ".\CommandManager.h"\ + ".\SmoothElevationCommand.h"\ + ".\SmoothElevationTool.h"\ + ".\Tool.h"\ + + +.\CommandManager.cpp : \ + ".\Command.h"\ + ".\CommandManager.h"\ + + +.\EditorData.cpp : \ + "..\lib\glext_funcs.h"\ + "..\lib\misc.h"\ + "..\lib\ogl.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\lib\tex.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Color.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\LightEnv.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\PatchRData.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\Renderer.h"\ + "..\Terrain\SHCoeffs.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\BrushTool.h"\ + ".\EditorData.h"\ + ".\InfoBox.h"\ + ".\MiniMap.h"\ + ".\ObjectEntry.h"\ + ".\ObjectManager.h"\ + ".\PaintTextureTool.h"\ + ".\TextureEntry.h"\ + ".\TextureManager.h"\ + ".\Tool.h"\ + ".\ToolManager.h"\ + ".\UIGlobals.h"\ + ".\Unit.h"\ + ".\UnitManager.h"\ + {$(INCLUDE)}"GL\glext.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\InfoBox.cpp : \ + "..\lib\glext_funcs.h"\ + "..\lib\misc.h"\ + "..\lib\ogl.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\ps\CStr.h"\ + "..\ps\NPFont.h"\ + "..\ps\NPFontManager.h"\ + "..\ps\Overlay.h"\ + "..\ps\OverlayText.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Color.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\PatchRData.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\Renderer.h"\ + "..\Terrain\SHCoeffs.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Texture.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\InfoBox.h"\ + ".\UIGlobals.h"\ + {$(INCLUDE)}"GL\glext.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\MiniMap.cpp : \ + "..\lib\glext_funcs.h"\ + "..\lib\misc.h"\ + "..\lib\ogl.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\MiniMap.h"\ + ".\TextureEntry.h"\ + ".\TextureManager.h"\ + ".\UIGlobals.h"\ + {$(INCLUDE)}"GL\glext.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\ObjectEntry.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\ps\XercesErrorHandler.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\Model.h"\ + "..\Terrain\ModelDef.h"\ + "..\Terrain\ModelFile.h"\ + "..\Terrain\Texture.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\ObjectEntry.h"\ + ".\ObjectManager.h"\ + ".\UIGlobals.h"\ + ".\Unit.h"\ + ".\UnitManager.h"\ + {$(INCLUDE)}"unistd.h"\ + {$(INCLUDE)}"xercesc\dom\DOM.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMAttr.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMBuilder.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMCDATASection.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMCharacterData.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMComment.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMConfiguration.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMDocument.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMDocumentFragment.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMDocumentRange.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMDocumentTraversal.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMDocumentType.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMElement.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMEntity.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMEntityReference.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMEntityResolver.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMError.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMErrorHandler.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMException.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMImplementation.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMImplementationLS.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMImplementationRegistry.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMImplementationSource.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMInputSource.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMLocator.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMNamedNodeMap.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMNode.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMNodeFilter.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMNodeIterator.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMNodeList.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMNotation.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMProcessingInstruction.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMRange.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMRangeException.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMText.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMTreeWalker.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMTypeInfo.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMUserDataHandler.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMWriter.hpp"\ + {$(INCLUDE)}"xercesc\dom\DOMWriterFilter.hpp"\ + {$(INCLUDE)}"xercesc\framework\LocalFileInputSource.hpp"\ + {$(INCLUDE)}"xercesc\framework\MemoryManager.hpp"\ + {$(INCLUDE)}"xercesc\framework\XMLAttDef.hpp"\ + {$(INCLUDE)}"xercesc\framework\XMLAttDefList.hpp"\ + {$(INCLUDE)}"xercesc\framework\XMLAttr.hpp"\ + {$(INCLUDE)}"xercesc\framework\XMLBuffer.hpp"\ + {$(INCLUDE)}"xercesc\framework\XMLBufferMgr.hpp"\ + {$(INCLUDE)}"xercesc\framework\XMLContentModel.hpp"\ + {$(INCLUDE)}"xercesc\framework\XMLDocumentHandler.hpp"\ + {$(INCLUDE)}"xercesc\framework\XMLElementDecl.hpp"\ + {$(INCLUDE)}"xercesc\framework\XMLEntityDecl.hpp"\ + {$(INCLUDE)}"xercesc\framework\XMLEntityHandler.hpp"\ + {$(INCLUDE)}"xercesc\framework\XMLErrorReporter.hpp"\ + {$(INCLUDE)}"xercesc\framework\XMLFormatter.hpp"\ + {$(INCLUDE)}"xercesc\framework\XMLNotationDecl.hpp"\ + {$(INCLUDE)}"xercesc\parsers\AbstractDOMParser.hpp"\ + {$(INCLUDE)}"xercesc\parsers\XercesDOMParser.hpp"\ + {$(INCLUDE)}"xercesc\sax\ErrorHandler.hpp"\ + {$(INCLUDE)}"xercesc\sax\InputSource.hpp"\ + {$(INCLUDE)}"xercesc\util\ArrayIndexOutOfBoundsException.hpp"\ + {$(INCLUDE)}"xercesc\util\AutoSense.hpp"\ + {$(INCLUDE)}"xercesc\util\BaseRefVectorOf.c"\ + {$(INCLUDE)}"xercesc\util\BaseRefVectorOf.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\BorlandCDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\CodeWarriorDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\CSetDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\DECCXXDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\GCCDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\HPCCDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\IBMVAOS2Defs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\IBMVAW32Defs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\MIPSproDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\MVSCPPDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\OS400SetDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\PTXCCDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\QCCDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\SCOCCDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\SunCCDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\SunKaiDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\TandemCCDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Compilers\VCPPDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\EmptyStackException.hpp"\ + {$(INCLUDE)}"xercesc\util\HashBase.hpp"\ + {$(INCLUDE)}"xercesc\util\HashXMLCh.hpp"\ + {$(INCLUDE)}"xercesc\util\IllegalArgumentException.hpp"\ + {$(INCLUDE)}"xercesc\util\NoSuchElementException.hpp"\ + {$(INCLUDE)}"xercesc\util\NullPointerException.hpp"\ + {$(INCLUDE)}"xercesc\util\PanicHandler.hpp"\ + {$(INCLUDE)}"xercesc\util\Platforms\AIX\AIXDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Platforms\BeOS\BeOSDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Platforms\HPUX\HPUXDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Platforms\Linux\LinuxDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Platforms\MacOS\MacOSDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Platforms\OS2\OS2Defs.hpp"\ + {$(INCLUDE)}"xercesc\util\Platforms\OS390\OS390Defs.hpp"\ + {$(INCLUDE)}"xercesc\util\Platforms\PTX\PTXDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Platforms\Solaris\SolarisDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Platforms\Tandem\TandemDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\Platforms\Win32\Win32Defs.hpp"\ + {$(INCLUDE)}"xercesc\util\PlatformUtils.hpp"\ + {$(INCLUDE)}"xercesc\util\QName.hpp"\ + {$(INCLUDE)}"xercesc\util\RefHashTableOf.c"\ + {$(INCLUDE)}"xercesc\util\RefHashTableOf.hpp"\ + {$(INCLUDE)}"xercesc\util\RefVectorOf.c"\ + {$(INCLUDE)}"xercesc\util\RefVectorOf.hpp"\ + {$(INCLUDE)}"xercesc\util\RuntimeException.hpp"\ + {$(INCLUDE)}"xercesc\util\SecurityManager.hpp"\ + {$(INCLUDE)}"xercesc\util\ValueStackOf.c"\ + {$(INCLUDE)}"xercesc\util\ValueStackOf.hpp"\ + {$(INCLUDE)}"xercesc\util\ValueVectorOf.c"\ + {$(INCLUDE)}"xercesc\util\ValueVectorOf.hpp"\ + {$(INCLUDE)}"xercesc\util\XercesDefs.hpp"\ + {$(INCLUDE)}"xercesc\util\XercesVersion.hpp"\ + {$(INCLUDE)}"xercesc\util\XMemory.hpp"\ + {$(INCLUDE)}"xercesc\util\XMLEnumerator.hpp"\ + {$(INCLUDE)}"xercesc\util\XMLException.hpp"\ + {$(INCLUDE)}"xercesc\util\XMLExceptMsgs.hpp"\ + {$(INCLUDE)}"xercesc\util\XMLString.hpp"\ + {$(INCLUDE)}"xercesc\util\XMLUni.hpp"\ + {$(INCLUDE)}"xercesc\util\XMLUniDefs.hpp"\ + {$(INCLUDE)}"xercesc\validators\DTD\DocTypeHandler.hpp"\ + {$(INCLUDE)}"xercesc\validators\DTD\DTDAttDef.hpp"\ + {$(INCLUDE)}"xercesc\validators\DTD\DTDElementDecl.hpp"\ + {$(INCLUDE)}"xercesc\validators\DTD\DTDEntityDecl.hpp"\ + + +.\ObjectManager.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Vector3D.h"\ + ".\ObjectEntry.h"\ + ".\ObjectManager.h"\ + ".\StdAfx.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\SMDConverter.cpp : \ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\ModelDef.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\SMDConverter.h"\ + + +.\TextureManager.cpp : \ + "..\lib\glext_funcs.h"\ + "..\lib\misc.h"\ + "..\lib\ogl.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\lib\res.h"\ + "..\lib\tex.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + ".\TextureEntry.h"\ + ".\TextureManager.h"\ + {$(INCLUDE)}"GL\glext.h"\ + {$(INCLUDE)}"unistd.h"\ + + +.\ToolManager.cpp : \ + ".\Tool.h"\ + ".\ToolManager.h"\ + + +.\UnitManager.cpp : \ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\Unit.h"\ + ".\UnitManager.h"\ + + +.\HFTracer.cpp : \ + "..\lib\res.h"\ + "..\Terrain\Bound.h"\ + "..\Terrain\Camera.h"\ + "..\Terrain\Frustum.h"\ + "..\Terrain\MathUtil.h"\ + "..\Terrain\Matrix3D.h"\ + "..\Terrain\MiniPatch.h"\ + "..\Terrain\Patch.h"\ + "..\Terrain\Plane.h"\ + "..\Terrain\RenderableObject.h"\ + "..\Terrain\Terrain.h"\ + "..\Terrain\TerrGlobals.h"\ + "..\Terrain\Triangle.h"\ + "..\Terrain\Vector3D.h"\ + "..\Terrain\Vector4D.h"\ + ".\HFTracer.h"\ + + +.\StdAfx.cpp : \ + "..\lib\misc.h"\ + "..\lib\posix.h"\ + "..\lib\posix\aio.h"\ + "..\ps\CStr.h"\ + "..\ps\Prometheus.h"\ + ".\StdAfx.h"\ + {$(INCLUDE)}"unistd.h"\ + diff --git a/source/sced/ScEd.dsp b/source/sced/ScEd.dsp index c32a851cfd..07128a9620 100755 --- a/source/sced/ScEd.dsp +++ b/source/sced/ScEd.dsp @@ -1,1427 +1,1427 @@ -# Microsoft Developer Studio Project File - Name="ScEd" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Application" 0x0101 - -CFG=ScEd - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "ScEd.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ScEd.mak" CFG="ScEd - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ScEd - Win32 Release" (based on "Win32 (x86) Application") -!MESSAGE "ScEd - Win32 Debug" (based on "Win32 (x86) Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "ScEd - Win32 Release" - -# PROP BASE Use_MFC 6 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 5 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c -# ADD CPP /nologo /G6 /MT /W3 /GR- /GX /Zi /O2 /Ob2 /I "..\\" /I "..\lib" /I "..\ps" /I "..\simulation" /I "..\maths" /I "..\graphics" /I "..\renderer" /I ".\\" /I ".\ui" /D "NDEBUG" /D "_MBCS" /D "_WINDOWS" /D "WIN32" /D "_NO_WINMAIN_" /D "_WGL_H_INCLUDED" /FD /c -# SUBTRACT CPP /YX /Yc /Yu -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 -# ADD LINK32 nafxcw.lib opengl32.lib glu32.lib ws2_32.lib version.lib xerces-c_2.lib /nologo /entry:"entry" /subsystem:windows /map /debug /machine:I386 /out:"D:\0ad\binaries\system\ScEd.exe" /libpath:"..\libs" /fixed:no -# SUBTRACT LINK32 /pdb:none - -!ELSEIF "$(CFG)" == "ScEd - Win32 Debug" - -# PROP BASE Use_MFC 6 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 5 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c -# ADD CPP /nologo /G5 /MTd /W3 /Gm /Gi /GX /Zi /Od /I "..\\" /I "..\lib" /I "..\ps" /I "..\simulation" /I "..\maths" /I "..\graphics" /I "..\renderer" /I ".\\" /I ".\ui" /D "_DEBUG" /D "_MBCS" /D "_WINDOWS" /D "WIN32" /D "_NO_WINMAIN_" /D "_WGL_H_INCLUDED" /FD /GZ /c -# SUBTRACT CPP /YX /Yc /Yu -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept -# ADD LINK32 nafxcwd.lib opengl32.lib glu32.lib ws2_32.lib version.lib xerces-c_2D.lib /nologo /entry:"entry" /subsystem:windows /incremental:no /map /debug /machine:I386 /out:"D:\0ad\binaries\system\ScEd_d.exe" /libpath:"..\libs" /fixed:no -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "ScEd - Win32 Release" -# Name "ScEd - Win32 Debug" -# Begin Group "lib" - -# PROP Default_Filter "" -# Begin Group "res" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\lib\res\file.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\res\file.h -# End Source File -# Begin Source File - -SOURCE=..\lib\res\font.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\res\font.h -# End Source File -# Begin Source File - -SOURCE=..\lib\res\h_mgr.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\res\h_mgr.h -# End Source File -# Begin Source File - -SOURCE=..\lib\res\mem.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\res\mem.h -# End Source File -# Begin Source File - -SOURCE=..\lib\res\res.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\res\res.h -# End Source File -# Begin Source File - -SOURCE=..\lib\res\tex.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\res\tex.h -# End Source File -# Begin Source File - -SOURCE=..\lib\res\vfs.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\res\vfs.h -# End Source File -# Begin Source File - -SOURCE=..\lib\res\zip.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\res\zip.h -# End Source File -# End Group -# Begin Group "sysdep" - -# PROP Default_Filter "" -# Begin Group "win" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\lib\sysdep\win\waio.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\waio.h -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\wdetect.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\wfam.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\wfam.h -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\wgl.h -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\win.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\win.h -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\win_internal.h -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\wposix.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\wposix.h -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\wsdl.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\wsdl.h -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\wsock.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\wsock.h -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\wtime.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\win\wtime.h -# End Source File -# End Group -# Begin Source File - -SOURCE=..\lib\sysdep\ia32.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\ia32.h -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\sysdep.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\sysdep.h -# End Source File -# Begin Source File - -SOURCE=..\lib\sysdep\x.cpp -# End Source File -# End Group -# Begin Source File - -SOURCE=..\lib\adts.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\adts.h -# End Source File -# Begin Source File - -SOURCE=..\lib\config.h -# End Source File -# Begin Source File - -SOURCE=..\lib\detect.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\detect.h -# End Source File -# Begin Source File - -SOURCE=..\lib\glext_funcs.h -# End Source File -# Begin Source File - -SOURCE=..\lib\lib.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\lib.h -# End Source File -# Begin Source File - -SOURCE=..\lib\memcpy.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\ogl.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\ogl.h -# End Source File -# Begin Source File - -SOURCE=..\lib\posix.h -# End Source File -# Begin Source File - -SOURCE=..\lib\precompiled.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\precompiled.h -# End Source File -# Begin Source File - -SOURCE=..\lib\sdl.h -# End Source File -# Begin Source File - -SOURCE=..\lib\SDL_keysym.h -# End Source File -# Begin Source File - -SOURCE=..\lib\SDL_vkeys.h -# End Source File -# Begin Source File - -SOURCE=..\lib\timer.cpp -# End Source File -# Begin Source File - -SOURCE=..\lib\timer.h -# End Source File -# Begin Source File - -SOURCE=..\lib\types.h -# End Source File -# End Group -# Begin Group "simulation" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\simulation\BaseEntity.cpp -# End Source File -# Begin Source File - -SOURCE=..\simulation\BaseEntity.h -# End Source File -# Begin Source File - -SOURCE=..\simulation\BaseEntityCollection.cpp -# End Source File -# Begin Source File - -SOURCE=..\simulation\BaseEntityCollection.h -# End Source File -# Begin Source File - -SOURCE=..\simulation\BoundingObjects.cpp -# End Source File -# Begin Source File - -SOURCE=..\simulation\BoundingObjects.h -# End Source File -# Begin Source File - -SOURCE=..\simulation\Collision.cpp -# End Source File -# Begin Source File - -SOURCE=..\simulation\Collision.h -# End Source File -# Begin Source File - -SOURCE=..\simulation\Entity.cpp -# End Source File -# Begin Source File - -SOURCE=..\simulation\Entity.h -# End Source File -# Begin Source File - -SOURCE=..\simulation\EntityHandles.cpp -# End Source File -# Begin Source File - -SOURCE=..\simulation\EntityHandles.h -# End Source File -# Begin Source File - -SOURCE=..\simulation\EntityManager.cpp -# End Source File -# Begin Source File - -SOURCE=..\simulation\EntityManager.h -# End Source File -# Begin Source File - -SOURCE=..\simulation\EntityMessage.h -# End Source File -# Begin Source File - -SOURCE=..\simulation\EntityOrders.h -# End Source File -# Begin Source File - -SOURCE=..\simulation\EntityProperties.cpp -# End Source File -# Begin Source File - -SOURCE=..\simulation\EntityProperties.h -# End Source File -# Begin Source File - -SOURCE=..\simulation\EntityStateProcessing.cpp -# End Source File -# Begin Source File - -SOURCE=..\simulation\PathfindEngine.cpp -# End Source File -# Begin Source File - -SOURCE=..\simulation\PathfindEngine.h -# End Source File -# Begin Source File - -SOURCE=..\simulation\PathfindSparse.cpp -# End Source File -# Begin Source File - -SOURCE=..\simulation\PathfindSparse.h -# End Source File -# End Group -# Begin Group "graphics" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\graphics\Camera.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\Camera.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\Color.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\Frustum.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\Frustum.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\HFTracer.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\HFTracer.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\LightEnv.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\MapIO.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\MapReader.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\MapReader.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\MapWriter.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\MapWriter.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\MiniPatch.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\MiniPatch.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\Model.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\Model.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\ModelDef.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\ModelDef.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\ObjectEntry.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\ObjectEntry.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\ObjectManager.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\ObjectManager.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\Particle.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\Particle.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\ParticleEmitter.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\ParticleEmitter.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\Patch.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\Patch.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\RenderableObject.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\SkeletonAnim.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\SkeletonAnimDef.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\SkeletonAnimDef.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\SkeletonAnimManager.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\SkeletonAnimManager.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\Sprite.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\Sprite.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\Terrain.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\Terrain.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\Texture.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\TextureEntry.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\TextureEntry.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\TextureManager.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\TextureManager.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\Unit.h -# End Source File -# Begin Source File - -SOURCE=..\graphics\UnitManager.cpp -# End Source File -# Begin Source File - -SOURCE=..\graphics\UnitManager.h -# End Source File -# End Group -# Begin Group "maths" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\maths\Bound.cpp -# End Source File -# Begin Source File - -SOURCE=..\maths\Bound.h -# End Source File -# Begin Source File - -SOURCE=..\maths\MathUtil.cpp -# End Source File -# Begin Source File - -SOURCE=..\maths\MathUtil.h -# End Source File -# Begin Source File - -SOURCE=..\maths\Matrix3D.cpp -# End Source File -# Begin Source File - -SOURCE=..\maths\Matrix3D.h -# End Source File -# Begin Source File - -SOURCE=..\maths\Plane.cpp -# End Source File -# Begin Source File - -SOURCE=..\maths\Plane.h -# End Source File -# Begin Source File - -SOURCE=..\maths\Quaternion.cpp -# End Source File -# Begin Source File - -SOURCE=..\maths\Quaternion.h -# End Source File -# Begin Source File - -SOURCE=..\maths\Vector3D.cpp -# End Source File -# Begin Source File - -SOURCE=..\maths\Vector3D.h -# End Source File -# Begin Source File - -SOURCE=..\maths\Vector4D.h -# End Source File -# End Group -# Begin Group "renderer" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\renderer\AlphaMapCalculator.cpp -# End Source File -# Begin Source File - -SOURCE=..\renderer\AlphaMapCalculator.h -# End Source File -# Begin Source File - -SOURCE=..\renderer\BlendShapes.h -# End Source File -# Begin Source File - -SOURCE=..\renderer\ModelRData.cpp -# End Source File -# Begin Source File - -SOURCE=..\renderer\ModelRData.h -# End Source File -# Begin Source File - -SOURCE=..\renderer\PatchRData.cpp -# End Source File -# Begin Source File - -SOURCE=..\renderer\PatchRData.h -# End Source File -# Begin Source File - -SOURCE=..\renderer\Renderer.cpp -# End Source File -# Begin Source File - -SOURCE=..\renderer\Renderer.h -# End Source File -# Begin Source File - -SOURCE=..\renderer\SHCoeffs.cpp -# End Source File -# Begin Source File - -SOURCE=..\renderer\SHCoeffs.h -# End Source File -# Begin Source File - -SOURCE=..\renderer\TransparencyRenderer.cpp -# End Source File -# Begin Source File - -SOURCE=..\renderer\TransparencyRenderer.h -# End Source File -# Begin Source File - -SOURCE=..\renderer\VertexBuffer.cpp -# End Source File -# Begin Source File - -SOURCE=..\renderer\VertexBuffer.h -# End Source File -# Begin Source File - -SOURCE=..\renderer\VertexBufferManager.cpp -# End Source File -# Begin Source File - -SOURCE=..\renderer\VertexBufferManager.h -# End Source File -# End Group -# Begin Group "sced" - -# PROP Default_Filter "" -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# Begin Source File - -SOURCE=.\res\0ad_logo.bmp -# End Source File -# Begin Source File - -SOURCE=.\res\addunit.bmp -# End Source File -# Begin Source File - -SOURCE=.\res\bitmap_s.bmp -# End Source File -# Begin Source File - -SOURCE=.\res\bmp00001.bmp -# End Source File -# Begin Source File - -SOURCE=.\res\cursor\camera_dolly.cur -# End Source File -# Begin Source File - -SOURCE=.\res\cursor\camera_pan.cur -# End Source File -# Begin Source File - -SOURCE=.\res\cursor\camera_zoom.cur -# End Source File -# Begin Source File - -SOURCE=.\res\elevationtools.bmp -# End Source File -# Begin Source File - -SOURCE=.\res\ico00001.ico -# End Source File -# Begin Source File - -SOURCE=.\res\ico00002.ico -# End Source File -# Begin Source File - -SOURCE=.\res\icon1.ico -# End Source File -# Begin Source File - -SOURCE=.\res\modeltools.bmp -# End Source File -# Begin Source File - -SOURCE=.\res\ScEd.ico -# End Source File -# Begin Source File - -SOURCE=.\ui\res\ScEd.ico -# End Source File -# Begin Source File - -SOURCE=.\res\ScEd.rc2 -# End Source File -# Begin Source File - -SOURCE=.\res\ScEdDoc.ico -# End Source File -# Begin Source File - -SOURCE=.\ui\res\ScEdDoc.ico -# End Source File -# Begin Source File - -SOURCE=.\res\select.bmp -# End Source File -# Begin Source File - -SOURCE=.\res\selectunit.bmp -# End Source File -# Begin Source File - -SOURCE=.\res\terraintools.bmp -# End Source File -# Begin Source File - -SOURCE=.\res\Toolbar.bmp -# End Source File -# End Group -# Begin Group "UI" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\ui\BrushShapeEditorDlgBar.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\BrushShapeEditorDlgBar.h -# End Source File -# Begin Source File - -SOURCE=.\ui\ColorButton.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\ColorButton.h -# End Source File -# Begin Source File - -SOURCE=.\ui\DirectionButton.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\DirectionButton.h -# End Source File -# Begin Source File - -SOURCE=.\ui\ElevationButton.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\ElevationButton.h -# End Source File -# Begin Source File - -SOURCE=.\ui\ElevToolsDlgBar.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\ElevToolsDlgBar.h -# End Source File -# Begin Source File - -SOURCE=.\ui\ImageListCtrl.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\ImageListCtrl.h -# End Source File -# Begin Source File - -SOURCE=.\ui\LightSettingsDlg.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\LightSettingsDlg.h -# End Source File -# Begin Source File - -SOURCE=.\ui\MainFrameDlgBar.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\MainFrameDlgBar.h -# End Source File -# Begin Source File - -SOURCE=.\ui\MainFrm.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\MainFrm.h -# End Source File -# Begin Source File - -SOURCE=.\ui\MapSizeDlg.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\MapSizeDlg.h -# End Source File -# Begin Source File - -SOURCE=.\ui\NavigatePropPage.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\NavigatePropPage.h -# End Source File -# Begin Source File - -SOURCE=.\ui\OptionsDlg.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\OptionsDlg.h -# End Source File -# Begin Source File - -SOURCE=.\ui\OptionsPropSheet.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\OptionsPropSheet.h -# End Source File -# Begin Source File - -SOURCE=.\ui\resource.h -# End Source File -# Begin Source File - -SOURCE=.\ui\ScEd.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\ScEd.h -# End Source File -# Begin Source File - -SOURCE=.\ui\ScEd.rc -# End Source File -# Begin Source File - -SOURCE=.\ui\ScEdDoc.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\ScEdDoc.h -# End Source File -# Begin Source File - -SOURCE=.\ui\ScEdView.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\ScEdView.h -# End Source File -# Begin Source File - -SOURCE=.\ui\ShadowsPropPage.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\ShadowsPropPage.h -# End Source File -# Begin Source File - -SOURCE=.\ui\SimpleEdit.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\SimpleEdit.h -# End Source File -# Begin Source File - -SOURCE=.\ui\TexToolsDlgBar.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\TexToolsDlgBar.h -# End Source File -# Begin Source File - -SOURCE=.\ui\UIGlobals.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\UIGlobals.h -# End Source File -# Begin Source File - -SOURCE=.\ui\UnitPropertiesAnimationsTab.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\UnitPropertiesAnimationsTab.h -# End Source File -# Begin Source File - -SOURCE=.\ui\UnitPropertiesDlgBar.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\UnitPropertiesDlgBar.h -# End Source File -# Begin Source File - -SOURCE=.\ui\UnitPropertiesTabCtrl.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\UnitPropertiesTabCtrl.h -# End Source File -# Begin Source File - -SOURCE=.\ui\UnitPropertiesTexturesTab.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\UnitPropertiesTexturesTab.h -# End Source File -# Begin Source File - -SOURCE=.\ui\UnitToolsDlgBar.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\UnitToolsDlgBar.h -# End Source File -# Begin Source File - -SOURCE=.\ui\WebLinkButton.cpp -# End Source File -# Begin Source File - -SOURCE=.\ui\WebLinkButton.h -# End Source File -# End Group -# Begin Group "Commands" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\AlterElevationCommand.cpp -# End Source File -# Begin Source File - -SOURCE=.\AlterElevationCommand.h -# End Source File -# Begin Source File - -SOURCE=.\AlterLightEnvCommand.cpp -# End Source File -# Begin Source File - -SOURCE=.\AlterLightEnvCommand.h -# End Source File -# Begin Source File - -SOURCE=.\Command.h -# End Source File -# Begin Source File - -SOURCE=.\PaintObjectCommand.cpp -# End Source File -# Begin Source File - -SOURCE=.\PaintObjectCommand.h -# End Source File -# Begin Source File - -SOURCE=.\PaintTextureCommand.cpp -# End Source File -# Begin Source File - -SOURCE=.\PaintTextureCommand.h -# End Source File -# Begin Source File - -SOURCE=.\RaiseElevationCommand.cpp -# End Source File -# Begin Source File - -SOURCE=.\RaiseElevationCommand.h -# End Source File -# Begin Source File - -SOURCE=.\SmoothElevationCommand.cpp -# End Source File -# Begin Source File - -SOURCE=.\SmoothElevationCommand.h -# End Source File -# End Group -# Begin Group "Tools" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\BrushShapeEditorTool.cpp -# End Source File -# Begin Source File - -SOURCE=.\BrushShapeEditorTool.h -# End Source File -# Begin Source File - -SOURCE=.\BrushTool.cpp -# End Source File -# Begin Source File - -SOURCE=.\BrushTool.h -# End Source File -# Begin Source File - -SOURCE=.\PaintObjectTool.cpp -# End Source File -# Begin Source File - -SOURCE=.\PaintObjectTool.h -# End Source File -# Begin Source File - -SOURCE=.\PaintTextureTool.cpp -# End Source File -# Begin Source File - -SOURCE=.\PaintTextureTool.h -# End Source File -# Begin Source File - -SOURCE=.\RaiseElevationTool.cpp -# End Source File -# Begin Source File - -SOURCE=.\RaiseElevationTool.h -# End Source File -# Begin Source File - -SOURCE=.\SelectObjectTool.cpp -# End Source File -# Begin Source File - -SOURCE=.\SelectObjectTool.h -# End Source File -# Begin Source File - -SOURCE=.\SmoothElevationTool.cpp -# End Source File -# Begin Source File - -SOURCE=.\SmoothElevationTool.h -# End Source File -# Begin Source File - -SOURCE=.\Tool.h -# End Source File -# End Group -# Begin Group "Core" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\Array2D.h -# End Source File -# Begin Source File - -SOURCE=.\CommandManager.cpp -# End Source File -# Begin Source File - -SOURCE=.\CommandManager.h -# End Source File -# Begin Source File - -SOURCE=.\EditorData.cpp -# End Source File -# Begin Source File - -SOURCE=.\EditorData.h -# End Source File -# Begin Source File - -SOURCE=.\InfoBox.cpp -# End Source File -# Begin Source File - -SOURCE=.\InfoBox.h -# End Source File -# Begin Source File - -SOURCE=.\MiniMap.cpp -# End Source File -# Begin Source File - -SOURCE=.\MiniMap.h -# End Source File -# Begin Source File - -SOURCE=.\MouseHandler.cpp -# End Source File -# Begin Source File - -SOURCE=.\MouseHandler.h -# End Source File -# Begin Source File - -SOURCE=.\NaviCam.cpp -# End Source File -# Begin Source File - -SOURCE=.\NaviCam.h -# End Source File -# Begin Source File - -SOURCE=.\ToolManager.cpp -# End Source File -# Begin Source File - -SOURCE=.\ToolManager.h -# End Source File -# Begin Source File - -SOURCE=.\UserConfig.cpp -# End Source File -# Begin Source File - -SOURCE=.\UserConfig.h -# End Source File -# End Group -# Begin Group "Doc Notes" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\binaries\changes.txt -# End Source File -# Begin Source File - -SOURCE=..\..\binaries\readme.txt -# End Source File -# End Group -# End Group -# Begin Group "ps" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\ps\CLogger.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\CLogger.h -# End Source File -# Begin Source File - -SOURCE=..\ps\Config.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\Config.h -# End Source File -# Begin Source File - -SOURCE=..\ps\CStr.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\CStr.h -# End Source File -# Begin Source File - -SOURCE=..\ps\Encryption.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\Encryption.h -# End Source File -# Begin Source File - -SOURCE=..\ps\Error.h -# End Source File -# Begin Source File - -SOURCE=..\ps\FilePacker.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\FilePacker.h -# End Source File -# Begin Source File - -SOURCE=..\ps\FileUnpacker.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\FileUnpacker.h -# End Source File -# Begin Source File - -SOURCE=..\ps\LogFile.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\LogFile.h -# End Source File -# Begin Source File - -SOURCE=..\ps\NPFont.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\NPFont.h -# End Source File -# Begin Source File - -SOURCE=..\ps\NPFontManager.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\NPFontManager.h -# End Source File -# Begin Source File - -SOURCE=..\ps\Overlay.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\Overlay.h -# End Source File -# Begin Source File - -SOURCE=..\ps\OverlayText.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\OverlayText.h -# End Source File -# Begin Source File - -SOURCE=..\ps\Parser.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\Parser.h -# End Source File -# Begin Source File - -SOURCE=..\ps\Prometheus.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\Prometheus.h -# End Source File -# Begin Source File - -SOURCE=..\ps\rc_array.h -# End Source File -# Begin Source File - -SOURCE=..\ps\rc_vector.h -# End Source File -# Begin Source File - -SOURCE=..\ps\Singleton.h -# End Source File -# Begin Source File - -SOURCE=..\ps\Sound.h -# End Source File -# Begin Source File - -SOURCE=..\ps\ThreadUtil.h -# End Source File -# Begin Source File - -SOURCE=..\ps\Vector2D.h -# End Source File -# Begin Source File - -SOURCE=..\ps\XercesErrorHandler.cpp -# End Source File -# Begin Source File - -SOURCE=..\ps\XercesErrorHandler.h -# End Source File -# Begin Source File - -SOURCE=..\ps\XML.h -# End Source File -# Begin Source File - -SOURCE=..\ps\XMLUtils.cpp -# End Source File -# End Group -# End Target -# End Project +# Microsoft Developer Studio Project File - Name="ScEd" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Application" 0x0101 + +CFG=ScEd - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "ScEd.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ScEd.mak" CFG="ScEd - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ScEd - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "ScEd - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "ScEd - Win32 Release" + +# PROP BASE Use_MFC 6 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 5 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c +# ADD CPP /nologo /G6 /MT /W3 /GR- /GX /Zi /O2 /Ob2 /I "..\\" /I "..\lib" /I "..\ps" /I "..\simulation" /I "..\maths" /I "..\graphics" /I "..\renderer" /I ".\\" /I ".\ui" /D "NDEBUG" /D "_MBCS" /D "_WINDOWS" /D "WIN32" /D "_NO_WINMAIN_" /D "_WGL_H_INCLUDED" /FD /c +# SUBTRACT CPP /YX /Yc /Yu +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 +# ADD LINK32 nafxcw.lib opengl32.lib glu32.lib ws2_32.lib version.lib xerces-c_2.lib /nologo /entry:"entry" /subsystem:windows /map /debug /machine:I386 /out:"D:\0ad\binaries\system\ScEd.exe" /libpath:"..\libs" /fixed:no +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "ScEd - Win32 Debug" + +# PROP BASE Use_MFC 6 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 5 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c +# ADD CPP /nologo /G5 /MTd /W3 /Gm /Gi /GX /Zi /Od /I "..\\" /I "..\lib" /I "..\ps" /I "..\simulation" /I "..\maths" /I "..\graphics" /I "..\renderer" /I ".\\" /I ".\ui" /D "_DEBUG" /D "_MBCS" /D "_WINDOWS" /D "WIN32" /D "_NO_WINMAIN_" /D "_WGL_H_INCLUDED" /FD /GZ /c +# SUBTRACT CPP /YX /Yc /Yu +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept +# ADD LINK32 nafxcwd.lib opengl32.lib glu32.lib ws2_32.lib version.lib xerces-c_2D.lib /nologo /entry:"entry" /subsystem:windows /incremental:no /map /debug /machine:I386 /out:"D:\0ad\binaries\system\ScEd_d.exe" /libpath:"..\libs" /fixed:no +# SUBTRACT LINK32 /pdb:none + +!ENDIF + +# Begin Target + +# Name "ScEd - Win32 Release" +# Name "ScEd - Win32 Debug" +# Begin Group "lib" + +# PROP Default_Filter "" +# Begin Group "res" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\lib\res\file.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\res\file.h +# End Source File +# Begin Source File + +SOURCE=..\lib\res\font.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\res\font.h +# End Source File +# Begin Source File + +SOURCE=..\lib\res\h_mgr.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\res\h_mgr.h +# End Source File +# Begin Source File + +SOURCE=..\lib\res\mem.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\res\mem.h +# End Source File +# Begin Source File + +SOURCE=..\lib\res\res.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\res\res.h +# End Source File +# Begin Source File + +SOURCE=..\lib\res\tex.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\res\tex.h +# End Source File +# Begin Source File + +SOURCE=..\lib\res\vfs.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\res\vfs.h +# End Source File +# Begin Source File + +SOURCE=..\lib\res\zip.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\res\zip.h +# End Source File +# End Group +# Begin Group "sysdep" + +# PROP Default_Filter "" +# Begin Group "win" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\lib\sysdep\win\waio.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\waio.h +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\wdetect.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\wfam.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\wfam.h +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\wgl.h +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\win.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\win.h +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\win_internal.h +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\wposix.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\wposix.h +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\wsdl.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\wsdl.h +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\wsock.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\wsock.h +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\wtime.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\win\wtime.h +# End Source File +# End Group +# Begin Source File + +SOURCE=..\lib\sysdep\ia32.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\ia32.h +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\sysdep.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\sysdep.h +# End Source File +# Begin Source File + +SOURCE=..\lib\sysdep\x.cpp +# End Source File +# End Group +# Begin Source File + +SOURCE=..\lib\adts.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\adts.h +# End Source File +# Begin Source File + +SOURCE=..\lib\config.h +# End Source File +# Begin Source File + +SOURCE=..\lib\detect.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\detect.h +# End Source File +# Begin Source File + +SOURCE=..\lib\glext_funcs.h +# End Source File +# Begin Source File + +SOURCE=..\lib\lib.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\lib.h +# End Source File +# Begin Source File + +SOURCE=..\lib\memcpy.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\ogl.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\ogl.h +# End Source File +# Begin Source File + +SOURCE=..\lib\posix.h +# End Source File +# Begin Source File + +SOURCE=..\lib\precompiled.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\precompiled.h +# End Source File +# Begin Source File + +SOURCE=..\lib\sdl.h +# End Source File +# Begin Source File + +SOURCE=..\lib\SDL_keysym.h +# End Source File +# Begin Source File + +SOURCE=..\lib\SDL_vkeys.h +# End Source File +# Begin Source File + +SOURCE=..\lib\timer.cpp +# End Source File +# Begin Source File + +SOURCE=..\lib\timer.h +# End Source File +# Begin Source File + +SOURCE=..\lib\types.h +# End Source File +# End Group +# Begin Group "simulation" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\simulation\BaseEntity.cpp +# End Source File +# Begin Source File + +SOURCE=..\simulation\BaseEntity.h +# End Source File +# Begin Source File + +SOURCE=..\simulation\BaseEntityCollection.cpp +# End Source File +# Begin Source File + +SOURCE=..\simulation\BaseEntityCollection.h +# End Source File +# Begin Source File + +SOURCE=..\simulation\BoundingObjects.cpp +# End Source File +# Begin Source File + +SOURCE=..\simulation\BoundingObjects.h +# End Source File +# Begin Source File + +SOURCE=..\simulation\Collision.cpp +# End Source File +# Begin Source File + +SOURCE=..\simulation\Collision.h +# End Source File +# Begin Source File + +SOURCE=..\simulation\Entity.cpp +# End Source File +# Begin Source File + +SOURCE=..\simulation\Entity.h +# End Source File +# Begin Source File + +SOURCE=..\simulation\EntityHandles.cpp +# End Source File +# Begin Source File + +SOURCE=..\simulation\EntityHandles.h +# End Source File +# Begin Source File + +SOURCE=..\simulation\EntityManager.cpp +# End Source File +# Begin Source File + +SOURCE=..\simulation\EntityManager.h +# End Source File +# Begin Source File + +SOURCE=..\simulation\EntityMessage.h +# End Source File +# Begin Source File + +SOURCE=..\simulation\EntityOrders.h +# End Source File +# Begin Source File + +SOURCE=..\simulation\EntityProperties.cpp +# End Source File +# Begin Source File + +SOURCE=..\simulation\EntityProperties.h +# End Source File +# Begin Source File + +SOURCE=..\simulation\EntityStateProcessing.cpp +# End Source File +# Begin Source File + +SOURCE=..\simulation\PathfindEngine.cpp +# End Source File +# Begin Source File + +SOURCE=..\simulation\PathfindEngine.h +# End Source File +# Begin Source File + +SOURCE=..\simulation\PathfindSparse.cpp +# End Source File +# Begin Source File + +SOURCE=..\simulation\PathfindSparse.h +# End Source File +# End Group +# Begin Group "graphics" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\graphics\Camera.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\Camera.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\Color.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\Frustum.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\Frustum.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\HFTracer.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\HFTracer.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\LightEnv.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\MapIO.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\MapReader.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\MapReader.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\MapWriter.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\MapWriter.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\MiniPatch.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\MiniPatch.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\Model.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\Model.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\ModelDef.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\ModelDef.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\ObjectEntry.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\ObjectEntry.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\ObjectManager.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\ObjectManager.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\Particle.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\Particle.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\ParticleEmitter.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\ParticleEmitter.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\Patch.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\Patch.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\RenderableObject.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\SkeletonAnim.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\SkeletonAnimDef.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\SkeletonAnimDef.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\SkeletonAnimManager.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\SkeletonAnimManager.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\Sprite.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\Sprite.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\Terrain.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\Terrain.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\Texture.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\TextureEntry.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\TextureEntry.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\TextureManager.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\TextureManager.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\Unit.h +# End Source File +# Begin Source File + +SOURCE=..\graphics\UnitManager.cpp +# End Source File +# Begin Source File + +SOURCE=..\graphics\UnitManager.h +# End Source File +# End Group +# Begin Group "maths" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\maths\Bound.cpp +# End Source File +# Begin Source File + +SOURCE=..\maths\Bound.h +# End Source File +# Begin Source File + +SOURCE=..\maths\MathUtil.cpp +# End Source File +# Begin Source File + +SOURCE=..\maths\MathUtil.h +# End Source File +# Begin Source File + +SOURCE=..\maths\Matrix3D.cpp +# End Source File +# Begin Source File + +SOURCE=..\maths\Matrix3D.h +# End Source File +# Begin Source File + +SOURCE=..\maths\Plane.cpp +# End Source File +# Begin Source File + +SOURCE=..\maths\Plane.h +# End Source File +# Begin Source File + +SOURCE=..\maths\Quaternion.cpp +# End Source File +# Begin Source File + +SOURCE=..\maths\Quaternion.h +# End Source File +# Begin Source File + +SOURCE=..\maths\Vector3D.cpp +# End Source File +# Begin Source File + +SOURCE=..\maths\Vector3D.h +# End Source File +# Begin Source File + +SOURCE=..\maths\Vector4D.h +# End Source File +# End Group +# Begin Group "renderer" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\renderer\AlphaMapCalculator.cpp +# End Source File +# Begin Source File + +SOURCE=..\renderer\AlphaMapCalculator.h +# End Source File +# Begin Source File + +SOURCE=..\renderer\BlendShapes.h +# End Source File +# Begin Source File + +SOURCE=..\renderer\ModelRData.cpp +# End Source File +# Begin Source File + +SOURCE=..\renderer\ModelRData.h +# End Source File +# Begin Source File + +SOURCE=..\renderer\PatchRData.cpp +# End Source File +# Begin Source File + +SOURCE=..\renderer\PatchRData.h +# End Source File +# Begin Source File + +SOURCE=..\renderer\Renderer.cpp +# End Source File +# Begin Source File + +SOURCE=..\renderer\Renderer.h +# End Source File +# Begin Source File + +SOURCE=..\renderer\SHCoeffs.cpp +# End Source File +# Begin Source File + +SOURCE=..\renderer\SHCoeffs.h +# End Source File +# Begin Source File + +SOURCE=..\renderer\TransparencyRenderer.cpp +# End Source File +# Begin Source File + +SOURCE=..\renderer\TransparencyRenderer.h +# End Source File +# Begin Source File + +SOURCE=..\renderer\VertexBuffer.cpp +# End Source File +# Begin Source File + +SOURCE=..\renderer\VertexBuffer.h +# End Source File +# Begin Source File + +SOURCE=..\renderer\VertexBufferManager.cpp +# End Source File +# Begin Source File + +SOURCE=..\renderer\VertexBufferManager.h +# End Source File +# End Group +# Begin Group "sced" + +# PROP Default_Filter "" +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# Begin Source File + +SOURCE=.\res\0ad_logo.bmp +# End Source File +# Begin Source File + +SOURCE=.\res\addunit.bmp +# End Source File +# Begin Source File + +SOURCE=.\res\bitmap_s.bmp +# End Source File +# Begin Source File + +SOURCE=.\res\bmp00001.bmp +# End Source File +# Begin Source File + +SOURCE=.\res\cursor\camera_dolly.cur +# End Source File +# Begin Source File + +SOURCE=.\res\cursor\camera_pan.cur +# End Source File +# Begin Source File + +SOURCE=.\res\cursor\camera_zoom.cur +# End Source File +# Begin Source File + +SOURCE=.\res\elevationtools.bmp +# End Source File +# Begin Source File + +SOURCE=.\res\ico00001.ico +# End Source File +# Begin Source File + +SOURCE=.\res\ico00002.ico +# End Source File +# Begin Source File + +SOURCE=.\res\icon1.ico +# End Source File +# Begin Source File + +SOURCE=.\res\modeltools.bmp +# End Source File +# Begin Source File + +SOURCE=.\res\ScEd.ico +# End Source File +# Begin Source File + +SOURCE=.\ui\res\ScEd.ico +# End Source File +# Begin Source File + +SOURCE=.\res\ScEd.rc2 +# End Source File +# Begin Source File + +SOURCE=.\res\ScEdDoc.ico +# End Source File +# Begin Source File + +SOURCE=.\ui\res\ScEdDoc.ico +# End Source File +# Begin Source File + +SOURCE=.\res\select.bmp +# End Source File +# Begin Source File + +SOURCE=.\res\selectunit.bmp +# End Source File +# Begin Source File + +SOURCE=.\res\terraintools.bmp +# End Source File +# Begin Source File + +SOURCE=.\res\Toolbar.bmp +# End Source File +# End Group +# Begin Group "UI" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\ui\BrushShapeEditorDlgBar.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\BrushShapeEditorDlgBar.h +# End Source File +# Begin Source File + +SOURCE=.\ui\ColorButton.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\ColorButton.h +# End Source File +# Begin Source File + +SOURCE=.\ui\DirectionButton.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\DirectionButton.h +# End Source File +# Begin Source File + +SOURCE=.\ui\ElevationButton.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\ElevationButton.h +# End Source File +# Begin Source File + +SOURCE=.\ui\ElevToolsDlgBar.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\ElevToolsDlgBar.h +# End Source File +# Begin Source File + +SOURCE=.\ui\ImageListCtrl.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\ImageListCtrl.h +# End Source File +# Begin Source File + +SOURCE=.\ui\LightSettingsDlg.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\LightSettingsDlg.h +# End Source File +# Begin Source File + +SOURCE=.\ui\MainFrameDlgBar.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\MainFrameDlgBar.h +# End Source File +# Begin Source File + +SOURCE=.\ui\MainFrm.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\MainFrm.h +# End Source File +# Begin Source File + +SOURCE=.\ui\MapSizeDlg.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\MapSizeDlg.h +# End Source File +# Begin Source File + +SOURCE=.\ui\NavigatePropPage.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\NavigatePropPage.h +# End Source File +# Begin Source File + +SOURCE=.\ui\OptionsDlg.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\OptionsDlg.h +# End Source File +# Begin Source File + +SOURCE=.\ui\OptionsPropSheet.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\OptionsPropSheet.h +# End Source File +# Begin Source File + +SOURCE=.\ui\resource.h +# End Source File +# Begin Source File + +SOURCE=.\ui\ScEd.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\ScEd.h +# End Source File +# Begin Source File + +SOURCE=.\ui\ScEd.rc +# End Source File +# Begin Source File + +SOURCE=.\ui\ScEdDoc.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\ScEdDoc.h +# End Source File +# Begin Source File + +SOURCE=.\ui\ScEdView.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\ScEdView.h +# End Source File +# Begin Source File + +SOURCE=.\ui\ShadowsPropPage.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\ShadowsPropPage.h +# End Source File +# Begin Source File + +SOURCE=.\ui\SimpleEdit.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\SimpleEdit.h +# End Source File +# Begin Source File + +SOURCE=.\ui\TexToolsDlgBar.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\TexToolsDlgBar.h +# End Source File +# Begin Source File + +SOURCE=.\ui\UIGlobals.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\UIGlobals.h +# End Source File +# Begin Source File + +SOURCE=.\ui\UnitPropertiesAnimationsTab.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\UnitPropertiesAnimationsTab.h +# End Source File +# Begin Source File + +SOURCE=.\ui\UnitPropertiesDlgBar.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\UnitPropertiesDlgBar.h +# End Source File +# Begin Source File + +SOURCE=.\ui\UnitPropertiesTabCtrl.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\UnitPropertiesTabCtrl.h +# End Source File +# Begin Source File + +SOURCE=.\ui\UnitPropertiesTexturesTab.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\UnitPropertiesTexturesTab.h +# End Source File +# Begin Source File + +SOURCE=.\ui\UnitToolsDlgBar.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\UnitToolsDlgBar.h +# End Source File +# Begin Source File + +SOURCE=.\ui\WebLinkButton.cpp +# End Source File +# Begin Source File + +SOURCE=.\ui\WebLinkButton.h +# End Source File +# End Group +# Begin Group "Commands" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\AlterElevationCommand.cpp +# End Source File +# Begin Source File + +SOURCE=.\AlterElevationCommand.h +# End Source File +# Begin Source File + +SOURCE=.\AlterLightEnvCommand.cpp +# End Source File +# Begin Source File + +SOURCE=.\AlterLightEnvCommand.h +# End Source File +# Begin Source File + +SOURCE=.\Command.h +# End Source File +# Begin Source File + +SOURCE=.\PaintObjectCommand.cpp +# End Source File +# Begin Source File + +SOURCE=.\PaintObjectCommand.h +# End Source File +# Begin Source File + +SOURCE=.\PaintTextureCommand.cpp +# End Source File +# Begin Source File + +SOURCE=.\PaintTextureCommand.h +# End Source File +# Begin Source File + +SOURCE=.\RaiseElevationCommand.cpp +# End Source File +# Begin Source File + +SOURCE=.\RaiseElevationCommand.h +# End Source File +# Begin Source File + +SOURCE=.\SmoothElevationCommand.cpp +# End Source File +# Begin Source File + +SOURCE=.\SmoothElevationCommand.h +# End Source File +# End Group +# Begin Group "Tools" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\BrushShapeEditorTool.cpp +# End Source File +# Begin Source File + +SOURCE=.\BrushShapeEditorTool.h +# End Source File +# Begin Source File + +SOURCE=.\BrushTool.cpp +# End Source File +# Begin Source File + +SOURCE=.\BrushTool.h +# End Source File +# Begin Source File + +SOURCE=.\PaintObjectTool.cpp +# End Source File +# Begin Source File + +SOURCE=.\PaintObjectTool.h +# End Source File +# Begin Source File + +SOURCE=.\PaintTextureTool.cpp +# End Source File +# Begin Source File + +SOURCE=.\PaintTextureTool.h +# End Source File +# Begin Source File + +SOURCE=.\RaiseElevationTool.cpp +# End Source File +# Begin Source File + +SOURCE=.\RaiseElevationTool.h +# End Source File +# Begin Source File + +SOURCE=.\SelectObjectTool.cpp +# End Source File +# Begin Source File + +SOURCE=.\SelectObjectTool.h +# End Source File +# Begin Source File + +SOURCE=.\SmoothElevationTool.cpp +# End Source File +# Begin Source File + +SOURCE=.\SmoothElevationTool.h +# End Source File +# Begin Source File + +SOURCE=.\Tool.h +# End Source File +# End Group +# Begin Group "Core" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\Array2D.h +# End Source File +# Begin Source File + +SOURCE=.\CommandManager.cpp +# End Source File +# Begin Source File + +SOURCE=.\CommandManager.h +# End Source File +# Begin Source File + +SOURCE=.\EditorData.cpp +# End Source File +# Begin Source File + +SOURCE=.\EditorData.h +# End Source File +# Begin Source File + +SOURCE=.\InfoBox.cpp +# End Source File +# Begin Source File + +SOURCE=.\InfoBox.h +# End Source File +# Begin Source File + +SOURCE=.\MiniMap.cpp +# End Source File +# Begin Source File + +SOURCE=.\MiniMap.h +# End Source File +# Begin Source File + +SOURCE=.\MouseHandler.cpp +# End Source File +# Begin Source File + +SOURCE=.\MouseHandler.h +# End Source File +# Begin Source File + +SOURCE=.\NaviCam.cpp +# End Source File +# Begin Source File + +SOURCE=.\NaviCam.h +# End Source File +# Begin Source File + +SOURCE=.\ToolManager.cpp +# End Source File +# Begin Source File + +SOURCE=.\ToolManager.h +# End Source File +# Begin Source File + +SOURCE=.\UserConfig.cpp +# End Source File +# Begin Source File + +SOURCE=.\UserConfig.h +# End Source File +# End Group +# Begin Group "Doc Notes" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\..\binaries\changes.txt +# End Source File +# Begin Source File + +SOURCE=..\..\binaries\readme.txt +# End Source File +# End Group +# End Group +# Begin Group "ps" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ps\CLogger.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\CLogger.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Config.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\Config.h +# End Source File +# Begin Source File + +SOURCE=..\ps\CStr.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\CStr.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Encryption.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\Encryption.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Error.h +# End Source File +# Begin Source File + +SOURCE=..\ps\FilePacker.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\FilePacker.h +# End Source File +# Begin Source File + +SOURCE=..\ps\FileUnpacker.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\FileUnpacker.h +# End Source File +# Begin Source File + +SOURCE=..\ps\LogFile.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\LogFile.h +# End Source File +# Begin Source File + +SOURCE=..\ps\NPFont.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\NPFont.h +# End Source File +# Begin Source File + +SOURCE=..\ps\NPFontManager.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\NPFontManager.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Overlay.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\Overlay.h +# End Source File +# Begin Source File + +SOURCE=..\ps\OverlayText.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\OverlayText.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Parser.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\Parser.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Prometheus.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\Prometheus.h +# End Source File +# Begin Source File + +SOURCE=..\ps\rc_array.h +# End Source File +# Begin Source File + +SOURCE=..\ps\rc_vector.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Singleton.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Sound.h +# End Source File +# Begin Source File + +SOURCE=..\ps\ThreadUtil.h +# End Source File +# Begin Source File + +SOURCE=..\ps\Vector2D.h +# End Source File +# Begin Source File + +SOURCE=..\ps\XercesErrorHandler.cpp +# End Source File +# Begin Source File + +SOURCE=..\ps\XercesErrorHandler.h +# End Source File +# Begin Source File + +SOURCE=..\ps\XML.h +# End Source File +# Begin Source File + +SOURCE=..\ps\XMLUtils.cpp +# End Source File +# End Group +# End Target +# End Project diff --git a/source/sced/ScEd.mak b/source/sced/ScEd.mak index 30d8e5ba9d..6b040ea241 100755 --- a/source/sced/ScEd.mak +++ b/source/sced/ScEd.mak @@ -1,621 +1,621 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on ScEd.dsp -!IF "$(CFG)" == "" -CFG=ScEd - Win32 Debug -!MESSAGE No configuration specified. Defaulting to ScEd - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "ScEd - Win32 Release" && "$(CFG)" != "ScEd - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "ScEd.mak" CFG="ScEd - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "ScEd - Win32 Release" (based on "Win32 (x86) Application") -!MESSAGE "ScEd - Win32 Debug" (based on "Win32 (x86) Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "ScEd - Win32 Release" - -OUTDIR=.\Release -INTDIR=.\Release -# Begin Custom Macros -OutDir=.\Release -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "..\..\binaries\ScEd.exe" "$(OUTDIR)\ScEd.pch" - -!ELSE - -ALL : "pslib - Win32 Release" "..\..\binaries\ScEd.exe" "$(OUTDIR)\ScEd.pch" - -!ENDIF - -!IF "$(RECURSE)" == "1" -CLEAN :"pslib - Win32 ReleaseCLEAN" -!ELSE -CLEAN : -!ENDIF - -@erase "$(INTDIR)\AlterElevationCommand.obj" - -@erase "$(INTDIR)\BrushTool.obj" - -@erase "$(INTDIR)\ColorButton.obj" - -@erase "$(INTDIR)\CommandManager.obj" - -@erase "$(INTDIR)\DirectionButton.obj" - -@erase "$(INTDIR)\EditorData.obj" - -@erase "$(INTDIR)\ElevationButton.obj" - -@erase "$(INTDIR)\ElevToolsDlgBar.obj" - -@erase "$(INTDIR)\HFTracer.obj" - -@erase "$(INTDIR)\ImageListCtrl.obj" - -@erase "$(INTDIR)\InfoBox.obj" - -@erase "$(INTDIR)\LightSettingsDlg.obj" - -@erase "$(INTDIR)\MainFrm.obj" - -@erase "$(INTDIR)\MapSizeDlg.obj" - -@erase "$(INTDIR)\MiniMap.obj" - -@erase "$(INTDIR)\ObjectEntry.obj" - -@erase "$(INTDIR)\ObjectManager.obj" - -@erase "$(INTDIR)\OptionsDlg.obj" - -@erase "$(INTDIR)\PaintObjectCommand.obj" - -@erase "$(INTDIR)\PaintObjectTool.obj" - -@erase "$(INTDIR)\PaintTextureCommand.obj" - -@erase "$(INTDIR)\PaintTextureTool.obj" - -@erase "$(INTDIR)\RaiseElevationCommand.obj" - -@erase "$(INTDIR)\RaiseElevationTool.obj" - -@erase "$(INTDIR)\ScEd.obj" - -@erase "$(INTDIR)\ScEd.pch" - -@erase "$(INTDIR)\ScEd.res" - -@erase "$(INTDIR)\ScEdDoc.obj" - -@erase "$(INTDIR)\ScEdView.obj" - -@erase "$(INTDIR)\SimpleEdit.obj" - -@erase "$(INTDIR)\SMDConverter.obj" - -@erase "$(INTDIR)\SmoothElevationCommand.obj" - -@erase "$(INTDIR)\SmoothElevationTool.obj" - -@erase "$(INTDIR)\StdAfx.obj" - -@erase "$(INTDIR)\TexToolsDlgBar.obj" - -@erase "$(INTDIR)\TextureManager.obj" - -@erase "$(INTDIR)\ToolManager.obj" - -@erase "$(INTDIR)\UIGlobals.obj" - -@erase "$(INTDIR)\UnitManager.obj" - -@erase "$(INTDIR)\UnitPropertiesDlgBar.obj" - -@erase "$(INTDIR)\UnitToolsDlgBar.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(INTDIR)\WebLinkButton.obj" - -@erase "$(OUTDIR)\ScEd.pdb" - -@erase "..\..\binaries\ScEd.exe" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /G5 /MT /W3 /GX /Zi /O2 /Ob0 /I "..\\" /I "..\lib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -MTL=midl.exe -MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 -RSC=rc.exe -RSC_PROJ=/l 0x409 /fo"$(INTDIR)\ScEd.res" /d "NDEBUG" -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\ScEd.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=nafxcw.lib pslib.lib opengl32.lib glu32.lib ws2_32.lib version.lib xerces-c_2.lib /nologo /entry:"entry" /subsystem:windows /incremental:no /pdb:"$(OUTDIR)\ScEd.pdb" /debug /machine:I386 /out:"D:\0ad\binaries\ScEd.exe" /libpath:"..\libs" /fixed:no -LINK32_OBJS= \ - "$(INTDIR)\ColorButton.obj" \ - "$(INTDIR)\DirectionButton.obj" \ - "$(INTDIR)\ElevationButton.obj" \ - "$(INTDIR)\ElevToolsDlgBar.obj" \ - "$(INTDIR)\ImageListCtrl.obj" \ - "$(INTDIR)\LightSettingsDlg.obj" \ - "$(INTDIR)\MainFrm.obj" \ - "$(INTDIR)\MapSizeDlg.obj" \ - "$(INTDIR)\OptionsDlg.obj" \ - "$(INTDIR)\ScEd.obj" \ - "$(INTDIR)\ScEdDoc.obj" \ - "$(INTDIR)\ScEdView.obj" \ - "$(INTDIR)\SimpleEdit.obj" \ - "$(INTDIR)\TexToolsDlgBar.obj" \ - "$(INTDIR)\UIGlobals.obj" \ - "$(INTDIR)\UnitPropertiesDlgBar.obj" \ - "$(INTDIR)\UnitToolsDlgBar.obj" \ - "$(INTDIR)\WebLinkButton.obj" \ - "$(INTDIR)\AlterElevationCommand.obj" \ - "$(INTDIR)\PaintObjectCommand.obj" \ - "$(INTDIR)\PaintTextureCommand.obj" \ - "$(INTDIR)\RaiseElevationCommand.obj" \ - "$(INTDIR)\SmoothElevationCommand.obj" \ - "$(INTDIR)\BrushTool.obj" \ - "$(INTDIR)\PaintObjectTool.obj" \ - "$(INTDIR)\PaintTextureTool.obj" \ - "$(INTDIR)\RaiseElevationTool.obj" \ - "$(INTDIR)\SmoothElevationTool.obj" \ - "$(INTDIR)\CommandManager.obj" \ - "$(INTDIR)\EditorData.obj" \ - "$(INTDIR)\InfoBox.obj" \ - "$(INTDIR)\MiniMap.obj" \ - "$(INTDIR)\ObjectEntry.obj" \ - "$(INTDIR)\ObjectManager.obj" \ - "$(INTDIR)\SMDConverter.obj" \ - "$(INTDIR)\TextureManager.obj" \ - "$(INTDIR)\ToolManager.obj" \ - "$(INTDIR)\UnitManager.obj" \ - "$(INTDIR)\HFTracer.obj" \ - "$(INTDIR)\StdAfx.obj" \ - "$(INTDIR)\ScEd.res" - -"..\..\binaries\ScEd.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "ScEd - Win32 Debug" - -OUTDIR=.\Debug -INTDIR=.\Debug -# Begin Custom Macros -OutDir=.\Debug -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "..\..\binaries\ScEd_d.exe" "$(OUTDIR)\ScEd.pch" - -!ELSE - -ALL : "pslib - Win32 Debug" "..\..\binaries\ScEd_d.exe" "$(OUTDIR)\ScEd.pch" - -!ENDIF - -!IF "$(RECURSE)" == "1" -CLEAN :"pslib - Win32 DebugCLEAN" -!ELSE -CLEAN : -!ENDIF - -@erase "$(INTDIR)\AlterElevationCommand.obj" - -@erase "$(INTDIR)\BrushTool.obj" - -@erase "$(INTDIR)\ColorButton.obj" - -@erase "$(INTDIR)\CommandManager.obj" - -@erase "$(INTDIR)\DirectionButton.obj" - -@erase "$(INTDIR)\EditorData.obj" - -@erase "$(INTDIR)\ElevationButton.obj" - -@erase "$(INTDIR)\ElevToolsDlgBar.obj" - -@erase "$(INTDIR)\HFTracer.obj" - -@erase "$(INTDIR)\ImageListCtrl.obj" - -@erase "$(INTDIR)\InfoBox.obj" - -@erase "$(INTDIR)\LightSettingsDlg.obj" - -@erase "$(INTDIR)\MainFrm.obj" - -@erase "$(INTDIR)\MapSizeDlg.obj" - -@erase "$(INTDIR)\MiniMap.obj" - -@erase "$(INTDIR)\ObjectEntry.obj" - -@erase "$(INTDIR)\ObjectManager.obj" - -@erase "$(INTDIR)\OptionsDlg.obj" - -@erase "$(INTDIR)\PaintObjectCommand.obj" - -@erase "$(INTDIR)\PaintObjectTool.obj" - -@erase "$(INTDIR)\PaintTextureCommand.obj" - -@erase "$(INTDIR)\PaintTextureTool.obj" - -@erase "$(INTDIR)\RaiseElevationCommand.obj" - -@erase "$(INTDIR)\RaiseElevationTool.obj" - -@erase "$(INTDIR)\ScEd.obj" - -@erase "$(INTDIR)\ScEd.pch" - -@erase "$(INTDIR)\ScEd.res" - -@erase "$(INTDIR)\ScEdDoc.obj" - -@erase "$(INTDIR)\ScEdView.obj" - -@erase "$(INTDIR)\SimpleEdit.obj" - -@erase "$(INTDIR)\SMDConverter.obj" - -@erase "$(INTDIR)\SmoothElevationCommand.obj" - -@erase "$(INTDIR)\SmoothElevationTool.obj" - -@erase "$(INTDIR)\StdAfx.obj" - -@erase "$(INTDIR)\TexToolsDlgBar.obj" - -@erase "$(INTDIR)\TextureManager.obj" - -@erase "$(INTDIR)\ToolManager.obj" - -@erase "$(INTDIR)\UIGlobals.obj" - -@erase "$(INTDIR)\UnitManager.obj" - -@erase "$(INTDIR)\UnitPropertiesDlgBar.obj" - -@erase "$(INTDIR)\UnitToolsDlgBar.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(INTDIR)\WebLinkButton.obj" - -@erase "$(OUTDIR)\ScEd_d.pdb" - -@erase "..\..\binaries\ScEd_d.exe" - -@erase "..\..\binaries\ScEd_d.ilk" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /G6 /MTd /W3 /Gm /Gi /GX /ZI /Od /I "..\\" /I "..\lib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -MTL=midl.exe -MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 -RSC=rc.exe -RSC_PROJ=/l 0x409 /fo"$(INTDIR)\ScEd.res" /d "_DEBUG" -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\ScEd.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=nafxcwd.lib pslib_d.lib opengl32.lib glu32.lib ws2_32.lib version.lib xerces-c_2D.lib /nologo /entry:"entry" /subsystem:windows /incremental:yes /pdb:"$(OUTDIR)\ScEd_d.pdb" /debug /machine:I386 /out:"D:\0ad\binaries\ScEd_d.exe" /pdbtype:sept /libpath:"..\libs" -LINK32_OBJS= \ - "$(INTDIR)\ColorButton.obj" \ - "$(INTDIR)\DirectionButton.obj" \ - "$(INTDIR)\ElevationButton.obj" \ - "$(INTDIR)\ElevToolsDlgBar.obj" \ - "$(INTDIR)\ImageListCtrl.obj" \ - "$(INTDIR)\LightSettingsDlg.obj" \ - "$(INTDIR)\MainFrm.obj" \ - "$(INTDIR)\MapSizeDlg.obj" \ - "$(INTDIR)\OptionsDlg.obj" \ - "$(INTDIR)\ScEd.obj" \ - "$(INTDIR)\ScEdDoc.obj" \ - "$(INTDIR)\ScEdView.obj" \ - "$(INTDIR)\SimpleEdit.obj" \ - "$(INTDIR)\TexToolsDlgBar.obj" \ - "$(INTDIR)\UIGlobals.obj" \ - "$(INTDIR)\UnitPropertiesDlgBar.obj" \ - "$(INTDIR)\UnitToolsDlgBar.obj" \ - "$(INTDIR)\WebLinkButton.obj" \ - "$(INTDIR)\AlterElevationCommand.obj" \ - "$(INTDIR)\PaintObjectCommand.obj" \ - "$(INTDIR)\PaintTextureCommand.obj" \ - "$(INTDIR)\RaiseElevationCommand.obj" \ - "$(INTDIR)\SmoothElevationCommand.obj" \ - "$(INTDIR)\BrushTool.obj" \ - "$(INTDIR)\PaintObjectTool.obj" \ - "$(INTDIR)\PaintTextureTool.obj" \ - "$(INTDIR)\RaiseElevationTool.obj" \ - "$(INTDIR)\SmoothElevationTool.obj" \ - "$(INTDIR)\CommandManager.obj" \ - "$(INTDIR)\EditorData.obj" \ - "$(INTDIR)\InfoBox.obj" \ - "$(INTDIR)\MiniMap.obj" \ - "$(INTDIR)\ObjectEntry.obj" \ - "$(INTDIR)\ObjectManager.obj" \ - "$(INTDIR)\SMDConverter.obj" \ - "$(INTDIR)\TextureManager.obj" \ - "$(INTDIR)\ToolManager.obj" \ - "$(INTDIR)\UnitManager.obj" \ - "$(INTDIR)\HFTracer.obj" \ - "$(INTDIR)\StdAfx.obj" \ - "$(INTDIR)\ScEd.res" - -"..\..\binaries\ScEd_d.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("ScEd.dep") -!INCLUDE "ScEd.dep" -!ELSE -!MESSAGE Warning: cannot find "ScEd.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "ScEd - Win32 Release" || "$(CFG)" == "ScEd - Win32 Debug" -SOURCE=.\ColorButton.cpp - -"$(INTDIR)\ColorButton.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\DirectionButton.cpp - -"$(INTDIR)\DirectionButton.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\ElevationButton.cpp - -"$(INTDIR)\ElevationButton.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\ElevToolsDlgBar.cpp - -"$(INTDIR)\ElevToolsDlgBar.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\ImageListCtrl.cpp - -"$(INTDIR)\ImageListCtrl.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\LightSettingsDlg.cpp - -"$(INTDIR)\LightSettingsDlg.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\MainFrm.cpp - -"$(INTDIR)\MainFrm.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\MapSizeDlg.cpp - -"$(INTDIR)\MapSizeDlg.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\OptionsDlg.cpp - -"$(INTDIR)\OptionsDlg.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\ScEd.cpp - -"$(INTDIR)\ScEd.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\ScEd.rc - -"$(INTDIR)\ScEd.res" : $(SOURCE) "$(INTDIR)" - $(RSC) $(RSC_PROJ) $(SOURCE) - - -SOURCE=.\ScEdDoc.cpp - -"$(INTDIR)\ScEdDoc.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\ScEdView.cpp - -"$(INTDIR)\ScEdView.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\SimpleEdit.cpp - -"$(INTDIR)\SimpleEdit.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\TexToolsDlgBar.cpp - -"$(INTDIR)\TexToolsDlgBar.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\UIGlobals.cpp - -"$(INTDIR)\UIGlobals.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\UnitPropertiesDlgBar.cpp - -"$(INTDIR)\UnitPropertiesDlgBar.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\UnitToolsDlgBar.cpp - -"$(INTDIR)\UnitToolsDlgBar.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\WebLinkButton.cpp - -"$(INTDIR)\WebLinkButton.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\AlterElevationCommand.cpp - -"$(INTDIR)\AlterElevationCommand.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\PaintObjectCommand.cpp - -"$(INTDIR)\PaintObjectCommand.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\PaintTextureCommand.cpp - -"$(INTDIR)\PaintTextureCommand.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\RaiseElevationCommand.cpp - -"$(INTDIR)\RaiseElevationCommand.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\SmoothElevationCommand.cpp - -"$(INTDIR)\SmoothElevationCommand.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\BrushTool.cpp - -"$(INTDIR)\BrushTool.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\PaintObjectTool.cpp - -"$(INTDIR)\PaintObjectTool.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\PaintTextureTool.cpp - -"$(INTDIR)\PaintTextureTool.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\RaiseElevationTool.cpp - -"$(INTDIR)\RaiseElevationTool.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\SmoothElevationTool.cpp - -"$(INTDIR)\SmoothElevationTool.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\CommandManager.cpp - -"$(INTDIR)\CommandManager.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\EditorData.cpp - -"$(INTDIR)\EditorData.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\InfoBox.cpp - -"$(INTDIR)\InfoBox.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\MiniMap.cpp - -"$(INTDIR)\MiniMap.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\ObjectEntry.cpp - -"$(INTDIR)\ObjectEntry.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\ObjectManager.cpp - -"$(INTDIR)\ObjectManager.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\SMDConverter.cpp - -"$(INTDIR)\SMDConverter.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\TextureManager.cpp - -"$(INTDIR)\TextureManager.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\ToolManager.cpp - -"$(INTDIR)\ToolManager.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\UnitManager.cpp - -"$(INTDIR)\UnitManager.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\HFTracer.cpp - -"$(INTDIR)\HFTracer.obj" : $(SOURCE) "$(INTDIR)" - - -!IF "$(CFG)" == "ScEd - Win32 Release" - -"pslib - Win32 Release" : - cd "\0ad\fw\pslib" - NMAKE /f pslib.mak - cd "..\ScEd" - -"pslib - Win32 ReleaseCLEAN" : - cd "\0ad\fw\pslib" - cd "..\ScEd" - -!ELSEIF "$(CFG)" == "ScEd - Win32 Debug" - -"pslib - Win32 Debug" : - cd "\0ad\fw\pslib" - NMAKE /f pslib.mak - cd "..\ScEd" - -"pslib - Win32 DebugCLEAN" : - cd "\0ad\fw\pslib" - cd "..\ScEd" - -!ENDIF - -SOURCE=.\StdAfx.cpp - -!IF "$(CFG)" == "ScEd - Win32 Release" - -CPP_SWITCHES=/nologo /G5 /MT /W3 /GX /Zi /O2 /Ob0 /I "..\\" /I "..\lib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"$(INTDIR)\ScEd.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c - -"$(INTDIR)\StdAfx.obj" "$(INTDIR)\ScEd.pch" : $(SOURCE) "$(INTDIR)" - $(CPP) @<< - $(CPP_SWITCHES) $(SOURCE) -<< - - -!ELSEIF "$(CFG)" == "ScEd - Win32 Debug" - -CPP_SWITCHES=/nologo /G6 /MTd /W3 /Gm /Gi /GX /ZI /Od /I "..\\" /I "..\lib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"$(INTDIR)\ScEd.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -"$(INTDIR)\StdAfx.obj" "$(INTDIR)\ScEd.pch" : $(SOURCE) "$(INTDIR)" - $(CPP) @<< - $(CPP_SWITCHES) $(SOURCE) -<< - - -!ENDIF - - -!ENDIF - +# Microsoft Developer Studio Generated NMAKE File, Based on ScEd.dsp +!IF "$(CFG)" == "" +CFG=ScEd - Win32 Debug +!MESSAGE No configuration specified. Defaulting to ScEd - Win32 Debug. +!ENDIF + +!IF "$(CFG)" != "ScEd - Win32 Release" && "$(CFG)" != "ScEd - Win32 Debug" +!MESSAGE Invalid configuration "$(CFG)" specified. +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "ScEd.mak" CFG="ScEd - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "ScEd - Win32 Release" (based on "Win32 (x86) Application") +!MESSAGE "ScEd - Win32 Debug" (based on "Win32 (x86) Application") +!MESSAGE +!ERROR An invalid configuration is specified. +!ENDIF + +!IF "$(OS)" == "Windows_NT" +NULL= +!ELSE +NULL=nul +!ENDIF + +!IF "$(CFG)" == "ScEd - Win32 Release" + +OUTDIR=.\Release +INTDIR=.\Release +# Begin Custom Macros +OutDir=.\Release +# End Custom Macros + +!IF "$(RECURSE)" == "0" + +ALL : "..\..\binaries\ScEd.exe" "$(OUTDIR)\ScEd.pch" + +!ELSE + +ALL : "pslib - Win32 Release" "..\..\binaries\ScEd.exe" "$(OUTDIR)\ScEd.pch" + +!ENDIF + +!IF "$(RECURSE)" == "1" +CLEAN :"pslib - Win32 ReleaseCLEAN" +!ELSE +CLEAN : +!ENDIF + -@erase "$(INTDIR)\AlterElevationCommand.obj" + -@erase "$(INTDIR)\BrushTool.obj" + -@erase "$(INTDIR)\ColorButton.obj" + -@erase "$(INTDIR)\CommandManager.obj" + -@erase "$(INTDIR)\DirectionButton.obj" + -@erase "$(INTDIR)\EditorData.obj" + -@erase "$(INTDIR)\ElevationButton.obj" + -@erase "$(INTDIR)\ElevToolsDlgBar.obj" + -@erase "$(INTDIR)\HFTracer.obj" + -@erase "$(INTDIR)\ImageListCtrl.obj" + -@erase "$(INTDIR)\InfoBox.obj" + -@erase "$(INTDIR)\LightSettingsDlg.obj" + -@erase "$(INTDIR)\MainFrm.obj" + -@erase "$(INTDIR)\MapSizeDlg.obj" + -@erase "$(INTDIR)\MiniMap.obj" + -@erase "$(INTDIR)\ObjectEntry.obj" + -@erase "$(INTDIR)\ObjectManager.obj" + -@erase "$(INTDIR)\OptionsDlg.obj" + -@erase "$(INTDIR)\PaintObjectCommand.obj" + -@erase "$(INTDIR)\PaintObjectTool.obj" + -@erase "$(INTDIR)\PaintTextureCommand.obj" + -@erase "$(INTDIR)\PaintTextureTool.obj" + -@erase "$(INTDIR)\RaiseElevationCommand.obj" + -@erase "$(INTDIR)\RaiseElevationTool.obj" + -@erase "$(INTDIR)\ScEd.obj" + -@erase "$(INTDIR)\ScEd.pch" + -@erase "$(INTDIR)\ScEd.res" + -@erase "$(INTDIR)\ScEdDoc.obj" + -@erase "$(INTDIR)\ScEdView.obj" + -@erase "$(INTDIR)\SimpleEdit.obj" + -@erase "$(INTDIR)\SMDConverter.obj" + -@erase "$(INTDIR)\SmoothElevationCommand.obj" + -@erase "$(INTDIR)\SmoothElevationTool.obj" + -@erase "$(INTDIR)\StdAfx.obj" + -@erase "$(INTDIR)\TexToolsDlgBar.obj" + -@erase "$(INTDIR)\TextureManager.obj" + -@erase "$(INTDIR)\ToolManager.obj" + -@erase "$(INTDIR)\UIGlobals.obj" + -@erase "$(INTDIR)\UnitManager.obj" + -@erase "$(INTDIR)\UnitPropertiesDlgBar.obj" + -@erase "$(INTDIR)\UnitToolsDlgBar.obj" + -@erase "$(INTDIR)\vc60.idb" + -@erase "$(INTDIR)\vc60.pdb" + -@erase "$(INTDIR)\WebLinkButton.obj" + -@erase "$(OUTDIR)\ScEd.pdb" + -@erase "..\..\binaries\ScEd.exe" + +"$(OUTDIR)" : + if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" + +CPP=cl.exe +CPP_PROJ=/nologo /G5 /MT /W3 /GX /Zi /O2 /Ob0 /I "..\\" /I "..\lib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c + +.c{$(INTDIR)}.obj:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cpp{$(INTDIR)}.obj:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cxx{$(INTDIR)}.obj:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.c{$(INTDIR)}.sbr:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cpp{$(INTDIR)}.sbr:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cxx{$(INTDIR)}.sbr:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +MTL=midl.exe +MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 +RSC=rc.exe +RSC_PROJ=/l 0x409 /fo"$(INTDIR)\ScEd.res" /d "NDEBUG" +BSC32=bscmake.exe +BSC32_FLAGS=/nologo /o"$(OUTDIR)\ScEd.bsc" +BSC32_SBRS= \ + +LINK32=link.exe +LINK32_FLAGS=nafxcw.lib pslib.lib opengl32.lib glu32.lib ws2_32.lib version.lib xerces-c_2.lib /nologo /entry:"entry" /subsystem:windows /incremental:no /pdb:"$(OUTDIR)\ScEd.pdb" /debug /machine:I386 /out:"D:\0ad\binaries\ScEd.exe" /libpath:"..\libs" /fixed:no +LINK32_OBJS= \ + "$(INTDIR)\ColorButton.obj" \ + "$(INTDIR)\DirectionButton.obj" \ + "$(INTDIR)\ElevationButton.obj" \ + "$(INTDIR)\ElevToolsDlgBar.obj" \ + "$(INTDIR)\ImageListCtrl.obj" \ + "$(INTDIR)\LightSettingsDlg.obj" \ + "$(INTDIR)\MainFrm.obj" \ + "$(INTDIR)\MapSizeDlg.obj" \ + "$(INTDIR)\OptionsDlg.obj" \ + "$(INTDIR)\ScEd.obj" \ + "$(INTDIR)\ScEdDoc.obj" \ + "$(INTDIR)\ScEdView.obj" \ + "$(INTDIR)\SimpleEdit.obj" \ + "$(INTDIR)\TexToolsDlgBar.obj" \ + "$(INTDIR)\UIGlobals.obj" \ + "$(INTDIR)\UnitPropertiesDlgBar.obj" \ + "$(INTDIR)\UnitToolsDlgBar.obj" \ + "$(INTDIR)\WebLinkButton.obj" \ + "$(INTDIR)\AlterElevationCommand.obj" \ + "$(INTDIR)\PaintObjectCommand.obj" \ + "$(INTDIR)\PaintTextureCommand.obj" \ + "$(INTDIR)\RaiseElevationCommand.obj" \ + "$(INTDIR)\SmoothElevationCommand.obj" \ + "$(INTDIR)\BrushTool.obj" \ + "$(INTDIR)\PaintObjectTool.obj" \ + "$(INTDIR)\PaintTextureTool.obj" \ + "$(INTDIR)\RaiseElevationTool.obj" \ + "$(INTDIR)\SmoothElevationTool.obj" \ + "$(INTDIR)\CommandManager.obj" \ + "$(INTDIR)\EditorData.obj" \ + "$(INTDIR)\InfoBox.obj" \ + "$(INTDIR)\MiniMap.obj" \ + "$(INTDIR)\ObjectEntry.obj" \ + "$(INTDIR)\ObjectManager.obj" \ + "$(INTDIR)\SMDConverter.obj" \ + "$(INTDIR)\TextureManager.obj" \ + "$(INTDIR)\ToolManager.obj" \ + "$(INTDIR)\UnitManager.obj" \ + "$(INTDIR)\HFTracer.obj" \ + "$(INTDIR)\StdAfx.obj" \ + "$(INTDIR)\ScEd.res" + +"..\..\binaries\ScEd.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) + $(LINK32) @<< + $(LINK32_FLAGS) $(LINK32_OBJS) +<< + +!ELSEIF "$(CFG)" == "ScEd - Win32 Debug" + +OUTDIR=.\Debug +INTDIR=.\Debug +# Begin Custom Macros +OutDir=.\Debug +# End Custom Macros + +!IF "$(RECURSE)" == "0" + +ALL : "..\..\binaries\ScEd_d.exe" "$(OUTDIR)\ScEd.pch" + +!ELSE + +ALL : "pslib - Win32 Debug" "..\..\binaries\ScEd_d.exe" "$(OUTDIR)\ScEd.pch" + +!ENDIF + +!IF "$(RECURSE)" == "1" +CLEAN :"pslib - Win32 DebugCLEAN" +!ELSE +CLEAN : +!ENDIF + -@erase "$(INTDIR)\AlterElevationCommand.obj" + -@erase "$(INTDIR)\BrushTool.obj" + -@erase "$(INTDIR)\ColorButton.obj" + -@erase "$(INTDIR)\CommandManager.obj" + -@erase "$(INTDIR)\DirectionButton.obj" + -@erase "$(INTDIR)\EditorData.obj" + -@erase "$(INTDIR)\ElevationButton.obj" + -@erase "$(INTDIR)\ElevToolsDlgBar.obj" + -@erase "$(INTDIR)\HFTracer.obj" + -@erase "$(INTDIR)\ImageListCtrl.obj" + -@erase "$(INTDIR)\InfoBox.obj" + -@erase "$(INTDIR)\LightSettingsDlg.obj" + -@erase "$(INTDIR)\MainFrm.obj" + -@erase "$(INTDIR)\MapSizeDlg.obj" + -@erase "$(INTDIR)\MiniMap.obj" + -@erase "$(INTDIR)\ObjectEntry.obj" + -@erase "$(INTDIR)\ObjectManager.obj" + -@erase "$(INTDIR)\OptionsDlg.obj" + -@erase "$(INTDIR)\PaintObjectCommand.obj" + -@erase "$(INTDIR)\PaintObjectTool.obj" + -@erase "$(INTDIR)\PaintTextureCommand.obj" + -@erase "$(INTDIR)\PaintTextureTool.obj" + -@erase "$(INTDIR)\RaiseElevationCommand.obj" + -@erase "$(INTDIR)\RaiseElevationTool.obj" + -@erase "$(INTDIR)\ScEd.obj" + -@erase "$(INTDIR)\ScEd.pch" + -@erase "$(INTDIR)\ScEd.res" + -@erase "$(INTDIR)\ScEdDoc.obj" + -@erase "$(INTDIR)\ScEdView.obj" + -@erase "$(INTDIR)\SimpleEdit.obj" + -@erase "$(INTDIR)\SMDConverter.obj" + -@erase "$(INTDIR)\SmoothElevationCommand.obj" + -@erase "$(INTDIR)\SmoothElevationTool.obj" + -@erase "$(INTDIR)\StdAfx.obj" + -@erase "$(INTDIR)\TexToolsDlgBar.obj" + -@erase "$(INTDIR)\TextureManager.obj" + -@erase "$(INTDIR)\ToolManager.obj" + -@erase "$(INTDIR)\UIGlobals.obj" + -@erase "$(INTDIR)\UnitManager.obj" + -@erase "$(INTDIR)\UnitPropertiesDlgBar.obj" + -@erase "$(INTDIR)\UnitToolsDlgBar.obj" + -@erase "$(INTDIR)\vc60.idb" + -@erase "$(INTDIR)\vc60.pdb" + -@erase "$(INTDIR)\WebLinkButton.obj" + -@erase "$(OUTDIR)\ScEd_d.pdb" + -@erase "..\..\binaries\ScEd_d.exe" + -@erase "..\..\binaries\ScEd_d.ilk" + +"$(OUTDIR)" : + if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" + +CPP=cl.exe +CPP_PROJ=/nologo /G6 /MTd /W3 /Gm /Gi /GX /ZI /Od /I "..\\" /I "..\lib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c + +.c{$(INTDIR)}.obj:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cpp{$(INTDIR)}.obj:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cxx{$(INTDIR)}.obj:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.c{$(INTDIR)}.sbr:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cpp{$(INTDIR)}.sbr:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +.cxx{$(INTDIR)}.sbr:: + $(CPP) @<< + $(CPP_PROJ) $< +<< + +MTL=midl.exe +MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 +RSC=rc.exe +RSC_PROJ=/l 0x409 /fo"$(INTDIR)\ScEd.res" /d "_DEBUG" +BSC32=bscmake.exe +BSC32_FLAGS=/nologo /o"$(OUTDIR)\ScEd.bsc" +BSC32_SBRS= \ + +LINK32=link.exe +LINK32_FLAGS=nafxcwd.lib pslib_d.lib opengl32.lib glu32.lib ws2_32.lib version.lib xerces-c_2D.lib /nologo /entry:"entry" /subsystem:windows /incremental:yes /pdb:"$(OUTDIR)\ScEd_d.pdb" /debug /machine:I386 /out:"D:\0ad\binaries\ScEd_d.exe" /pdbtype:sept /libpath:"..\libs" +LINK32_OBJS= \ + "$(INTDIR)\ColorButton.obj" \ + "$(INTDIR)\DirectionButton.obj" \ + "$(INTDIR)\ElevationButton.obj" \ + "$(INTDIR)\ElevToolsDlgBar.obj" \ + "$(INTDIR)\ImageListCtrl.obj" \ + "$(INTDIR)\LightSettingsDlg.obj" \ + "$(INTDIR)\MainFrm.obj" \ + "$(INTDIR)\MapSizeDlg.obj" \ + "$(INTDIR)\OptionsDlg.obj" \ + "$(INTDIR)\ScEd.obj" \ + "$(INTDIR)\ScEdDoc.obj" \ + "$(INTDIR)\ScEdView.obj" \ + "$(INTDIR)\SimpleEdit.obj" \ + "$(INTDIR)\TexToolsDlgBar.obj" \ + "$(INTDIR)\UIGlobals.obj" \ + "$(INTDIR)\UnitPropertiesDlgBar.obj" \ + "$(INTDIR)\UnitToolsDlgBar.obj" \ + "$(INTDIR)\WebLinkButton.obj" \ + "$(INTDIR)\AlterElevationCommand.obj" \ + "$(INTDIR)\PaintObjectCommand.obj" \ + "$(INTDIR)\PaintTextureCommand.obj" \ + "$(INTDIR)\RaiseElevationCommand.obj" \ + "$(INTDIR)\SmoothElevationCommand.obj" \ + "$(INTDIR)\BrushTool.obj" \ + "$(INTDIR)\PaintObjectTool.obj" \ + "$(INTDIR)\PaintTextureTool.obj" \ + "$(INTDIR)\RaiseElevationTool.obj" \ + "$(INTDIR)\SmoothElevationTool.obj" \ + "$(INTDIR)\CommandManager.obj" \ + "$(INTDIR)\EditorData.obj" \ + "$(INTDIR)\InfoBox.obj" \ + "$(INTDIR)\MiniMap.obj" \ + "$(INTDIR)\ObjectEntry.obj" \ + "$(INTDIR)\ObjectManager.obj" \ + "$(INTDIR)\SMDConverter.obj" \ + "$(INTDIR)\TextureManager.obj" \ + "$(INTDIR)\ToolManager.obj" \ + "$(INTDIR)\UnitManager.obj" \ + "$(INTDIR)\HFTracer.obj" \ + "$(INTDIR)\StdAfx.obj" \ + "$(INTDIR)\ScEd.res" + +"..\..\binaries\ScEd_d.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) + $(LINK32) @<< + $(LINK32_FLAGS) $(LINK32_OBJS) +<< + +!ENDIF + + +!IF "$(NO_EXTERNAL_DEPS)" != "1" +!IF EXISTS("ScEd.dep") +!INCLUDE "ScEd.dep" +!ELSE +!MESSAGE Warning: cannot find "ScEd.dep" +!ENDIF +!ENDIF + + +!IF "$(CFG)" == "ScEd - Win32 Release" || "$(CFG)" == "ScEd - Win32 Debug" +SOURCE=.\ColorButton.cpp + +"$(INTDIR)\ColorButton.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\DirectionButton.cpp + +"$(INTDIR)\DirectionButton.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\ElevationButton.cpp + +"$(INTDIR)\ElevationButton.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\ElevToolsDlgBar.cpp + +"$(INTDIR)\ElevToolsDlgBar.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\ImageListCtrl.cpp + +"$(INTDIR)\ImageListCtrl.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\LightSettingsDlg.cpp + +"$(INTDIR)\LightSettingsDlg.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\MainFrm.cpp + +"$(INTDIR)\MainFrm.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\MapSizeDlg.cpp + +"$(INTDIR)\MapSizeDlg.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\OptionsDlg.cpp + +"$(INTDIR)\OptionsDlg.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\ScEd.cpp + +"$(INTDIR)\ScEd.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\ScEd.rc + +"$(INTDIR)\ScEd.res" : $(SOURCE) "$(INTDIR)" + $(RSC) $(RSC_PROJ) $(SOURCE) + + +SOURCE=.\ScEdDoc.cpp + +"$(INTDIR)\ScEdDoc.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\ScEdView.cpp + +"$(INTDIR)\ScEdView.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\SimpleEdit.cpp + +"$(INTDIR)\SimpleEdit.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\TexToolsDlgBar.cpp + +"$(INTDIR)\TexToolsDlgBar.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\UIGlobals.cpp + +"$(INTDIR)\UIGlobals.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\UnitPropertiesDlgBar.cpp + +"$(INTDIR)\UnitPropertiesDlgBar.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\UnitToolsDlgBar.cpp + +"$(INTDIR)\UnitToolsDlgBar.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\WebLinkButton.cpp + +"$(INTDIR)\WebLinkButton.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\AlterElevationCommand.cpp + +"$(INTDIR)\AlterElevationCommand.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\PaintObjectCommand.cpp + +"$(INTDIR)\PaintObjectCommand.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\PaintTextureCommand.cpp + +"$(INTDIR)\PaintTextureCommand.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\RaiseElevationCommand.cpp + +"$(INTDIR)\RaiseElevationCommand.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\SmoothElevationCommand.cpp + +"$(INTDIR)\SmoothElevationCommand.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\BrushTool.cpp + +"$(INTDIR)\BrushTool.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\PaintObjectTool.cpp + +"$(INTDIR)\PaintObjectTool.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\PaintTextureTool.cpp + +"$(INTDIR)\PaintTextureTool.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\RaiseElevationTool.cpp + +"$(INTDIR)\RaiseElevationTool.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\SmoothElevationTool.cpp + +"$(INTDIR)\SmoothElevationTool.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\CommandManager.cpp + +"$(INTDIR)\CommandManager.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\EditorData.cpp + +"$(INTDIR)\EditorData.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\InfoBox.cpp + +"$(INTDIR)\InfoBox.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\MiniMap.cpp + +"$(INTDIR)\MiniMap.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\ObjectEntry.cpp + +"$(INTDIR)\ObjectEntry.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\ObjectManager.cpp + +"$(INTDIR)\ObjectManager.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\SMDConverter.cpp + +"$(INTDIR)\SMDConverter.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\TextureManager.cpp + +"$(INTDIR)\TextureManager.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\ToolManager.cpp + +"$(INTDIR)\ToolManager.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\UnitManager.cpp + +"$(INTDIR)\UnitManager.obj" : $(SOURCE) "$(INTDIR)" + + +SOURCE=.\HFTracer.cpp + +"$(INTDIR)\HFTracer.obj" : $(SOURCE) "$(INTDIR)" + + +!IF "$(CFG)" == "ScEd - Win32 Release" + +"pslib - Win32 Release" : + cd "\0ad\fw\pslib" + NMAKE /f pslib.mak + cd "..\ScEd" + +"pslib - Win32 ReleaseCLEAN" : + cd "\0ad\fw\pslib" + cd "..\ScEd" + +!ELSEIF "$(CFG)" == "ScEd - Win32 Debug" + +"pslib - Win32 Debug" : + cd "\0ad\fw\pslib" + NMAKE /f pslib.mak + cd "..\ScEd" + +"pslib - Win32 DebugCLEAN" : + cd "\0ad\fw\pslib" + cd "..\ScEd" + +!ENDIF + +SOURCE=.\StdAfx.cpp + +!IF "$(CFG)" == "ScEd - Win32 Release" + +CPP_SWITCHES=/nologo /G5 /MT /W3 /GX /Zi /O2 /Ob0 /I "..\\" /I "..\lib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"$(INTDIR)\ScEd.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c + +"$(INTDIR)\StdAfx.obj" "$(INTDIR)\ScEd.pch" : $(SOURCE) "$(INTDIR)" + $(CPP) @<< + $(CPP_SWITCHES) $(SOURCE) +<< + + +!ELSEIF "$(CFG)" == "ScEd - Win32 Debug" + +CPP_SWITCHES=/nologo /G6 /MTd /W3 /Gm /Gi /GX /ZI /Od /I "..\\" /I "..\lib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"$(INTDIR)\ScEd.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c + +"$(INTDIR)\StdAfx.obj" "$(INTDIR)\ScEd.pch" : $(SOURCE) "$(INTDIR)" + $(CPP) @<< + $(CPP_SWITCHES) $(SOURCE) +<< + + +!ENDIF + + +!ENDIF + diff --git a/source/sced/ui/ScEd.rc b/source/sced/ui/ScEd.rc index 9c1de9c807..ae779aacfb 100755 --- a/source/sced/ui/ScEd.rc +++ b/source/sced/ui/ScEd.rc @@ -1,751 +1,751 @@ -//Microsoft Developer Studio generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "afxres.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE DISCARDABLE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE DISCARDABLE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE DISCARDABLE -BEGIN - "#define _AFX_NO_SPLITTER_RESOURCES\r\n" - "#define _AFX_NO_OLE_RESOURCES\r\n" - "#define _AFX_NO_TRACKER_RESOURCES\r\n" - "#define _AFX_NO_PROPERTY_RESOURCES\r\n" - "\r\n" - "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" - "#ifdef _WIN32\r\n" - "LANGUAGE 9, 1\r\n" - "#pragma code_page(1252)\r\n" - "#endif //_WIN32\r\n" - "#include ""res\\ScEd.rc2"" // non-Microsoft Visual C++ edited resources\r\n" - "#include ""afxres.rc"" // Standard components\r\n" - "#endif\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Icon -// - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -IDR_MAINFRAME ICON DISCARDABLE "res\\ScEd.ico" -IDR_SCEDTYPE ICON DISCARDABLE "res\\ScEdDoc.ico" - -///////////////////////////////////////////////////////////////////////////// -// -// Bitmap -// - -IDR_MAINFRAME BITMAP MOVEABLE PURE "res\\Toolbar.bmp" -IDB_LOGO BITMAP DISCARDABLE "res\\0ad_logo.bmp" -IDB_BITMAP_SELECT BITMAP DISCARDABLE "res\\select.bmp" -IDB_BITMAP_TEXTURETOOLS BITMAP DISCARDABLE "res\\terraintools.bmp" -IDB_BITMAP_ELEVATIONTOOLS BITMAP DISCARDABLE "res\\elevationtools.bmp" -IDB_BITMAP_MODELTOOLS BITMAP DISCARDABLE "res\\modeltools.bmp" -IDB_BITMAP_SELECTUNIT BITMAP DISCARDABLE "res\\selectunit.bmp" -IDB_BITMAP_ADDUNIT BITMAP DISCARDABLE "res\\addunit.bmp" - -///////////////////////////////////////////////////////////////////////////// -// -// Toolbar -// - -IDR_MAINFRAME TOOLBAR DISCARDABLE 16, 15 -BEGIN - BUTTON ID_FILE_NEW - BUTTON ID_FILE_OPEN - BUTTON ID_FILE_SAVE - SEPARATOR - BUTTON ID_EDIT_CUT - BUTTON ID_EDIT_COPY - BUTTON ID_EDIT_PASTE - SEPARATOR - BUTTON ID_FILE_PRINT - SEPARATOR - BUTTON ID_APP_ABOUT -END - - -///////////////////////////////////////////////////////////////////////////// -// -// Menu -// - -IDR_MAINFRAME MENU PRELOAD DISCARDABLE -BEGIN - POPUP "&File" - BEGIN - MENUITEM "&Load Map", ID_FILE_LOADMAP - MENUITEM "&Save Map", ID_FILE_SAVEMAP - MENUITEM SEPARATOR - MENUITEM "E&xit", ID_APP_EXIT - END - POPUP "&Test" - BEGIN - MENUITEM "&Go", ID_TEST_GO - MENUITEM "&Stop", ID_TEST_STOP - END - POPUP "&Edit" - BEGIN - MENUITEM "&Undo Ctrl+Z", ID_EDIT_UNDO - MENUITEM "&Redo Ctrl+Y", ID_EDIT_REDO - END - POPUP "&View" - BEGIN - POPUP "&Terrain Style" - BEGIN - MENUITEM "&Normal", ID_VIEW_TERRAIN_SOLID - , CHECKED - MENUITEM "&Grid", ID_VIEW_TERRAIN_GRID - , CHECKED - MENUITEM "&Wireframe", ID_VIEW_TERRAIN_WIREFRAME - , CHECKED - END - POPUP "&Model Style" - BEGIN - MENUITEM "&Normal", ID_VIEW_MODEL_SOLID - , CHECKED - MENUITEM "&Edged Faces", ID_VIEW_MODEL_GRID - , CHECKED - MENUITEM "&Wireframe", ID_VIEW_MODEL_WIREFRAME - , CHECKED - END - MENUITEM SEPARATOR - MENUITEM "&Render Stats F1", ID_VIEW_RENDERSTATS - MENUITEM "&Screenshot F9", ID_VIEW_SCREENSHOT - END - POPUP "&Map" - BEGIN - MENUITEM "&Texture Tools", IDR_TEXTURE_TOOLS - MENUITEM "&Elevation Tools", IDR_ELEVATION_TOOLS - MENUITEM "&Unit Tools", IDR_UNIT_TOOLS - MENUITEM SEPARATOR - MENUITEM "&Lighting Settings", ID_LIGHTING_SETTINGS - MENUITEM SEPARATOR - MENUITEM "L&oad Terrain", ID_TERRAIN_LOAD - MENUITEM "&Resize Terrain", IDR_RESIZE_MAP - MENUITEM SEPARATOR - MENUITEM "Ra&ndom Map", ID_RANDOM_MAP - END - POPUP "&Tools" - BEGIN - MENUITEM "&Options", ID_TOOLS_OPTIONS - END - POPUP "&Help" - BEGIN - MENUITEM "&About ScEd...", ID_APP_ABOUT - END -END - - -///////////////////////////////////////////////////////////////////////////// -// -// Accelerator -// - -IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE -BEGIN - "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT - "N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT - "O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT - "S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT - "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT - VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT - VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT - VK_F1, ID_VIEW_RENDERSTATS, VIRTKEY, NOINVERT - VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT - VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT - VK_F9, ID_VIEW_SCREENSHOT, VIRTKEY, NOINVERT - VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT - VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT - "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT - "Y", ID_EDIT_REDO, VIRTKEY, CONTROL, NOINVERT - "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT -END - - -///////////////////////////////////////////////////////////////////////////// -// -// Dialog -// - -IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 268, 153 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "About ScEd" -FONT 8, "MS Sans Serif" -BEGIN - CONTROL 135,IDC_STATIC,"Static",SS_BITMAP,31,21,205,62 - LTEXT "Version: 0.0.0.0",IDC_STATIC_VERSION,7,138,56,8, - SS_NOPREFIX - LTEXT "Wildfire Games, 2003",IDC_STATIC,98,97,71,8 - DEFPUSHBUTTON "OK",IDOK,211,132,50,14,WS_GROUP - CONTROL "www.wildfiregames.com",IDC_BUTTON_LAUNCHWFG,"Button", - BS_OWNERDRAW | BS_FLAT | WS_TABSTOP,84,110,98,17 -END - -IDR_MAINFRAME DIALOG DISCARDABLE 0, 0, 224, 18 -STYLE WS_CHILD -FONT 8, "MS Sans Serif" -BEGIN - PUSHBUTTON "",IDC_BUTTON_SELECT,3,0,18,18,BS_BITMAP - PUSHBUTTON "",IDC_BUTTON_ELEVATIONTOOLS,43,0,18,18,BS_BITMAP - PUSHBUTTON "",IDC_BUTTON_TEXTURETOOLS,23,0,18,18,BS_BITMAP - PUSHBUTTON "",IDC_BUTTON_MODELTOOLS,63,0,18,18,BS_BITMAP | NOT - WS_TABSTOP -END - -IDD_DIALOG_LIGHTSETTINGS DIALOG DISCARDABLE 0, 0, 186, 263 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Lighting Settings" -FONT 8, "MS Sans Serif" -BEGIN - DEFPUSHBUTTON "OK",IDOK,7,243,50,14 - PUSHBUTTON "Preview",IDC_BUTTON_APPLY,68,243,50,14 - PUSHBUTTON "Cancel",IDCANCEL,129,243,50,14 - LTEXT "Color",IDC_STATIC,55,133,57,8 - LTEXT "Direction",IDC_STATIC,83,25,42,8 - LTEXT "Terrain",IDC_STATIC,55,185,71,8 - CONTROL "",IDC_BUTTON_SUNCOLOR,"Button",BS_OWNERDRAW | BS_FLAT, - 18,129,27,14 - CONTROL "",IDC_BUTTON_TERRAINAMBIENTCOLOR,"Button",BS_OWNERDRAW | - BS_FLAT,18,183,27,14 - GROUPBOX "Ambient Light",IDC_STATIC,7,169,172,62 - GROUPBOX "Directional Light",IDC_STATIC,7,7,172,147 - LTEXT "Elevation",IDC_STATIC,84,81,40,8 - CONTROL "",IDC_BUTTON_DIRECTION,"Button",BS_OWNERDRAW | BS_FLAT, - 18,19,56,48 - CONTROL "",IDC_BUTTON_ELEVATION,"Button",BS_OWNERDRAW | BS_FLAT, - 18,73,56,32 - EDITTEXT IDC_EDIT_DIRECTION,83,41,31,14,ES_AUTOHSCROLL | - ES_NUMBER | NOT WS_TABSTOP - CONTROL "Spin1",IDC_SPIN_DIRECTION,"msctls_updown32",UDS_WRAP | - UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | - UDS_ARROWKEYS | UDS_NOTHOUSANDS,115,41,11,14 - LTEXT "Units and Buildings",IDC_STATIC,55,209,71,8 - CONTROL "",IDC_BUTTON_UNITSAMBIENTCOLOR,"Button",BS_OWNERDRAW | - BS_FLAT,18,207,27,14 - EDITTEXT IDC_EDIT_ELEVATION,83,95,31,14,ES_AUTOHSCROLL | - ES_NUMBER | NOT WS_TABSTOP - CONTROL "Spin1",IDC_SPIN_ELEVATION,"msctls_updown32", - UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | - UDS_ARROWKEYS | UDS_NOTHOUSANDS,115,95,11,14 -END - -IDD_DIALOGBAR_TEXTURETOOLS DIALOG DISCARDABLE 0, 0, 75, 374 -STYLE DS_3DLOOK | WS_CHILD -FONT 8, "MS Sans Serif" -BEGIN - CONTROL "Slider1",IDC_SLIDER_BRUSHSIZE,"msctls_trackbar32", - TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,9,23,57,14 - LTEXT "Brush Size",IDC_STATIC,13,14,39,8 - CONTROL "List1",IDC_LIST_TEXTUREBROWSER,"SysListView32", - LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | - LVS_NOSORTHEADER | WS_TABSTOP,7,94,61,273 - CONTROL "",IDC_STATIC_CURRENTTEXTURE,"Static",SS_BITMAP | - SS_CENTERIMAGE | WS_BORDER,24,45,24,24 - COMBOBOX IDC_COMBO_TERRAINTYPES,7,79,61,58,CBS_DROPDOWN | - WS_VSCROLL | WS_TABSTOP - GROUPBOX "",IDC_STATIC,7,7,61,69 -END - -IDD_DIALOGBAR_UNITTOOLS DIALOG DISCARDABLE 0, 0, 95, 330 -STYLE DS_3DLOOK | WS_CHILD -FONT 8, "MS Sans Serif" -BEGIN - CONTROL "List1",IDC_LIST_OBJECTBROWSER,"SysListView32", - LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | - LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_TABSTOP,7,74, - 81,246 - PUSHBUTTON "New",IDC_BUTTON_ADD,7,44,81,14 - PUSHBUTTON "Edit",IDC_BUTTON_EDIT,7,58,81,14 - COMBOBOX IDC_COMBO_OBJECTTYPES,7,28,81,58,CBS_DROPDOWN | - WS_VSCROLL | WS_TABSTOP - PUSHBUTTON "",IDC_BUTTON_SELECT,7,7,18,18,BS_BITMAP - PUSHBUTTON "",IDC_BUTTON_ADDUNIT,27,7,18,18,BS_BITMAP -END - -IDD_DIALOG_OPTIONS DIALOG DISCARDABLE 0, 0, 186, 138 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Options" -FONT 8, "MS Sans Serif" -BEGIN - DEFPUSHBUTTON "OK",IDOK,35,117,50,14 - PUSHBUTTON "Cancel",IDCANCEL,101,117,50,14 - GROUPBOX "Scroll Speed",IDC_STATIC,7,13,172,53 - CONTROL "Slider1",IDC_SLIDER_RTSSCROLLSPEED,"msctls_trackbar32", - TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,14,36,158,15 - LTEXT "10",IDC_STATIC,159,25,9,8 - LTEXT "0",IDC_STATIC,20,26,8,8 -END - -IDD_DIALOGBAR_ELEVATIONTOOLS DIALOG DISCARDABLE 0, 0, 75, 330 -STYLE DS_3DLOOK | WS_CHILD -FONT 8, "MS Sans Serif" -BEGIN - CONTROL "Slider1",IDC_SLIDER_BRUSHSIZE,"msctls_trackbar32", - TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,7,18,61,15 - LTEXT "Brush Size",IDC_STATIC,7,7,61,8 - CONTROL "Slider1",IDC_SLIDER_BRUSHEFFECT,"msctls_trackbar32", - TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,7,112,61,15 - LTEXT "Brush Effect",IDC_STATIC,7,101,61,8 - GROUPBOX "Use",IDC_STATIC,7,44,61,48 - CONTROL "Raise/Lower",IDC_RADIO_RAISE,"Button", - BS_AUTORADIOBUTTON,10,56,54,10 - CONTROL "Smooth",IDC_RADIO_SMOOTH,"Button",BS_AUTORADIOBUTTON,10, - 73,54,10 -END - -IDD_DIALOGBAR_UNITPROPERTIES DIALOG DISCARDABLE 0, 0, 137, 327 -STYLE DS_3DLOOK | WS_CHILD -FONT 8, "MS Sans Serif" -BEGIN - LTEXT "Unit",IDC_STATIC,23,25,18,8 - LTEXT "Model",IDC_STATIC,21,37,20,8 - EDITTEXT IDC_EDIT_NAME,43,23,71,12,ES_AUTOHSCROLL - EDITTEXT IDC_EDIT_MODEL,43,35,71,12,ES_AUTOHSCROLL - PUSHBUTTON "...",IDC_BUTTON_MODELBROWSE,118,37,12,10 - PUSHBUTTON "Refresh",IDC_BUTTON_REFRESH,80,7,50,14 - PUSHBUTTON "<<",IDC_BUTTON_BACK,4,7,16,14 - LTEXT "Animation",IDC_STATIC,9,63,32,8 - EDITTEXT IDC_EDIT_ANIMATION,43,62,71,12,ES_AUTOHSCROLL - PUSHBUTTON "...",IDC_BUTTON_ANIMATIONBROWSE,118,63,12,10 - LTEXT "Texture",IDC_STATIC,15,52,25,8 - EDITTEXT IDC_EDIT_TEXTURE,43,49,71,12,ES_AUTOHSCROLL - PUSHBUTTON "...",IDC_BUTTON_TEXTUREBROWSE,118,50,12,10 -END - -IDD_DIALOG_SIMPLEEDIT DIALOG DISCARDABLE 0, 0, 186, 47 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Dialog" -FONT 8, "MS Sans Serif" -BEGIN - DEFPUSHBUTTON "OK",IDOK,35,26,50,14 - PUSHBUTTON "Cancel",IDCANCEL,101,26,50,14 - EDITTEXT IDC_EDIT1,7,8,172,14,ES_AUTOHSCROLL -END - -IDD_DIALOG_MAPSIZE DIALOG DISCARDABLE 0, 0, 138, 106 -STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Select Map Size" -FONT 8, "MS Sans Serif" -BEGIN - DEFPUSHBUTTON "OK",IDOK,13,85,50,14 - PUSHBUTTON "Cancel",IDCANCEL,75,85,50,14 - CONTROL "Small",IDC_RADIO_SMALL,"Button",BS_AUTORADIOBUTTON,41, - 13,56,10 - CONTROL "Medium",IDC_RADIO_MEDIUM,"Button",BS_AUTORADIOBUTTON,41, - 28,56,10 - CONTROL "Large",IDC_RADIO_LARGE,"Button",BS_AUTORADIOBUTTON,41, - 43,56,10 - CONTROL "Huge",IDC_RADIO_HUGE,"Button",BS_AUTORADIOBUTTON,41,58, - 56,10 -END - -IDD_DIALOGBAR_BRUSHSHAPEEDITOR DIALOG DISCARDABLE 0, 0, 91, 277 -STYLE WS_CHILD -FONT 8, "MS Sans Serif" -BEGIN - CONTROL "Slider1",IDC_SLIDER_BRUSHSIZE,"msctls_trackbar32", - TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,19,33,57,14 - COMBOBOX IDC_COMBO_TERRAINTYPES,4,57,82,58,CBS_DROPDOWN | - WS_VSCROLL | WS_TABSTOP - LTEXT "Brush Size",IDC_STATIC,27,22,39,8 - PUSHBUTTON "<<",IDC_BUTTON_BACK,4,7,15,12 -END - -IDD_PROPPAGE_NAVIGATION DIALOG DISCARDABLE 0, 0, 195, 127 -STYLE WS_CHILD | WS_DISABLED | WS_CAPTION -CAPTION "Navigation" -FONT 8, "MS Sans Serif" -BEGIN - GROUPBOX "Scroll Speed",IDC_STATIC,7,13,181,53 - CONTROL "Slider1",IDC_SLIDER_RTSSCROLLSPEED,"msctls_trackbar32", - TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,14,36,165,15 -END - -IDD_PROPPAGE_SHADOWS DIALOG DISCARDABLE 0, 0, 195, 127 -STYLE WS_CHILD | WS_DISABLED | WS_CAPTION -CAPTION "Shadows" -FONT 8, "MS Sans Serif" -BEGIN - CONTROL "Enable Shadows",IDC_CHECK_SHADOWS,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,14,17,69,10 - GROUPBOX "",IDC_STATIC,15,41,168,71 - LTEXT "Color",IDC_STATIC,23,55,27,8 - CONTROL "",IDC_BUTTON_SHADOWCOLOR,"Button",BS_OWNERDRAW | - BS_FLAT,57,52,27,14 - CONTROL "Slider1",IDC_SLIDER_SHADOWQUALITY,"msctls_trackbar32", - TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,51,78,125,15 - LTEXT "Quality",IDC_STATIC,21,83,27,8 -END - -IDD_UNITPROPERTIES_TEXTURES DIALOG DISCARDABLE 0, 0, 113, 127 -STYLE WS_CHILD | WS_DISABLED | WS_CAPTION -CAPTION "Textures" -FONT 8, "MS Sans Serif" -BEGIN - LTEXT "Texture",IDC_STATIC,7,9,25,8 - EDITTEXT IDC_EDIT_TEXTURE,35,7,57,12,ES_AUTOHSCROLL - PUSHBUTTON "...",IDC_BUTTON_TEXTUREBROWSE,94,7,12,10 -END - -IDD_UNITPROPERTIES_ANIMATIONS DIALOG DISCARDABLE 0, 0, 120, 127 -STYLE WS_CHILD | WS_DISABLED | WS_CAPTION -CAPTION "Animations" -FONT 8, "MS Sans Serif" -BEGIN - LTEXT "Animation",IDC_STATIC,7,7,32,8 - EDITTEXT IDC_EDIT_ANIMATION,39,7,57,12,ES_AUTOHSCROLL - PUSHBUTTON "...",IDC_BUTTON_ANIMATIONBROWSE,101,7,12,10 -END - - -#ifndef _MAC -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,0,7,3 - PRODUCTVERSION 0,0,7,3 - FILEFLAGSMASK 0x3fL -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "Comments", "\0" - VALUE "CompanyName", "Wildfire Games\0" - VALUE "FileDescription", "0AD Scenario Editor\0" - VALUE "FileVersion", "0, 0, 7, 3\0" - VALUE "InternalName", "ScEd\0" - VALUE "LegalCopyright", "Copyright (C) 2003-2004\0" - VALUE "LegalTrademarks", "\0" - VALUE "OriginalFilename", "ScEd.EXE\0" - VALUE "PrivateBuild", "\0" - VALUE "ProductName", "ScEd\0" - VALUE "ProductVersion", "0, 0, 7, 3\0" - VALUE "SpecialBuild", "\0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // !_MAC - - -///////////////////////////////////////////////////////////////////////////// -// -// DESIGNINFO -// - -#ifdef APSTUDIO_INVOKED -GUIDELINES DESIGNINFO DISCARDABLE -BEGIN - IDD_ABOUTBOX, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 261 - TOPMARGIN, 7 - BOTTOMMARGIN, 146 - END - - IDR_MAINFRAME, DIALOG - BEGIN - RIGHTMARGIN, 216 - END - - IDD_DIALOG_LIGHTSETTINGS, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 179 - TOPMARGIN, 7 - BOTTOMMARGIN, 256 - END - - IDD_DIALOGBAR_TEXTURETOOLS, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 68 - TOPMARGIN, 7 - BOTTOMMARGIN, 367 - END - - IDD_DIALOGBAR_UNITTOOLS, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 88 - TOPMARGIN, 7 - BOTTOMMARGIN, 320 - END - - IDD_DIALOG_OPTIONS, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 179 - TOPMARGIN, 7 - BOTTOMMARGIN, 131 - END - - IDD_DIALOGBAR_ELEVATIONTOOLS, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 68 - TOPMARGIN, 7 - BOTTOMMARGIN, 204 - END - - IDD_DIALOGBAR_UNITPROPERTIES, DIALOG - BEGIN - LEFTMARGIN, 4 - RIGHTMARGIN, 130 - TOPMARGIN, 7 - BOTTOMMARGIN, 320 - END - - IDD_DIALOG_SIMPLEEDIT, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 179 - TOPMARGIN, 7 - BOTTOMMARGIN, 40 - END - - IDD_DIALOG_MAPSIZE, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 126 - TOPMARGIN, 7 - BOTTOMMARGIN, 99 - END - - IDD_DIALOGBAR_BRUSHSHAPEEDITOR, DIALOG - BEGIN - LEFTMARGIN, 4 - RIGHTMARGIN, 86 - TOPMARGIN, 7 - BOTTOMMARGIN, 270 - END - - IDD_PROPPAGE_NAVIGATION, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 188 - TOPMARGIN, 7 - BOTTOMMARGIN, 120 - END - - IDD_PROPPAGE_SHADOWS, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 188 - TOPMARGIN, 7 - BOTTOMMARGIN, 120 - END - - IDD_UNITPROPERTIES_TEXTURES, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 106 - TOPMARGIN, 7 - BOTTOMMARGIN, 120 - END - - IDD_UNITPROPERTIES_ANIMATIONS, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 113 - TOPMARGIN, 7 - BOTTOMMARGIN, 120 - END -END -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// String Table -// - -STRINGTABLE PRELOAD DISCARDABLE -BEGIN - IDR_MAINFRAME "ScEd\n\nScEd\n\n\nScEd.Document\nScEd Document" -END - -STRINGTABLE PRELOAD DISCARDABLE -BEGIN - AFX_IDS_APP_TITLE "ScEd" - AFX_IDS_IDLEMESSAGE "Ready" -END - -STRINGTABLE DISCARDABLE -BEGIN - ID_INDICATOR_EXT "EXT" - ID_INDICATOR_CAPS "CAP" - ID_INDICATOR_NUM "NUM" - ID_INDICATOR_SCRL "SCRL" - ID_INDICATOR_OVR "OVR" - ID_INDICATOR_REC "REC" -END - -STRINGTABLE DISCARDABLE -BEGIN - ID_FILE_NEW "Create a new document\nNew" - ID_FILE_OPEN "Open an existing document\nOpen" - ID_FILE_CLOSE "Close the active document\nClose" - ID_FILE_SAVE "Save the active document\nSave" - ID_FILE_SAVE_AS "Save the active document with a new name\nSave As" -END - -STRINGTABLE DISCARDABLE -BEGIN - ID_APP_ABOUT "Display program information, version number and copyright\nAbout" - ID_APP_EXIT "Quit the application; prompts to save documents\nExit" -END - -STRINGTABLE DISCARDABLE -BEGIN - ID_FILE_MRU_FILE1 "Open this document" - ID_FILE_MRU_FILE2 "Open this document" - ID_FILE_MRU_FILE3 "Open this document" - ID_FILE_MRU_FILE4 "Open this document" - ID_FILE_MRU_FILE5 "Open this document" - ID_FILE_MRU_FILE6 "Open this document" - ID_FILE_MRU_FILE7 "Open this document" - ID_FILE_MRU_FILE8 "Open this document" - ID_FILE_MRU_FILE9 "Open this document" - ID_FILE_MRU_FILE10 "Open this document" - ID_FILE_MRU_FILE11 "Open this document" - ID_FILE_MRU_FILE12 "Open this document" - ID_FILE_MRU_FILE13 "Open this document" - ID_FILE_MRU_FILE14 "Open this document" - ID_FILE_MRU_FILE15 "Open this document" - ID_FILE_MRU_FILE16 "Open this document" -END - -STRINGTABLE DISCARDABLE -BEGIN - ID_NEXT_PANE "Switch to the next window pane\nNext Pane" - ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane" -END - -STRINGTABLE DISCARDABLE -BEGIN - ID_WINDOW_SPLIT "Split the active window into panes\nSplit" -END - -STRINGTABLE DISCARDABLE -BEGIN - ID_EDIT_CLEAR "Erase the selection\nErase" - ID_EDIT_CLEAR_ALL "Erase everything\nErase All" - ID_EDIT_COPY "Copy the selection and put it on the Clipboard\nCopy" - ID_EDIT_CUT "Cut the selection and put it on the Clipboard\nCut" - ID_EDIT_FIND "Find the specified text\nFind" - ID_EDIT_PASTE "Insert Clipboard contents\nPaste" - ID_EDIT_REPEAT "Repeat the last action\nRepeat" - ID_EDIT_REPLACE "Replace specific text with different text\nReplace" - ID_EDIT_SELECT_ALL "Select the entire document\nSelect All" - ID_EDIT_UNDO "Undo the last action\nUndo" - ID_EDIT_REDO "Redo the previously undone action\nRedo" -END - -STRINGTABLE DISCARDABLE -BEGIN - ID_VIEW_TOOLBAR "Show or hide the toolbar\nToggle ToolBar" - ID_VIEW_STATUS_BAR "Show or hide the status bar\nToggle StatusBar" -END - -STRINGTABLE DISCARDABLE -BEGIN - AFX_IDS_SCSIZE "Change the window size" - AFX_IDS_SCMOVE "Change the window position" - AFX_IDS_SCMINIMIZE "Reduce the window to an icon" - AFX_IDS_SCMAXIMIZE "Enlarge the window to full size" - AFX_IDS_SCNEXTWINDOW "Switch to the next document window" - AFX_IDS_SCPREVWINDOW "Switch to the previous document window" - AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents" -END - -STRINGTABLE DISCARDABLE -BEGIN - AFX_IDS_SCRESTORE "Restore the window to normal size" - AFX_IDS_SCTASKLIST "Activate Task List" -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// -#define _AFX_NO_SPLITTER_RESOURCES -#define _AFX_NO_OLE_RESOURCES -#define _AFX_NO_TRACKER_RESOURCES -#define _AFX_NO_PROPERTY_RESOURCES - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE 9, 1 -#pragma code_page(1252) -#endif //_WIN32 -#include "res\ScEd.rc2" // non-Microsoft Visual C++ edited resources -#include "afxres.rc" // Standard components -#endif - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - +//Microsoft Developer Studio generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) +#endif //_WIN32 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE DISCARDABLE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE DISCARDABLE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE DISCARDABLE +BEGIN + "#define _AFX_NO_SPLITTER_RESOURCES\r\n" + "#define _AFX_NO_OLE_RESOURCES\r\n" + "#define _AFX_NO_TRACKER_RESOURCES\r\n" + "#define _AFX_NO_PROPERTY_RESOURCES\r\n" + "\r\n" + "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" + "#ifdef _WIN32\r\n" + "LANGUAGE 9, 1\r\n" + "#pragma code_page(1252)\r\n" + "#endif //_WIN32\r\n" + "#include ""res\\ScEd.rc2"" // non-Microsoft Visual C++ edited resources\r\n" + "#include ""afxres.rc"" // Standard components\r\n" + "#endif\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDR_MAINFRAME ICON DISCARDABLE "res\\ScEd.ico" +IDR_SCEDTYPE ICON DISCARDABLE "res\\ScEdDoc.ico" + +///////////////////////////////////////////////////////////////////////////// +// +// Bitmap +// + +IDR_MAINFRAME BITMAP MOVEABLE PURE "res\\Toolbar.bmp" +IDB_LOGO BITMAP DISCARDABLE "res\\0ad_logo.bmp" +IDB_BITMAP_SELECT BITMAP DISCARDABLE "res\\select.bmp" +IDB_BITMAP_TEXTURETOOLS BITMAP DISCARDABLE "res\\terraintools.bmp" +IDB_BITMAP_ELEVATIONTOOLS BITMAP DISCARDABLE "res\\elevationtools.bmp" +IDB_BITMAP_MODELTOOLS BITMAP DISCARDABLE "res\\modeltools.bmp" +IDB_BITMAP_SELECTUNIT BITMAP DISCARDABLE "res\\selectunit.bmp" +IDB_BITMAP_ADDUNIT BITMAP DISCARDABLE "res\\addunit.bmp" + +///////////////////////////////////////////////////////////////////////////// +// +// Toolbar +// + +IDR_MAINFRAME TOOLBAR DISCARDABLE 16, 15 +BEGIN + BUTTON ID_FILE_NEW + BUTTON ID_FILE_OPEN + BUTTON ID_FILE_SAVE + SEPARATOR + BUTTON ID_EDIT_CUT + BUTTON ID_EDIT_COPY + BUTTON ID_EDIT_PASTE + SEPARATOR + BUTTON ID_FILE_PRINT + SEPARATOR + BUTTON ID_APP_ABOUT +END + + +///////////////////////////////////////////////////////////////////////////// +// +// Menu +// + +IDR_MAINFRAME MENU PRELOAD DISCARDABLE +BEGIN + POPUP "&File" + BEGIN + MENUITEM "&Load Map", ID_FILE_LOADMAP + MENUITEM "&Save Map", ID_FILE_SAVEMAP + MENUITEM SEPARATOR + MENUITEM "E&xit", ID_APP_EXIT + END + POPUP "&Test" + BEGIN + MENUITEM "&Go", ID_TEST_GO + MENUITEM "&Stop", ID_TEST_STOP + END + POPUP "&Edit" + BEGIN + MENUITEM "&Undo Ctrl+Z", ID_EDIT_UNDO + MENUITEM "&Redo Ctrl+Y", ID_EDIT_REDO + END + POPUP "&View" + BEGIN + POPUP "&Terrain Style" + BEGIN + MENUITEM "&Normal", ID_VIEW_TERRAIN_SOLID + , CHECKED + MENUITEM "&Grid", ID_VIEW_TERRAIN_GRID + , CHECKED + MENUITEM "&Wireframe", ID_VIEW_TERRAIN_WIREFRAME + , CHECKED + END + POPUP "&Model Style" + BEGIN + MENUITEM "&Normal", ID_VIEW_MODEL_SOLID + , CHECKED + MENUITEM "&Edged Faces", ID_VIEW_MODEL_GRID + , CHECKED + MENUITEM "&Wireframe", ID_VIEW_MODEL_WIREFRAME + , CHECKED + END + MENUITEM SEPARATOR + MENUITEM "&Render Stats F1", ID_VIEW_RENDERSTATS + MENUITEM "&Screenshot F9", ID_VIEW_SCREENSHOT + END + POPUP "&Map" + BEGIN + MENUITEM "&Texture Tools", IDR_TEXTURE_TOOLS + MENUITEM "&Elevation Tools", IDR_ELEVATION_TOOLS + MENUITEM "&Unit Tools", IDR_UNIT_TOOLS + MENUITEM SEPARATOR + MENUITEM "&Lighting Settings", ID_LIGHTING_SETTINGS + MENUITEM SEPARATOR + MENUITEM "L&oad Terrain", ID_TERRAIN_LOAD + MENUITEM "&Resize Terrain", IDR_RESIZE_MAP + MENUITEM SEPARATOR + MENUITEM "Ra&ndom Map", ID_RANDOM_MAP + END + POPUP "&Tools" + BEGIN + MENUITEM "&Options", ID_TOOLS_OPTIONS + END + POPUP "&Help" + BEGIN + MENUITEM "&About ScEd...", ID_APP_ABOUT + END +END + + +///////////////////////////////////////////////////////////////////////////// +// +// Accelerator +// + +IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE +BEGIN + "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT + "N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT + "O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT + "S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT + "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT + VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT + VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT + VK_F1, ID_VIEW_RENDERSTATS, VIRTKEY, NOINVERT + VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT + VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT + VK_F9, ID_VIEW_SCREENSHOT, VIRTKEY, NOINVERT + VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT + VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT + "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT + "Y", ID_EDIT_REDO, VIRTKEY, CONTROL, NOINVERT + "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT +END + + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 268, 153 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "About ScEd" +FONT 8, "MS Sans Serif" +BEGIN + CONTROL 135,IDC_STATIC,"Static",SS_BITMAP,31,21,205,62 + LTEXT "Version: 0.0.0.0",IDC_STATIC_VERSION,7,138,56,8, + SS_NOPREFIX + LTEXT "Wildfire Games, 2003",IDC_STATIC,98,97,71,8 + DEFPUSHBUTTON "OK",IDOK,211,132,50,14,WS_GROUP + CONTROL "www.wildfiregames.com",IDC_BUTTON_LAUNCHWFG,"Button", + BS_OWNERDRAW | BS_FLAT | WS_TABSTOP,84,110,98,17 +END + +IDR_MAINFRAME DIALOG DISCARDABLE 0, 0, 224, 18 +STYLE WS_CHILD +FONT 8, "MS Sans Serif" +BEGIN + PUSHBUTTON "",IDC_BUTTON_SELECT,3,0,18,18,BS_BITMAP + PUSHBUTTON "",IDC_BUTTON_ELEVATIONTOOLS,43,0,18,18,BS_BITMAP + PUSHBUTTON "",IDC_BUTTON_TEXTURETOOLS,23,0,18,18,BS_BITMAP + PUSHBUTTON "",IDC_BUTTON_MODELTOOLS,63,0,18,18,BS_BITMAP | NOT + WS_TABSTOP +END + +IDD_DIALOG_LIGHTSETTINGS DIALOG DISCARDABLE 0, 0, 186, 263 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Lighting Settings" +FONT 8, "MS Sans Serif" +BEGIN + DEFPUSHBUTTON "OK",IDOK,7,243,50,14 + PUSHBUTTON "Preview",IDC_BUTTON_APPLY,68,243,50,14 + PUSHBUTTON "Cancel",IDCANCEL,129,243,50,14 + LTEXT "Color",IDC_STATIC,55,133,57,8 + LTEXT "Direction",IDC_STATIC,83,25,42,8 + LTEXT "Terrain",IDC_STATIC,55,185,71,8 + CONTROL "",IDC_BUTTON_SUNCOLOR,"Button",BS_OWNERDRAW | BS_FLAT, + 18,129,27,14 + CONTROL "",IDC_BUTTON_TERRAINAMBIENTCOLOR,"Button",BS_OWNERDRAW | + BS_FLAT,18,183,27,14 + GROUPBOX "Ambient Light",IDC_STATIC,7,169,172,62 + GROUPBOX "Directional Light",IDC_STATIC,7,7,172,147 + LTEXT "Elevation",IDC_STATIC,84,81,40,8 + CONTROL "",IDC_BUTTON_DIRECTION,"Button",BS_OWNERDRAW | BS_FLAT, + 18,19,56,48 + CONTROL "",IDC_BUTTON_ELEVATION,"Button",BS_OWNERDRAW | BS_FLAT, + 18,73,56,32 + EDITTEXT IDC_EDIT_DIRECTION,83,41,31,14,ES_AUTOHSCROLL | + ES_NUMBER | NOT WS_TABSTOP + CONTROL "Spin1",IDC_SPIN_DIRECTION,"msctls_updown32",UDS_WRAP | + UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | + UDS_ARROWKEYS | UDS_NOTHOUSANDS,115,41,11,14 + LTEXT "Units and Buildings",IDC_STATIC,55,209,71,8 + CONTROL "",IDC_BUTTON_UNITSAMBIENTCOLOR,"Button",BS_OWNERDRAW | + BS_FLAT,18,207,27,14 + EDITTEXT IDC_EDIT_ELEVATION,83,95,31,14,ES_AUTOHSCROLL | + ES_NUMBER | NOT WS_TABSTOP + CONTROL "Spin1",IDC_SPIN_ELEVATION,"msctls_updown32", + UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | + UDS_ARROWKEYS | UDS_NOTHOUSANDS,115,95,11,14 +END + +IDD_DIALOGBAR_TEXTURETOOLS DIALOG DISCARDABLE 0, 0, 75, 374 +STYLE DS_3DLOOK | WS_CHILD +FONT 8, "MS Sans Serif" +BEGIN + CONTROL "Slider1",IDC_SLIDER_BRUSHSIZE,"msctls_trackbar32", + TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,9,23,57,14 + LTEXT "Brush Size",IDC_STATIC,13,14,39,8 + CONTROL "List1",IDC_LIST_TEXTUREBROWSER,"SysListView32", + LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | + LVS_NOSORTHEADER | WS_TABSTOP,7,94,61,273 + CONTROL "",IDC_STATIC_CURRENTTEXTURE,"Static",SS_BITMAP | + SS_CENTERIMAGE | WS_BORDER,24,45,24,24 + COMBOBOX IDC_COMBO_TERRAINTYPES,7,79,61,58,CBS_DROPDOWN | + WS_VSCROLL | WS_TABSTOP + GROUPBOX "",IDC_STATIC,7,7,61,69 +END + +IDD_DIALOGBAR_UNITTOOLS DIALOG DISCARDABLE 0, 0, 95, 330 +STYLE DS_3DLOOK | WS_CHILD +FONT 8, "MS Sans Serif" +BEGIN + CONTROL "List1",IDC_LIST_OBJECTBROWSER,"SysListView32", + LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | + LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_TABSTOP,7,74, + 81,246 + PUSHBUTTON "New",IDC_BUTTON_ADD,7,44,81,14 + PUSHBUTTON "Edit",IDC_BUTTON_EDIT,7,58,81,14 + COMBOBOX IDC_COMBO_OBJECTTYPES,7,28,81,58,CBS_DROPDOWN | + WS_VSCROLL | WS_TABSTOP + PUSHBUTTON "",IDC_BUTTON_SELECT,7,7,18,18,BS_BITMAP + PUSHBUTTON "",IDC_BUTTON_ADDUNIT,27,7,18,18,BS_BITMAP +END + +IDD_DIALOG_OPTIONS DIALOG DISCARDABLE 0, 0, 186, 138 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Options" +FONT 8, "MS Sans Serif" +BEGIN + DEFPUSHBUTTON "OK",IDOK,35,117,50,14 + PUSHBUTTON "Cancel",IDCANCEL,101,117,50,14 + GROUPBOX "Scroll Speed",IDC_STATIC,7,13,172,53 + CONTROL "Slider1",IDC_SLIDER_RTSSCROLLSPEED,"msctls_trackbar32", + TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,14,36,158,15 + LTEXT "10",IDC_STATIC,159,25,9,8 + LTEXT "0",IDC_STATIC,20,26,8,8 +END + +IDD_DIALOGBAR_ELEVATIONTOOLS DIALOG DISCARDABLE 0, 0, 75, 330 +STYLE DS_3DLOOK | WS_CHILD +FONT 8, "MS Sans Serif" +BEGIN + CONTROL "Slider1",IDC_SLIDER_BRUSHSIZE,"msctls_trackbar32", + TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,7,18,61,15 + LTEXT "Brush Size",IDC_STATIC,7,7,61,8 + CONTROL "Slider1",IDC_SLIDER_BRUSHEFFECT,"msctls_trackbar32", + TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,7,112,61,15 + LTEXT "Brush Effect",IDC_STATIC,7,101,61,8 + GROUPBOX "Use",IDC_STATIC,7,44,61,48 + CONTROL "Raise/Lower",IDC_RADIO_RAISE,"Button", + BS_AUTORADIOBUTTON,10,56,54,10 + CONTROL "Smooth",IDC_RADIO_SMOOTH,"Button",BS_AUTORADIOBUTTON,10, + 73,54,10 +END + +IDD_DIALOGBAR_UNITPROPERTIES DIALOG DISCARDABLE 0, 0, 137, 327 +STYLE DS_3DLOOK | WS_CHILD +FONT 8, "MS Sans Serif" +BEGIN + LTEXT "Unit",IDC_STATIC,23,25,18,8 + LTEXT "Model",IDC_STATIC,21,37,20,8 + EDITTEXT IDC_EDIT_NAME,43,23,71,12,ES_AUTOHSCROLL + EDITTEXT IDC_EDIT_MODEL,43,35,71,12,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_BUTTON_MODELBROWSE,118,37,12,10 + PUSHBUTTON "Refresh",IDC_BUTTON_REFRESH,80,7,50,14 + PUSHBUTTON "<<",IDC_BUTTON_BACK,4,7,16,14 + LTEXT "Animation",IDC_STATIC,9,63,32,8 + EDITTEXT IDC_EDIT_ANIMATION,43,62,71,12,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_BUTTON_ANIMATIONBROWSE,118,63,12,10 + LTEXT "Texture",IDC_STATIC,15,52,25,8 + EDITTEXT IDC_EDIT_TEXTURE,43,49,71,12,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_BUTTON_TEXTUREBROWSE,118,50,12,10 +END + +IDD_DIALOG_SIMPLEEDIT DIALOG DISCARDABLE 0, 0, 186, 47 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Dialog" +FONT 8, "MS Sans Serif" +BEGIN + DEFPUSHBUTTON "OK",IDOK,35,26,50,14 + PUSHBUTTON "Cancel",IDCANCEL,101,26,50,14 + EDITTEXT IDC_EDIT1,7,8,172,14,ES_AUTOHSCROLL +END + +IDD_DIALOG_MAPSIZE DIALOG DISCARDABLE 0, 0, 138, 106 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Select Map Size" +FONT 8, "MS Sans Serif" +BEGIN + DEFPUSHBUTTON "OK",IDOK,13,85,50,14 + PUSHBUTTON "Cancel",IDCANCEL,75,85,50,14 + CONTROL "Small",IDC_RADIO_SMALL,"Button",BS_AUTORADIOBUTTON,41, + 13,56,10 + CONTROL "Medium",IDC_RADIO_MEDIUM,"Button",BS_AUTORADIOBUTTON,41, + 28,56,10 + CONTROL "Large",IDC_RADIO_LARGE,"Button",BS_AUTORADIOBUTTON,41, + 43,56,10 + CONTROL "Huge",IDC_RADIO_HUGE,"Button",BS_AUTORADIOBUTTON,41,58, + 56,10 +END + +IDD_DIALOGBAR_BRUSHSHAPEEDITOR DIALOG DISCARDABLE 0, 0, 91, 277 +STYLE WS_CHILD +FONT 8, "MS Sans Serif" +BEGIN + CONTROL "Slider1",IDC_SLIDER_BRUSHSIZE,"msctls_trackbar32", + TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,19,33,57,14 + COMBOBOX IDC_COMBO_TERRAINTYPES,4,57,82,58,CBS_DROPDOWN | + WS_VSCROLL | WS_TABSTOP + LTEXT "Brush Size",IDC_STATIC,27,22,39,8 + PUSHBUTTON "<<",IDC_BUTTON_BACK,4,7,15,12 +END + +IDD_PROPPAGE_NAVIGATION DIALOG DISCARDABLE 0, 0, 195, 127 +STYLE WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Navigation" +FONT 8, "MS Sans Serif" +BEGIN + GROUPBOX "Scroll Speed",IDC_STATIC,7,13,181,53 + CONTROL "Slider1",IDC_SLIDER_RTSSCROLLSPEED,"msctls_trackbar32", + TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,14,36,165,15 +END + +IDD_PROPPAGE_SHADOWS DIALOG DISCARDABLE 0, 0, 195, 127 +STYLE WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Shadows" +FONT 8, "MS Sans Serif" +BEGIN + CONTROL "Enable Shadows",IDC_CHECK_SHADOWS,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,14,17,69,10 + GROUPBOX "",IDC_STATIC,15,41,168,71 + LTEXT "Color",IDC_STATIC,23,55,27,8 + CONTROL "",IDC_BUTTON_SHADOWCOLOR,"Button",BS_OWNERDRAW | + BS_FLAT,57,52,27,14 + CONTROL "Slider1",IDC_SLIDER_SHADOWQUALITY,"msctls_trackbar32", + TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,51,78,125,15 + LTEXT "Quality",IDC_STATIC,21,83,27,8 +END + +IDD_UNITPROPERTIES_TEXTURES DIALOG DISCARDABLE 0, 0, 113, 127 +STYLE WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Textures" +FONT 8, "MS Sans Serif" +BEGIN + LTEXT "Texture",IDC_STATIC,7,9,25,8 + EDITTEXT IDC_EDIT_TEXTURE,35,7,57,12,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_BUTTON_TEXTUREBROWSE,94,7,12,10 +END + +IDD_UNITPROPERTIES_ANIMATIONS DIALOG DISCARDABLE 0, 0, 120, 127 +STYLE WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Animations" +FONT 8, "MS Sans Serif" +BEGIN + LTEXT "Animation",IDC_STATIC,7,7,32,8 + EDITTEXT IDC_EDIT_ANIMATION,39,7,57,12,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_BUTTON_ANIMATIONBROWSE,101,7,12,10 +END + + +#ifndef _MAC +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 0,0,7,3 + PRODUCTVERSION 0,0,7,3 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "\0" + VALUE "CompanyName", "Wildfire Games\0" + VALUE "FileDescription", "0AD Scenario Editor\0" + VALUE "FileVersion", "0, 0, 7, 3\0" + VALUE "InternalName", "ScEd\0" + VALUE "LegalCopyright", "Copyright (C) 2003-2004\0" + VALUE "LegalTrademarks", "\0" + VALUE "OriginalFilename", "ScEd.EXE\0" + VALUE "PrivateBuild", "\0" + VALUE "ProductName", "ScEd\0" + VALUE "ProductVersion", "0, 0, 7, 3\0" + VALUE "SpecialBuild", "\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END + +#endif // !_MAC + + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO DISCARDABLE +BEGIN + IDD_ABOUTBOX, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 261 + TOPMARGIN, 7 + BOTTOMMARGIN, 146 + END + + IDR_MAINFRAME, DIALOG + BEGIN + RIGHTMARGIN, 216 + END + + IDD_DIALOG_LIGHTSETTINGS, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 179 + TOPMARGIN, 7 + BOTTOMMARGIN, 256 + END + + IDD_DIALOGBAR_TEXTURETOOLS, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 68 + TOPMARGIN, 7 + BOTTOMMARGIN, 367 + END + + IDD_DIALOGBAR_UNITTOOLS, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 88 + TOPMARGIN, 7 + BOTTOMMARGIN, 320 + END + + IDD_DIALOG_OPTIONS, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 179 + TOPMARGIN, 7 + BOTTOMMARGIN, 131 + END + + IDD_DIALOGBAR_ELEVATIONTOOLS, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 68 + TOPMARGIN, 7 + BOTTOMMARGIN, 204 + END + + IDD_DIALOGBAR_UNITPROPERTIES, DIALOG + BEGIN + LEFTMARGIN, 4 + RIGHTMARGIN, 130 + TOPMARGIN, 7 + BOTTOMMARGIN, 320 + END + + IDD_DIALOG_SIMPLEEDIT, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 179 + TOPMARGIN, 7 + BOTTOMMARGIN, 40 + END + + IDD_DIALOG_MAPSIZE, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 126 + TOPMARGIN, 7 + BOTTOMMARGIN, 99 + END + + IDD_DIALOGBAR_BRUSHSHAPEEDITOR, DIALOG + BEGIN + LEFTMARGIN, 4 + RIGHTMARGIN, 86 + TOPMARGIN, 7 + BOTTOMMARGIN, 270 + END + + IDD_PROPPAGE_NAVIGATION, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 188 + TOPMARGIN, 7 + BOTTOMMARGIN, 120 + END + + IDD_PROPPAGE_SHADOWS, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 188 + TOPMARGIN, 7 + BOTTOMMARGIN, 120 + END + + IDD_UNITPROPERTIES_TEXTURES, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 106 + TOPMARGIN, 7 + BOTTOMMARGIN, 120 + END + + IDD_UNITPROPERTIES_ANIMATIONS, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 113 + TOPMARGIN, 7 + BOTTOMMARGIN, 120 + END +END +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// String Table +// + +STRINGTABLE PRELOAD DISCARDABLE +BEGIN + IDR_MAINFRAME "ScEd\n\nScEd\n\n\nScEd.Document\nScEd Document" +END + +STRINGTABLE PRELOAD DISCARDABLE +BEGIN + AFX_IDS_APP_TITLE "ScEd" + AFX_IDS_IDLEMESSAGE "Ready" +END + +STRINGTABLE DISCARDABLE +BEGIN + ID_INDICATOR_EXT "EXT" + ID_INDICATOR_CAPS "CAP" + ID_INDICATOR_NUM "NUM" + ID_INDICATOR_SCRL "SCRL" + ID_INDICATOR_OVR "OVR" + ID_INDICATOR_REC "REC" +END + +STRINGTABLE DISCARDABLE +BEGIN + ID_FILE_NEW "Create a new document\nNew" + ID_FILE_OPEN "Open an existing document\nOpen" + ID_FILE_CLOSE "Close the active document\nClose" + ID_FILE_SAVE "Save the active document\nSave" + ID_FILE_SAVE_AS "Save the active document with a new name\nSave As" +END + +STRINGTABLE DISCARDABLE +BEGIN + ID_APP_ABOUT "Display program information, version number and copyright\nAbout" + ID_APP_EXIT "Quit the application; prompts to save documents\nExit" +END + +STRINGTABLE DISCARDABLE +BEGIN + ID_FILE_MRU_FILE1 "Open this document" + ID_FILE_MRU_FILE2 "Open this document" + ID_FILE_MRU_FILE3 "Open this document" + ID_FILE_MRU_FILE4 "Open this document" + ID_FILE_MRU_FILE5 "Open this document" + ID_FILE_MRU_FILE6 "Open this document" + ID_FILE_MRU_FILE7 "Open this document" + ID_FILE_MRU_FILE8 "Open this document" + ID_FILE_MRU_FILE9 "Open this document" + ID_FILE_MRU_FILE10 "Open this document" + ID_FILE_MRU_FILE11 "Open this document" + ID_FILE_MRU_FILE12 "Open this document" + ID_FILE_MRU_FILE13 "Open this document" + ID_FILE_MRU_FILE14 "Open this document" + ID_FILE_MRU_FILE15 "Open this document" + ID_FILE_MRU_FILE16 "Open this document" +END + +STRINGTABLE DISCARDABLE +BEGIN + ID_NEXT_PANE "Switch to the next window pane\nNext Pane" + ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane" +END + +STRINGTABLE DISCARDABLE +BEGIN + ID_WINDOW_SPLIT "Split the active window into panes\nSplit" +END + +STRINGTABLE DISCARDABLE +BEGIN + ID_EDIT_CLEAR "Erase the selection\nErase" + ID_EDIT_CLEAR_ALL "Erase everything\nErase All" + ID_EDIT_COPY "Copy the selection and put it on the Clipboard\nCopy" + ID_EDIT_CUT "Cut the selection and put it on the Clipboard\nCut" + ID_EDIT_FIND "Find the specified text\nFind" + ID_EDIT_PASTE "Insert Clipboard contents\nPaste" + ID_EDIT_REPEAT "Repeat the last action\nRepeat" + ID_EDIT_REPLACE "Replace specific text with different text\nReplace" + ID_EDIT_SELECT_ALL "Select the entire document\nSelect All" + ID_EDIT_UNDO "Undo the last action\nUndo" + ID_EDIT_REDO "Redo the previously undone action\nRedo" +END + +STRINGTABLE DISCARDABLE +BEGIN + ID_VIEW_TOOLBAR "Show or hide the toolbar\nToggle ToolBar" + ID_VIEW_STATUS_BAR "Show or hide the status bar\nToggle StatusBar" +END + +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDS_SCSIZE "Change the window size" + AFX_IDS_SCMOVE "Change the window position" + AFX_IDS_SCMINIMIZE "Reduce the window to an icon" + AFX_IDS_SCMAXIMIZE "Enlarge the window to full size" + AFX_IDS_SCNEXTWINDOW "Switch to the next document window" + AFX_IDS_SCPREVWINDOW "Switch to the previous document window" + AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents" +END + +STRINGTABLE DISCARDABLE +BEGIN + AFX_IDS_SCRESTORE "Restore the window to normal size" + AFX_IDS_SCTASKLIST "Activate Task List" +END + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// +#define _AFX_NO_SPLITTER_RESOURCES +#define _AFX_NO_OLE_RESOURCES +#define _AFX_NO_TRACKER_RESOURCES +#define _AFX_NO_PROPERTY_RESOURCES + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +LANGUAGE 9, 1 +#pragma code_page(1252) +#endif //_WIN32 +#include "res\ScEd.rc2" // non-Microsoft Visual C++ edited resources +#include "afxres.rc" // Standard components +#endif + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/source/tools/pmdexp/PMDExp.dsw b/source/tools/pmdexp/PMDExp.dsw index 68bafeef4b..5451a86292 100755 --- a/source/tools/pmdexp/PMDExp.dsw +++ b/source/tools/pmdexp/PMDExp.dsw @@ -1,144 +1,144 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "DyMaxLight"=..\dymaxlight\DyMaxLight.dsp - Package Owner=<4> - -Package=<5> -{{{ - begin source code control - "$/dev/src/tools/max/dymaxlight", ZVAAAAAA - ..\dymaxlight - end source code control -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "arbvp_c"=..\..\arbvp_c\arbvp_c.dsp - Package Owner=<4> - -Package=<5> -{{{ - begin source code control - "$/dev/src/tools/arbvp_c", LRBAAAAA - ..\..\arbvp_c - end source code control -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "common"=..\..\..\common\common.dsp - Package Owner=<4> - -Package=<5> -{{{ - begin source code control - "$/dev/src/common", LVAAAAAA - ..\..\..\common - end source code control -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "dy"=..\..\..\dy\dy.dsp - Package Owner=<4> - -Package=<5> -{{{ - begin source code control - "$/dev/src/dy", NVAAAAAA - ..\..\..\dy - end source code control -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "dyexp"=.\dyexp.dsp - Package Owner=<4> - -Package=<5> -{{{ - begin source code control - "$/dev/src/tools/max/dyexp", YVAAAAAA - . - end source code control -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name dy - End Project Dependency - Begin Project Dependency - Project_Dep_Name DyMaxLight - End Project Dependency - Begin Project Dependency - Project_Dep_Name common - End Project Dependency - Begin Project Dependency - Project_Dep_Name filesys - End Project Dependency - Begin Project Dependency - Project_Dep_Name luacore - End Project Dependency -}}} - -############################################################################### - -Project: "filesys"=..\..\..\filesys\filesys.dsp - Package Owner=<4> - -Package=<5> -{{{ - begin source code control - "$/dev/src/filesys", RSBAAAAA - ..\..\..\filesys - end source code control -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "luacore"=..\..\..\lua\luacore\luacore.dsp - Package Owner=<4> - -Package=<5> -{{{ - begin source code control - "$/dev/src/lua/luacore", RVBAAAAA - ..\..\..\lua\luacore - end source code control -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "DyMaxLight"=..\dymaxlight\DyMaxLight.dsp - Package Owner=<4> + +Package=<5> +{{{ + begin source code control + "$/dev/src/tools/max/dymaxlight", ZVAAAAAA + ..\dymaxlight + end source code control +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "arbvp_c"=..\..\arbvp_c\arbvp_c.dsp - Package Owner=<4> + +Package=<5> +{{{ + begin source code control + "$/dev/src/tools/arbvp_c", LRBAAAAA + ..\..\arbvp_c + end source code control +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "common"=..\..\..\common\common.dsp - Package Owner=<4> + +Package=<5> +{{{ + begin source code control + "$/dev/src/common", LVAAAAAA + ..\..\..\common + end source code control +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "dy"=..\..\..\dy\dy.dsp - Package Owner=<4> + +Package=<5> +{{{ + begin source code control + "$/dev/src/dy", NVAAAAAA + ..\..\..\dy + end source code control +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "dyexp"=.\dyexp.dsp - Package Owner=<4> + +Package=<5> +{{{ + begin source code control + "$/dev/src/tools/max/dyexp", YVAAAAAA + . + end source code control +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name dy + End Project Dependency + Begin Project Dependency + Project_Dep_Name DyMaxLight + End Project Dependency + Begin Project Dependency + Project_Dep_Name common + End Project Dependency + Begin Project Dependency + Project_Dep_Name filesys + End Project Dependency + Begin Project Dependency + Project_Dep_Name luacore + End Project Dependency +}}} + +############################################################################### + +Project: "filesys"=..\..\..\filesys\filesys.dsp - Package Owner=<4> + +Package=<5> +{{{ + begin source code control + "$/dev/src/filesys", RSBAAAAA + ..\..\..\filesys + end source code control +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "luacore"=..\..\..\lua\luacore\luacore.dsp - Package Owner=<4> + +Package=<5> +{{{ + begin source code control + "$/dev/src/lua/luacore", RVBAAAAA + ..\..\..\lua\luacore + end source code control +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/source/tools/pmdexp/PMDExp.rc b/source/tools/pmdexp/PMDExp.rc index 0e41e19bde..c9e5a7946c 100755 --- a/source/tools/pmdexp/PMDExp.rc +++ b/source/tools/pmdexp/PMDExp.rc @@ -1,168 +1,168 @@ -//Microsoft Developer Studio generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "afxres.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -///////////////////////////////////////////////////////////////////////////// -// -// Dialog -// - -IDD_NEW_POINTPARAM DIALOG DISCARDABLE 0, 0, 108, 110 -STYLE WS_CHILD | WS_VISIBLE -FONT 8, "MS Sans Serif" -BEGIN - CONTROL "Axis Tripod",IDC_POINT_AXIS,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,12,24,53,10 - CONTROL "",IDC_POINT_SIZE,"CustEdit",WS_TABSTOP,49,63,28,10 - RTEXT "Size:",IDC_STATIC,19,63,27,8 - CONTROL "",IDC_POINT_SIZESPIN,"SpinnerControl",0x0,78,63,7,10 - CONTROL "Center Marker",IDC_POINT_MARKER,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,12,12,63,10 - CONTROL "Cross",IDC_POINT_CROSS,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,12,36,33,10 - CONTROL "Box",IDC_POINT_BOX,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,12,48,33,10 - GROUPBOX "Display:",IDC_STATIC,5,1,98,105 - CONTROL "Constant Screen Size",IDC_POINT_SCREENSIZE,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,12,78,84,10 - CONTROL "Draw On Top",IDC_POINT_DRAWONTOP,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,12,91,59,10 -END - - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE DISCARDABLE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE DISCARDABLE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE DISCARDABLE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -#ifndef _MAC -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 5,0,0,0 - PRODUCTVERSION 5,0,0,0 - FILEFLAGSMASK 0x3fL -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x40004L - FILETYPE 0x2L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "Comments", "TECH: \0" - VALUE "CompanyName", "\0" - VALUE "FileDescription", "PMD File Export\0" - VALUE "FileVersion", "5.0.0.0\0" - VALUE "InternalName", "PMDExp\0" - VALUE "LegalCopyright", "\0" - VALUE "LegalTrademarks", "3D Studio MAX, Biped, Character Studio, Heidi, Kinetix and Physique are registered trademarks and 3ds max, combustion, Discreet, DWG Unplugged, DXF, FLI and FLC are trademarks of Autodesk, Inc.\0" - VALUE "OriginalFilename", "PMDExp.dle\0" - VALUE "PrivateBuild", "\0" - VALUE "ProductName", "3ds max\0" - VALUE "ProductVersion", "5.0.0.0\0" - VALUE "SpecialBuild", "\0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // !_MAC - - -///////////////////////////////////////////////////////////////////////////// -// -// String Table -// - -STRINGTABLE DISCARDABLE -BEGIN - IDS_LIBDESCRIPTION "Prometheus Export Tools" - IDS_CATEGORY "Exporters" - IDS_PMD_CLASS_NAME "PMDExp" - IDS_PARAMS "Parameters" - IDS_PSA_CLASS_NAME "PSAExp" - IDS_DB_POINT "PSProp" - IDS_DB_POINTHELPER_CLASS "Prop Point" - IDS_DB_POINT_CLASS "Prop Point" -END - -STRINGTABLE DISCARDABLE -BEGIN - IDS_POINT_PARAMS "Parameters" - IDS_POINT_SIZE "Size" - IDS_POINT_CENTERMARKER "Center Marker" - IDS_POINT_AXISTRIPOD "Axis Tripod" - IDS_POINT_CROSS "Cross" - IDS_POINT_BOX "Box" - IDS_POINT_SCREENSIZE "Constant Screen Size" - IDS_POINT_HELPER_NAME "PSProp" - IDS_POINT_DRAWONTOP "Draw On Top" -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - +//Microsoft Developer Studio generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +IDD_NEW_POINTPARAM DIALOG DISCARDABLE 0, 0, 108, 110 +STYLE WS_CHILD | WS_VISIBLE +FONT 8, "MS Sans Serif" +BEGIN + CONTROL "Axis Tripod",IDC_POINT_AXIS,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,12,24,53,10 + CONTROL "",IDC_POINT_SIZE,"CustEdit",WS_TABSTOP,49,63,28,10 + RTEXT "Size:",IDC_STATIC,19,63,27,8 + CONTROL "",IDC_POINT_SIZESPIN,"SpinnerControl",0x0,78,63,7,10 + CONTROL "Center Marker",IDC_POINT_MARKER,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,12,12,63,10 + CONTROL "Cross",IDC_POINT_CROSS,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,12,36,33,10 + CONTROL "Box",IDC_POINT_BOX,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,12,48,33,10 + GROUPBOX "Display:",IDC_STATIC,5,1,98,105 + CONTROL "Constant Screen Size",IDC_POINT_SCREENSIZE,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,12,78,84,10 + CONTROL "Draw On Top",IDC_POINT_DRAWONTOP,"Button", + BS_AUTOCHECKBOX | WS_TABSTOP,12,91,59,10 +END + + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE DISCARDABLE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE DISCARDABLE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE DISCARDABLE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +#ifndef _MAC +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 5,0,0,0 + PRODUCTVERSION 5,0,0,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x2L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "TECH: \0" + VALUE "CompanyName", "\0" + VALUE "FileDescription", "PMD File Export\0" + VALUE "FileVersion", "5.0.0.0\0" + VALUE "InternalName", "PMDExp\0" + VALUE "LegalCopyright", "\0" + VALUE "LegalTrademarks", "3D Studio MAX, Biped, Character Studio, Heidi, Kinetix and Physique are registered trademarks and 3ds max, combustion, Discreet, DWG Unplugged, DXF, FLI and FLC are trademarks of Autodesk, Inc.\0" + VALUE "OriginalFilename", "PMDExp.dle\0" + VALUE "PrivateBuild", "\0" + VALUE "ProductName", "3ds max\0" + VALUE "ProductVersion", "5.0.0.0\0" + VALUE "SpecialBuild", "\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END + +#endif // !_MAC + + +///////////////////////////////////////////////////////////////////////////// +// +// String Table +// + +STRINGTABLE DISCARDABLE +BEGIN + IDS_LIBDESCRIPTION "Prometheus Export Tools" + IDS_CATEGORY "Exporters" + IDS_PMD_CLASS_NAME "PMDExp" + IDS_PARAMS "Parameters" + IDS_PSA_CLASS_NAME "PSAExp" + IDS_DB_POINT "PSProp" + IDS_DB_POINTHELPER_CLASS "Prop Point" + IDS_DB_POINT_CLASS "Prop Point" +END + +STRINGTABLE DISCARDABLE +BEGIN + IDS_POINT_PARAMS "Parameters" + IDS_POINT_SIZE "Size" + IDS_POINT_CENTERMARKER "Center Marker" + IDS_POINT_AXISTRIPOD "Axis Tripod" + IDS_POINT_CROSS "Cross" + IDS_POINT_BOX "Box" + IDS_POINT_SCREENSIZE "Constant Screen Size" + IDS_POINT_HELPER_NAME "PSProp" + IDS_POINT_DRAWONTOP "Draw On Top" +END + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/source/tools/pmdexp/PMDExp5.def b/source/tools/pmdexp/PMDExp5.def index 75882d4f6f..9405ac0819 100755 --- a/source/tools/pmdexp/PMDExp5.def +++ b/source/tools/pmdexp/PMDExp5.def @@ -1,8 +1,8 @@ -LIBRARY pmdexp5 -EXPORTS - LibDescription @1 - LibNumberClasses @2 - LibClassDesc @3 - LibVersion @4 -SECTIONS - .data READ WRITE +LIBRARY pmdexp5 +EXPORTS + LibDescription @1 + LibNumberClasses @2 + LibClassDesc @3 + LibVersion @4 +SECTIONS + .data READ WRITE diff --git a/source/tools/pmdexp/PMDExp5.dsp b/source/tools/pmdexp/PMDExp5.dsp index eacc9e3d8b..9bddd77891 100755 --- a/source/tools/pmdexp/PMDExp5.dsp +++ b/source/tools/pmdexp/PMDExp5.dsp @@ -1,189 +1,189 @@ -# Microsoft Developer Studio Project File - Name="PMDExp5" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=PMDExp5 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "PMDExp5.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "PMDExp5.mak" CFG="PMDExp5 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "PMDExp5 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "PMDExp5 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName ""$/dev/dylan/plugins/PMDExp", YVAAAAAA" -# PROP Scc_LocalPath "." -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "PMDExp5 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "ReleaseR5" -# PROP Intermediate_Dir "ReleaseR5" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c -# ADD CPP /nologo /G5 /MT /W3 /GX /I "d:\3dsmax5\maxsdk\include" /I "..\\" /I "..\lib" /I "..\ps" /I "..\simulation" /I "..\terrain" /D "NDEBUG" /D "_USRDLL" /D "_3DSMAX_" /D "_WINDOWS" /D "WIN32" /D "_NO_WINMAIN_" /FD /LD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x809 /d "NDEBUG" -# ADD RSC /l 0x809 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 -# ADD LINK32 pslib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib core.lib geom.lib gfx.lib mesh.lib maxutil.lib maxscrpt.lib paramblk2.lib /nologo /base:"0x50810000" /subsystem:windows /dll /machine:I386 /out:"d:\3dsmax5\plugins\pmdexp5.dle" /libpath:"d:\3dsmax5\maxsdk\lib" /libpath:"..\libs" /release -# SUBTRACT LINK32 /pdb:none - -!ELSEIF "$(CFG)" == "PMDExp5 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "DebugR5" -# PROP Intermediate_Dir "DebugR5" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c -# ADD CPP /nologo /G6 /MTd /W3 /GX /ZI /Od /I "d:\3dsmax5\maxsdk\include" /I "..\\" /I "..\lib" /I "..\ps" /I "..\simulation" /I "..\terrain" /D "_DEBUG" /D "_USRDLL" /D "_3DSMAX_" /D "_WINDOWS" /D "WIN32" /D "_NO_WINMAIN_" /FD /LD /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x809 /d "_DEBUG" -# ADD RSC /l 0x809 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 pslib_d.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib core.lib geom.lib gfx.lib mesh.lib maxutil.lib maxscrpt.lib paramblk2.lib /nologo /base:"0x50810000" /subsystem:windows /dll /map /debug /machine:I386 /out:"d:\3dsmax5\plugins\pmdexp5.dle" /pdbtype:sept /libpath:"d:\3dsmax5\maxsdk\lib" /libpath:"..\libs" -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "PMDExp5 - Win32 Release" -# Name "PMDExp5 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\DllEntry.cpp -# End Source File -# Begin Source File - -SOURCE=.\ExpMesh.cpp -# End Source File -# Begin Source File - -SOURCE=.\ExpSkeleton.cpp -# End Source File -# Begin Source File - -SOURCE=.\ExpUtil.cpp -# End Source File -# Begin Source File - -SOURCE=.\PMDExp.cpp -# End Source File -# Begin Source File - -SOURCE=.\PMDExp.rc -# End Source File -# Begin Source File - -SOURCE=.\PMDExp5.def -# End Source File -# Begin Source File - -SOURCE=.\PSAExp.cpp -# End Source File -# Begin Source File - -SOURCE=.\PSProp.cpp -# End Source File -# Begin Source File - -SOURCE=.\VNormal.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\ExpMesh.h -# End Source File -# Begin Source File - -SOURCE=.\ExpSkeleton.h -# End Source File -# Begin Source File - -SOURCE=.\ExpUtil.h -# End Source File -# Begin Source File - -SOURCE=.\ExpVertex.h -# End Source File -# Begin Source File - -SOURCE=.\PMDExp.h -# End Source File -# Begin Source File - -SOURCE=.\PSAExp.h -# End Source File -# Begin Source File - -SOURCE=.\PSProp.h -# End Source File -# Begin Source File - -SOURCE=.\resource.h -# End Source File -# Begin Source File - -SOURCE=.\Tree.h -# End Source File -# Begin Source File - -SOURCE=.\VertexTree.h -# End Source File -# Begin Source File - -SOURCE=.\VNormal.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project +# Microsoft Developer Studio Project File - Name="PMDExp5" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=PMDExp5 - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "PMDExp5.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "PMDExp5.mak" CFG="PMDExp5 - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "PMDExp5 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "PMDExp5 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName ""$/dev/dylan/plugins/PMDExp", YVAAAAAA" +# PROP Scc_LocalPath "." +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "PMDExp5 - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "ReleaseR5" +# PROP Intermediate_Dir "ReleaseR5" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c +# ADD CPP /nologo /G5 /MT /W3 /GX /I "d:\3dsmax5\maxsdk\include" /I "..\\" /I "..\lib" /I "..\ps" /I "..\simulation" /I "..\terrain" /D "NDEBUG" /D "_USRDLL" /D "_3DSMAX_" /D "_WINDOWS" /D "WIN32" /D "_NO_WINMAIN_" /FD /LD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x809 /d "NDEBUG" +# ADD RSC /l 0x809 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 +# ADD LINK32 pslib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib core.lib geom.lib gfx.lib mesh.lib maxutil.lib maxscrpt.lib paramblk2.lib /nologo /base:"0x50810000" /subsystem:windows /dll /machine:I386 /out:"d:\3dsmax5\plugins\pmdexp5.dle" /libpath:"d:\3dsmax5\maxsdk\lib" /libpath:"..\libs" /release +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "PMDExp5 - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "DebugR5" +# PROP Intermediate_Dir "DebugR5" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c +# ADD CPP /nologo /G6 /MTd /W3 /GX /ZI /Od /I "d:\3dsmax5\maxsdk\include" /I "..\\" /I "..\lib" /I "..\ps" /I "..\simulation" /I "..\terrain" /D "_DEBUG" /D "_USRDLL" /D "_3DSMAX_" /D "_WINDOWS" /D "WIN32" /D "_NO_WINMAIN_" /FD /LD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x809 /d "_DEBUG" +# ADD RSC /l 0x809 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 pslib_d.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib core.lib geom.lib gfx.lib mesh.lib maxutil.lib maxscrpt.lib paramblk2.lib /nologo /base:"0x50810000" /subsystem:windows /dll /map /debug /machine:I386 /out:"d:\3dsmax5\plugins\pmdexp5.dle" /pdbtype:sept /libpath:"d:\3dsmax5\maxsdk\lib" /libpath:"..\libs" +# SUBTRACT LINK32 /pdb:none + +!ENDIF + +# Begin Target + +# Name "PMDExp5 - Win32 Release" +# Name "PMDExp5 - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\DllEntry.cpp +# End Source File +# Begin Source File + +SOURCE=.\ExpMesh.cpp +# End Source File +# Begin Source File + +SOURCE=.\ExpSkeleton.cpp +# End Source File +# Begin Source File + +SOURCE=.\ExpUtil.cpp +# End Source File +# Begin Source File + +SOURCE=.\PMDExp.cpp +# End Source File +# Begin Source File + +SOURCE=.\PMDExp.rc +# End Source File +# Begin Source File + +SOURCE=.\PMDExp5.def +# End Source File +# Begin Source File + +SOURCE=.\PSAExp.cpp +# End Source File +# Begin Source File + +SOURCE=.\PSProp.cpp +# End Source File +# Begin Source File + +SOURCE=.\VNormal.cpp +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\ExpMesh.h +# End Source File +# Begin Source File + +SOURCE=.\ExpSkeleton.h +# End Source File +# Begin Source File + +SOURCE=.\ExpUtil.h +# End Source File +# Begin Source File + +SOURCE=.\ExpVertex.h +# End Source File +# Begin Source File + +SOURCE=.\PMDExp.h +# End Source File +# Begin Source File + +SOURCE=.\PSAExp.h +# End Source File +# Begin Source File + +SOURCE=.\PSProp.h +# End Source File +# Begin Source File + +SOURCE=.\resource.h +# End Source File +# Begin Source File + +SOURCE=.\Tree.h +# End Source File +# Begin Source File + +SOURCE=.\VertexTree.h +# End Source File +# Begin Source File + +SOURCE=.\VNormal.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/source/tools/pmdexp/PMDExp6.def b/source/tools/pmdexp/PMDExp6.def index e6f70925d3..6d924b1a9f 100755 --- a/source/tools/pmdexp/PMDExp6.def +++ b/source/tools/pmdexp/PMDExp6.def @@ -1,8 +1,8 @@ -LIBRARY pmdexp6 -EXPORTS - LibDescription @1 - LibNumberClasses @2 - LibClassDesc @3 - LibVersion @4 -SECTIONS - .data READ WRITE +LIBRARY pmdexp6 +EXPORTS + LibDescription @1 + LibNumberClasses @2 + LibClassDesc @3 + LibVersion @4 +SECTIONS + .data READ WRITE diff --git a/source/tools/pmdexp/PMDExp6.dsp b/source/tools/pmdexp/PMDExp6.dsp index 97bae08e2b..486632b294 100755 --- a/source/tools/pmdexp/PMDExp6.dsp +++ b/source/tools/pmdexp/PMDExp6.dsp @@ -1,193 +1,193 @@ -# Microsoft Developer Studio Project File - Name="PMDExp6" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=PMDExp6 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "PMDExp6.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "PMDExp6.mak" CFG="PMDExp6 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "PMDExp6 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "PMDExp6 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName ""$/dev/dylan/plugins/PMDExp", YVAAAAAA" -# PROP Scc_LocalPath "." -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "PMDExp6 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "ReleaseR6" -# PROP Intermediate_Dir "ReleaseR6" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c -# ADD CPP /nologo /G5 /MT /W3 /GX /I "d:\3dsmax6\maxsdk\include" /I "..\\" /I "..\lib" /I "..\ps" /I "..\simulation" /I "..\terrain" /D "NDEBUG" /D "_USRDLL" /D "_3DSMAX_" /D "_WINDOWS" /D "WIN32" /D "_NO_WINMAIN_" /FD /LD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x809 /d "NDEBUG" -# ADD RSC /l 0x809 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 -# ADD LINK32 pslib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib core.lib geom.lib gfx.lib mesh.lib maxutil.lib maxscrpt.lib paramblk2.lib /nologo /base:"0x50810000" /entry:"" /subsystem:windows /dll /machine:I386 /out:"d:\3dsmax6\plugins\pmdexp6.dle" /libpath:"d:\3dsmax6\maxsdk\lib" /libpath:"..\libs" /release -# SUBTRACT LINK32 /pdb:none - -!ELSEIF "$(CFG)" == "PMDExp6 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "DebugR6" -# PROP Intermediate_Dir "DebugR6" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c -# ADD CPP /nologo /G6 /MTd /W3 /Gm /GX /ZI /Od /I "d:\3dsmax6\maxsdk\include" /I "..\\" /I "..\lib" /I "..\ps" /I "..\simulation" /I "..\terrain" /D "_DEBUG" /D "_USRDLL" /D "_3DSMAX_" /D "_WINDOWS" /D "WIN32" /D "_NO_WINMAIN_" /FD /LD /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x809 /d "_DEBUG" -# ADD RSC /l 0x809 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 pslib_d.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib core.lib geom.lib gfx.lib mesh.lib maxutil.lib maxscrpt.lib paramblk2.lib /nologo /base:"0x50810000" /subsystem:windows /dll /debug /machine:I386 /out:"d:\3dsmax6\plugins\pmdexp6.dle" /pdbtype:sept /libpath:"d:\3dsmax6\maxsdk\lib" /libpath:"..\libs" -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "PMDExp6 - Win32 Release" -# Name "PMDExp6 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\DllEntry.cpp -# End Source File -# Begin Source File - -SOURCE=.\ExpMesh.cpp -# End Source File -# Begin Source File - -SOURCE=.\ExpProp.cpp -# End Source File -# Begin Source File - -SOURCE=.\ExpSkeleton.cpp -# End Source File -# Begin Source File - -SOURCE=.\ExpUtil.cpp -# End Source File -# Begin Source File - -SOURCE=.\PMDExp.cpp -# End Source File -# Begin Source File - -SOURCE=.\PMDExp.rc -# End Source File -# Begin Source File - -SOURCE=.\PMDExp6.def -# End Source File -# Begin Source File - -SOURCE=.\PSAExp.cpp -# End Source File -# Begin Source File - -SOURCE=.\PSProp.cpp -# End Source File -# Begin Source File - -SOURCE=.\VNormal.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\ExpMesh.h -# End Source File -# Begin Source File - -SOURCE=.\ExpProp.h -# End Source File -# Begin Source File - -SOURCE=.\ExpSkeleton.h -# End Source File -# Begin Source File - -SOURCE=.\ExpUtil.h -# End Source File -# Begin Source File - -SOURCE=.\ExpVertex.h -# End Source File -# Begin Source File - -SOURCE=.\MaxInc.h -# End Source File -# Begin Source File - -SOURCE=.\PMDExp.h -# End Source File -# Begin Source File - -SOURCE=.\resource.h -# End Source File -# Begin Source File - -SOURCE=.\Tree.h -# End Source File -# Begin Source File - -SOURCE=.\VertexTree.h -# End Source File -# Begin Source File - -SOURCE=.\VNormal.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project +# Microsoft Developer Studio Project File - Name="PMDExp6" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=PMDExp6 - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "PMDExp6.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "PMDExp6.mak" CFG="PMDExp6 - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "PMDExp6 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "PMDExp6 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName ""$/dev/dylan/plugins/PMDExp", YVAAAAAA" +# PROP Scc_LocalPath "." +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "PMDExp6 - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "ReleaseR6" +# PROP Intermediate_Dir "ReleaseR6" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c +# ADD CPP /nologo /G5 /MT /W3 /GX /I "d:\3dsmax6\maxsdk\include" /I "..\\" /I "..\lib" /I "..\ps" /I "..\simulation" /I "..\terrain" /D "NDEBUG" /D "_USRDLL" /D "_3DSMAX_" /D "_WINDOWS" /D "WIN32" /D "_NO_WINMAIN_" /FD /LD /c +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x809 /d "NDEBUG" +# ADD RSC /l 0x809 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 +# ADD LINK32 pslib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib core.lib geom.lib gfx.lib mesh.lib maxutil.lib maxscrpt.lib paramblk2.lib /nologo /base:"0x50810000" /entry:"" /subsystem:windows /dll /machine:I386 /out:"d:\3dsmax6\plugins\pmdexp6.dle" /libpath:"d:\3dsmax6\maxsdk\lib" /libpath:"..\libs" /release +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "PMDExp6 - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "DebugR6" +# PROP Intermediate_Dir "DebugR6" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c +# ADD CPP /nologo /G6 /MTd /W3 /Gm /GX /ZI /Od /I "d:\3dsmax6\maxsdk\include" /I "..\\" /I "..\lib" /I "..\ps" /I "..\simulation" /I "..\terrain" /D "_DEBUG" /D "_USRDLL" /D "_3DSMAX_" /D "_WINDOWS" /D "WIN32" /D "_NO_WINMAIN_" /FD /LD /c +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x809 /d "_DEBUG" +# ADD RSC /l 0x809 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 pslib_d.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib core.lib geom.lib gfx.lib mesh.lib maxutil.lib maxscrpt.lib paramblk2.lib /nologo /base:"0x50810000" /subsystem:windows /dll /debug /machine:I386 /out:"d:\3dsmax6\plugins\pmdexp6.dle" /pdbtype:sept /libpath:"d:\3dsmax6\maxsdk\lib" /libpath:"..\libs" +# SUBTRACT LINK32 /pdb:none + +!ENDIF + +# Begin Target + +# Name "PMDExp6 - Win32 Release" +# Name "PMDExp6 - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\DllEntry.cpp +# End Source File +# Begin Source File + +SOURCE=.\ExpMesh.cpp +# End Source File +# Begin Source File + +SOURCE=.\ExpProp.cpp +# End Source File +# Begin Source File + +SOURCE=.\ExpSkeleton.cpp +# End Source File +# Begin Source File + +SOURCE=.\ExpUtil.cpp +# End Source File +# Begin Source File + +SOURCE=.\PMDExp.cpp +# End Source File +# Begin Source File + +SOURCE=.\PMDExp.rc +# End Source File +# Begin Source File + +SOURCE=.\PMDExp6.def +# End Source File +# Begin Source File + +SOURCE=.\PSAExp.cpp +# End Source File +# Begin Source File + +SOURCE=.\PSProp.cpp +# End Source File +# Begin Source File + +SOURCE=.\VNormal.cpp +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\ExpMesh.h +# End Source File +# Begin Source File + +SOURCE=.\ExpProp.h +# End Source File +# Begin Source File + +SOURCE=.\ExpSkeleton.h +# End Source File +# Begin Source File + +SOURCE=.\ExpUtil.h +# End Source File +# Begin Source File + +SOURCE=.\ExpVertex.h +# End Source File +# Begin Source File + +SOURCE=.\MaxInc.h +# End Source File +# Begin Source File + +SOURCE=.\PMDExp.h +# End Source File +# Begin Source File + +SOURCE=.\resource.h +# End Source File +# Begin Source File + +SOURCE=.\Tree.h +# End Source File +# Begin Source File + +SOURCE=.\VertexTree.h +# End Source File +# Begin Source File + +SOURCE=.\VNormal.h +# End Source File +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/source/tools/pmdexp/mssccprj.scc b/source/tools/pmdexp/mssccprj.scc index 2e0106b400..6fa5ba368e 100755 --- a/source/tools/pmdexp/mssccprj.scc +++ b/source/tools/pmdexp/mssccprj.scc @@ -1,5 +1,5 @@ -SCC = This is a Source Code Control file - -[dyexp.dsp] -SCC_Aux_Path = "D:\Program Files\Microsoft Visual Studio\Common\VSS\data" -SCC_Project_Name = "$/dev/src/tools/max/dyexp", YVAAAAAA +SCC = This is a Source Code Control file + +[dyexp.dsp] +SCC_Aux_Path = "D:\Program Files\Microsoft Visual Studio\Common\VSS\data" +SCC_Project_Name = "$/dev/src/tools/max/dyexp", YVAAAAAA