Changeset 286
- Timestamp:
- Jan 6, 2010, 7:33:18 PM (11 years ago)
- Location:
- trunk/Lucide/SOURCE/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Lucide/SOURCE/gui/lucide.h
r266 r286 38 38 #include "globals.h" 39 39 40 // debug support 41 #ifdef __TEST__ 42 #define _PMPRINTF_ 43 #endif 44 #include "PMPRINTF.H" 40 45 41 46 class LuDocument; … … 61 66 private: 62 67 63 64 65 66 67 68 69 70 71 72 68 static ProgressDlg *loadProgressDlg; 69 static char docFullName[ CCHMAXPATH ]; 70 static char docDirName[ CCHMAXPATHCOMP ]; 71 static char *password; 72 static bool docLoaded; 73 static long loadErrorCode; 74 static char *loadError; 75 static bool isMaxview; 76 static bool isFullscreen; 77 static LuWindowPos winPos; 73 78 74 79 static void setOfPages( long pages ); … … 83 88 84 89 public: 85 90 static char docFileName[ CCHMAXPATHCOMP ]; 86 91 static bool dontSwitchPage; 87 92 static SHORT splitterPos; 88 93 static bool showIndex; 89 94 static ActiveWindow activeWindow; 90 95 91 96 static void newWindow( char *file, bool addDir ); -
trunk/Lucide/SOURCE/gui/makefile
r271 r286 1 1 .autodepend 2 2 3 TEST= 04 VERSION=1. 223 TEST=1 4 VERSION=1.30 beta1 5 5 6 6 !if $(TEST)==1 7 7 BMODE=os2v2 8 8 !else 9 9 BMODE=os2v2_pm 10 10 !endif 11 11 … … 20 20 21 21 .CPP.OBJ: 22 22 WPP386 @make.cfg -xs -fo$@ $< 23 23 24 24 .C.OBJ: 25 WCC386 @make.cfg-fo$@ $<25 WCC386 @make.cfg $(CFLAGS) -fo$@ $< 26 26 27 27 .idl.xh: … … 80 80 lib libconv 81 81 lib libuls 82 lib PMPRINTF 82 83 export LucideMain 83 84 | tmpmake.lnk >NUL
Note: See TracChangeset
for help on using the changeset viewer.