Changeset 77 for trunk/NLS/common.rc


Ignore:
Timestamp:
Aug 2, 2020, 10:07:47 PM (5 years ago)
Author:
Gregg Young
Message:

Update paths in makefiles etc to reflect new SVN layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NLS/common.rc

    r75 r77  
    2222#endif
    2323
    24 #include "id.h"
    25 #include "version.h"
     24#include "..\id.h"
     25#include "..\version.h"
    2626
    27 ICON    1 "..\\data\\gotcha.ico"
    28 POINTER 2 "..\\data\\gotcha.ptr"
    29 BITMAP  3 "..\\data\\snap.bmp"
    30 BITMAP  4 "..\\data\\smile.bmp"
     27ICON    1 "..\\..\\data\\gotcha.ico"
     28POINTER 2 "..\\..\\data\\gotcha.ptr"
     29BITMAP  3 "..\\..\\data\\snap.bmp"
     30BITMAP  4 "..\\..\\data\\smile.bmp"
    3131
    3232/** Haupthilfstabelle ****************************************************/
Note: See TracChangeset for help on using the changeset viewer.