summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleo2000-08-24 21:00:09 +0000
committerleo2000-08-24 21:00:09 +0000
commite54d0ecfb00132cb4eeafb7d909f89c93a7b3ca6 (patch)
treef0c2cc410593ec40f10d430ab58466292274cdb6
parentdbfb9db434d8e1eb7317c13031ee1bbc7785a1f6 (diff)
system.h was moved to the common directory
LeoCAD.plg should be ignored, it's generated after each compile git-svn-id: http://svn.leocad.org/trunk@105 c7d43263-9d01-0410-8a33-9dba5d9f93d6
-rw-r--r--win/LeoCAD.plg91
-rw-r--r--win/system.h106
2 files changed, 0 insertions, 197 deletions
diff --git a/win/LeoCAD.plg b/win/LeoCAD.plg
deleted file mode 100644
index 4899f25..0000000
--- a/win/LeoCAD.plg
+++ /dev/null
@@ -1,91 +0,0 @@
---------------------Configuration: LeoCAD - Win32 Release--------------------
-Begining build with project "C:\WINDOWS\Desktop\leocad\win\LeoCAD.dsp", at root.
-Active configuration is Win32 (x86) Application (based on Win32 (x86) Application)
-
-Project's tools are:
- "32-bit C/C++ Compiler for 80x86" with flags "/nologo /MT /W3 /GX /O2 /I "../common" /I "../win" /I "./jpeglib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp"Release/LeoCAD.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c "
- "OLE Type Library Maker" with flags "/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 "
- "Win32 Resource Compiler" with flags "/l 0x409 /fo"Release/Leocad.res" /d "NDEBUG" "
- "Browser Database Maker" with flags "/nologo /o"Release/LeoCAD.bsc" "
- "COFF Linker for 80x86" with flags "vfw32.lib glu32.lib opengl32.lib jpeglib.lib 3dsftk.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/LeoCAD.pdb" /map:"Release/LeoCAD.map" /machine:I386 /out:"Release/LeoCAD.exe" /libpath:"./jpeglib/release" /libpath:"./3dsftk/release" "
- "Custom Build" with flags ""
- "<Component 0xa>" with flags ""
-
-Creating temp file "C:\WINDOWS\TEMP\RSPF025.TMP" with contents <vfw32.lib glu32.lib opengl32.lib jpeglib.lib 3dsftk.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/LeoCAD.pdb" /map:"Release/LeoCAD.map" /machine:I386 /out:"Release/LeoCAD.exe" /libpath:"./jpeglib/release" /libpath:"./3dsftk/release"
-.\Release\Aboutdlg.obj
-.\Release\Arraydlg.obj
-.\Release\Barcmdui.obj
-.\Release\Bmpmenu.obj
-.\Release\Cadbar.obj
-.\Release\Caddoc.obj
-.\Release\Cadview.obj
-.\Release\Clrpick.obj
-.\Release\Clrpopup.obj
-.\Release\Colorlst.obj
-.\Release\Disabtab.obj
-.\Release\EdGrpDlg.obj
-.\Release\Figdlg.obj
-.\Release\Flatbar.obj
-.\Release\Groupdlg.obj
-.\Release\GrpTree.obj
-.\Release\Htmldlg.obj
-.\Release\Imagedlg.obj
-.\Release\Ipedit.obj
-.\Release\Leocad.obj
-.\Release\Libdlg.obj
-.\Release\Mainfrm.obj
-.\Release\Mfwnd.obj
-.\Release\Moddlg.obj
-.\Release\Piecebar.obj
-.\Release\Piececmb.obj
-.\Release\Piecelst.obj
-.\Release\Pieceprv.obj
-.\Release\Povdlg.obj
-.\Release\Prefpage.obj
-.\Release\Prefsht.obj
-.\Release\Prevview.obj
-.\Release\Print.obj
-.\Release\Progdlg.obj
-.\Release\Propspgs.obj
-.\Release\Propssht.obj
-.\Release\Rmodel.obj
-.\Release\Seldlg.obj
-.\Release\Splitter.obj
-.\Release\Stdafx.obj
-.\Release\Stepdlg.obj
-.\Release\Steppop.obj
-.\Release\system.obj
-.\Release\Teropdlg.obj
-.\Release\Terrctrl.obj
-.\Release\Terrdlg.obj
-.\Release\Terrwnd.obj
-.\Release\Titletip.obj
-.\Release\Tools.obj
-.\Release\Transbar.obj
-.\Release\Wheelwnd.obj
-.\Release\boundbox.obj
-.\Release\camera.obj
-.\Release\file.obj
-.\Release\globals.obj
-.\Release\group.obj
-.\Release\image.obj
-.\Release\light.obj
-.\Release\matrix.obj
-.\Release\piece.obj
-.\Release\pieceinf.obj
-.\Release\project.obj
-.\Release\quant.obj
-.\Release\terrain.obj
-.\Release\texture.obj
-.\Release\Tr.obj
-.\Release\vector.obj
-.\Release\Leocad.res
-.\jpeglib\Release\jpeglib.lib>
-Creating command line "link.exe @C:\WINDOWS\TEMP\RSPF025.TMP"
-Linking...
-LINK : fatal error LNK1181: cannot open input file "3dsftk.lib"
-Error executing link.exe.
-
-
-
-LeoCAD.exe - 1 error(s), 0 warning(s)
diff --git a/win/system.h b/win/system.h
deleted file mode 100644
index a62d3c0..0000000
--- a/win/system.h
+++ /dev/null
@@ -1,106 +0,0 @@
-//
-// system.h
-////////////////////////////////////////////////////
-
-#ifndef _SYSTEM_H_
-#define _SYSTEM_H_
-
-class File;
-class Camera;
-class PieceInfo;
-#include "defines.h"
-#include "typedefs.h"
-
-void Export3DStudio();
-
-// Profile
-int SystemGetProfileInt(const char* section, const char* entry, const int defaultvalue);
-bool SystemSetProfileInt(const char* section, const char* entry, const int value);
-bool SystemSetProfileString(const char* section, const char* entry, const char* value);
-const char* SystemGetProfileString(const char* section, const char* entry, const char* defaultvalue);
-
-// User Interface
-void SystemUpdateViewport(int nNew, int nOld);
-void SystemUpdateAction(int nNew, int nOld);
-void SystemUpdateColorList(int nNew);
-void SystemUpdateRenderingMode(bool bBackground, bool bFast);
-void SystemUpdateUndoRedo(char* undo, char* redo);
-void SystemUpdateSnap(const unsigned long nSnap);
-void SystemUpdateCurrentCamera(Camera* pOld, Camera* pNew, Camera* pCamera);
-void SystemUpdateCameraMenu(Camera* pCamera);
-void SystemUpdateTime(bool bAnimation, int nTime, int nTotal);
-void SystemUpdateAnimation(bool bAnimation, bool bAddKeys);
-void SystemUpdateMoveSnap(unsigned short nMoveSnap);
-void SystemUpdateSelected(unsigned long flags);
-void SystemUpdateRecentMenu(char names[4][LC_MAXPATH]);
-void SystemUpdatePaste(bool enable);
-void SystemUpdatePlay(bool play, bool stop);
-void SystemUpdateFocus(void* object, unsigned char type);
-
-// Memory render
-void* SystemStartRender(int width, int height);
-void SystemFinishRender(void* param);
-LC_IMAGE* SystemGetRenderImage(void* param);
-
-// Message box
-#define LC_OK IDOK
-#define LC_CANCEL IDCANCEL
-#define LC_ABORT IDABORT
-#define LC_RETRY IDRETRY
-#define LC_IGNORE IDIGNORE
-#define LC_YES IDYES
-#define LC_NO IDNO
-
-#define LC_MB_OK MB_OK
-#define LC_MB_OKCANCEL MB_OKCANCEL
-#define LC_MB_ABORTRETRYIGNORE MB_ABORTRETRYIGNORE
-#define LC_MB_YESNOCANCEL MB_YESNOCANCEL
-#define LC_MB_YESNO MB_YESNO
-#define LC_MB_RETRYCANCEL MB_RETRYCANCEL
-#define LC_MB_ICONERROR MB_ICONHAND
-#define LC_MB_ICONQUESTION MB_ICONQUESTION
-#define LC_MB_ICONWARNING MB_ICONEXCLAMATION
-#define LC_MB_ICONINFORMATION MB_ICONASTERISK
-
-void SystemInit();
-void SystemFinish();
-int SystemDoMessageBox(char* prompt, int nMode);
-bool SystemDoDialog(int nMode, void* param);
-void SystemDoPopupMenu(int nMenu, int x, int y);
-void SystemDoWaitCursor(int nCode);
-
-void SystemSetWindowCaption(char* caption);
-void SystemRedrawView();
-void SystemPieceComboAdd(char* name);
-inline void SystemSetGroup(int group)
-{
- AfxGetMainWnd()->PostMessage (WM_LC_UPDATE_LIST, group+2, 0);
-}
-
-void SystemExportClipboard(File* clip);
-File* SystemImportClipboard();
-
-void SystemCaptureMouse();
-void SystemReleaseMouse();
-
-inline void SystemPumpMessages()
-{
- MSG msg;
- while(PeekMessage(&msg, NULL, 0, 0, PM_REMOVE))
- {
- TranslateMessage(&msg);
- DispatchMessage(&msg);
- }
-}
-
-inline long SystemGetTicks()
-{
- return GetTickCount();
-}
-
-inline void SystemSwapBuffers()
-{
- SwapBuffers(wglGetCurrentDC());
-}
-
-#endif // _SYSTEM_H_