Changeset 15 for branches/1.0/src


Ignore:
Timestamp:
Apr 8, 2010, 8:09:02 PM (15 years ago)
Author:
diver
Message:

adjusted some stuff to be consistent

Location:
branches/1.0/src
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/src/de/uni.rc

    r14 r15  
    11#include <os2.h>
    22#include "UNI.h"
     3
     4RCINCLUDE "UNI.dlg"
     5RCINCLUDE "description.rc"
     6
    37
    48DEFAULTICON UNI.ICO
     
    141145    PORT_HELP_TITLE         "UNI Port Help"
    142146END
    143 
    144 rcinclude UNI.dlg
    145 rcinclude ".\description.rc"
  • branches/1.0/src/en/uni.rc

    r6 r15  
    11#include <os2.h>
    22#include "UNI.h"
     3
     4RCINCLUDE "UNI.dlg"
     5RCINCLUDE "description.rc"
     6
    37
    48DEFAULTICON UNI.ICO
     
    141145    PORT_HELP_TITLE         "UNI Port Help"
    142146END
    143 
    144 rcinclude UNI.dlg
    145 rcinclude description.rc
  • branches/1.0/src/makefile.kmk

    r14 r15  
    4040uni_de_CLEAN = $(PATH_BIN)/de/uni.pdr
    4141
    42 uni_CFLAGS = -Zdll -Zbin-files -Zomf
    43 uni_CFLAGS.release = -s -O1 -march=pentium -mtune=pentium4
     42uni_CFLAGS = -Zomf
     43uni_CFLAGS.release = -s -O3 -march=pentium -mtune=pentium4
    4444uni_CFLAGS.debug = -g -O0 -DDEBUG
    45 # gcc -Zdll -Zbin-files -Zomf -o smb.pdr smb.o smb.def smb.res
    46 # uni_LDFLAGS = -Zomf -Zno-fork -Zmap -Zdll -Zbin-files
    47 uni_LDFLAGS = -Zdll -Zbin-files -Zomf 
     45uni_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files 
    4846uni_LDFLAGS.release = -s
    4947uni_LDFLAGS.debug = -g
    50 
    5148
    5249uni_DEFS =
Note: See TracChangeset for help on using the changeset viewer.